Uses of Enum Class
de.hybris.platform.cronjob.enums.CronJobStatus
Packages that use CronJobStatus
Package
Description
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 CronJobStatus in de.hybris.platform.cronjob.enums
Methods in de.hybris.platform.cronjob.enums that return CronJobStatusModifier and TypeMethodDescriptionstatic CronJobStatusReturns the enum constant of this class with the specified name.static CronJobStatus[]CronJobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CronJobStatus in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return CronJobStatusModifier and TypeMethodDescriptionCronJobHistoryModel.getStatus()Generated method - Getter of theCronJobHistory.statusattribute defined at extensionprocessing.CronJobModel.getStatus()Generated method - Getter of theCronJob.statusattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model that return types with arguments of type CronJobStatusModifier and TypeMethodDescriptionCleanUpCronJobModel.getStatuscoll()Generated method - Getter of theCleanUpCronJob.statuscollattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type CronJobStatusModifier and TypeMethodDescriptionvoidCronJobHistoryModel.setStatus(CronJobStatus value) Generated method - Setter ofCronJobHistory.statusattribute defined at extensionprocessing.voidCronJobModel.setStatus(CronJobStatus value) Generated method - Setter ofCronJob.statusattribute defined at extensionprocessing.Method parameters in de.hybris.platform.cronjob.model with type arguments of type CronJobStatusModifier and TypeMethodDescriptionvoidCleanUpCronJobModel.setStatuscoll(Collection<CronJobStatus> value) Generated method - Setter ofCleanUpCronJob.statuscollattribute defined at extensionprocessing. -
Uses of CronJobStatus in de.hybris.platform.servicelayer.event.events
Methods in de.hybris.platform.servicelayer.event.events that return CronJobStatusMethods in de.hybris.platform.servicelayer.event.events with parameters of type CronJobStatus