Uses of Enum Class
de.hybris.platform.cronjob.enums.CronJobResult
Packages that use CronJobResult
Package
Description
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.cronjob.jalo package.
-
Uses of CronJobResult in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return CronJobResultModifier and TypeMethodDescriptionExecutedPublicationsViewModel.getResult()Generated method - Getter of theExecutedPublicationsView.resultattribute defined at extensioncatalog. -
Uses of CronJobResult in de.hybris.platform.cronjob.enums
Methods in de.hybris.platform.cronjob.enums that return CronJobResultModifier and TypeMethodDescriptionstatic CronJobResultReturns the enum constant of this class with the specified name.static CronJobResult[]CronJobResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CronJobResult in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return CronJobResultModifier and TypeMethodDescriptionCronJobHistoryModel.getResult()Generated method - Getter of theCronJobHistory.resultattribute defined at extensionprocessing.CronJobModel.getResult()Generated method - Getter of theCronJob.resultattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model that return types with arguments of type CronJobResultModifier and TypeMethodDescriptionCleanUpCronJobModel.getResultcoll()Generated method - Getter of theCleanUpCronJob.resultcollattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type CronJobResultModifier and TypeMethodDescriptionvoidCronJobHistoryModel.setResult(CronJobResult value) Generated method - Setter ofCronJobHistory.resultattribute defined at extensionprocessing.voidCronJobModel.setResult(CronJobResult value) Generated method - Setter ofCronJob.resultattribute defined at extensionprocessing.Method parameters in de.hybris.platform.cronjob.model with type arguments of type CronJobResultModifier and TypeMethodDescriptionvoidCleanUpCronJobModel.setResultcoll(Collection<CronJobResult> value) Generated method - Setter ofCleanUpCronJob.resultcollattribute defined at extensionprocessing. -
Uses of CronJobResult in de.hybris.platform.servicelayer.event.events
Methods in de.hybris.platform.servicelayer.event.events that return CronJobResultMethods in de.hybris.platform.servicelayer.event.events with parameters of type CronJobResult