Uses of Class
de.hybris.platform.cronjob.jalo.CronJobHistory
-
Packages that use CronJobHistory Package Description de.hybris.platform.catalog.jalo.synchronization de.hybris.platform.cronjob.jalo -
-
Uses of CronJobHistory in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CronJobHistory in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description classCatalogVersionSyncCronJobHistoryclassGeneratedCatalogVersionSyncCronJobHistoryGenerated class for typeCatalogVersionSyncCronJobHistory.Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type CronJobHistory Modifier and Type Method Description protected voidCatalogVersionSyncProgressTracker. storeCronJobHistoryInDB(CronJobHistory history, java.lang.Double progress) -
Uses of CronJobHistory in de.hybris.platform.cronjob.jalo
Fields in de.hybris.platform.cronjob.jalo with type parameters of type CronJobHistory Modifier and Type Field Description protected static OneToManyHandler<CronJobHistory>GeneratedCronJob. CRONJOBHISTORYENTRIESHANDLEROneToManyHandlerfor handling 1:n CRONJOBHISTORYENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.cronjob.jalo that return CronJobHistory Modifier and Type Method Description CronJobHistoryGeneratedCronJobManager. createCronJobHistory(SessionContext ctx, java.util.Map attributeValues)CronJobHistoryGeneratedCronJobManager. createCronJobHistory(java.util.Map attributeValues)CronJobHistoryGeneratedCronJob. getActiveCronJobHistory()Generated method - Getter of theCronJob.activeCronJobHistoryattribute.CronJobHistoryGeneratedCronJob. getActiveCronJobHistory(SessionContext ctx)Generated method - Getter of theCronJob.activeCronJobHistoryattribute.protected CronJobHistoryCronJob. instantiateCronJobHistory()Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type CronJobHistory Modifier and Type Method Description java.util.List<CronJobHistory>GeneratedCronJob. getCronJobHistoryEntries()Generated method - Getter of theCronJob.cronJobHistoryEntriesattribute.java.util.List<CronJobHistory>GeneratedCronJob. getCronJobHistoryEntries(SessionContext ctx)Generated method - Getter of theCronJob.cronJobHistoryEntriesattribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type CronJobHistory Modifier and Type Method Description voidGeneratedCronJob. addToCronJobHistoryEntries(CronJobHistory value)Generated method - Addsvalueto cronJobHistoryEntries.voidGeneratedCronJob. addToCronJobHistoryEntries(SessionContext ctx, CronJobHistory value)Generated method - Addsvalueto cronJobHistoryEntries.voidGeneratedCronJob. removeFromCronJobHistoryEntries(CronJobHistory value)Generated method - Removesvaluefrom cronJobHistoryEntries.voidGeneratedCronJob. removeFromCronJobHistoryEntries(SessionContext ctx, CronJobHistory value)Generated method - Removesvaluefrom cronJobHistoryEntries.voidGeneratedCronJob. setActiveCronJobHistory(CronJobHistory value)Generated method - Setter of theCronJob.activeCronJobHistoryattribute.voidGeneratedCronJob. setActiveCronJobHistory(SessionContext ctx, CronJobHistory value)Generated method - Setter of theCronJob.activeCronJobHistoryattribute.protected voidCronJobProgressTracker. storeCronJobHistoryInDB(CronJobHistory history, java.lang.Double progress)Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type CronJobHistory Modifier and Type Method Description voidGeneratedCronJob. setCronJobHistoryEntries(SessionContext ctx, java.util.List<CronJobHistory> value)Generated method - Setter of theCronJob.cronJobHistoryEntriesattribute.voidGeneratedCronJob. setCronJobHistoryEntries(java.util.List<CronJobHistory> value)Generated method - Setter of theCronJob.cronJobHistoryEntriesattribute.
-