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.cms2.constants
Fields in de.hybris.platform.cms2.constants with type parameters of type CronJobStatusModifier and TypeFieldDescriptionstatic final Set<CronJobStatus>Cms2Constants.CMS_WORKFLOW_ACTIVE_STATUSES -
Uses of CronJobStatus in de.hybris.platform.cms2.servicelayer.daos
Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type CronJobStatusModifier and TypeMethodDescriptionCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSWorkflowDao.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) This method finds all theWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the paginated version ofCMSWorkflowDao.findAllWorkflowsByAttachedItems(List, Set) -
Uses of CronJobStatus in de.hybris.platform.cms2.servicelayer.daos.impl
Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type CronJobStatusModifier and TypeMethodDescriptionprotected StringDefaultCMSWorkflowDao.buildFindWorkflowsByAttachedItemsQuery(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, Map<String, Object> queryParameters) Builds the query string to search for workflows containing the given CMS items and matching the provided workflow statuses.DefaultCMSWorkflowActionDao.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSWorkflowDao.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) DefaultCMSWorkflowDao.findWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) -
Uses of CronJobStatus in de.hybris.platform.cms2.workflow.service
Method parameters in de.hybris.platform.cms2.workflow.service with type arguments of type CronJobStatusModifier and TypeMethodDescriptionCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses.CMSWorkflowService.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) This is the pageable version ofCMSWorkflowService.findAllWorkflowsByAttachedItems(List, Set)
This method finds allWorkflowModel, with the specified workflow statuses, to which the given items are attached to.CMSWorkflowService.getRelatedWorkflowsForItem(CMSItemModel item, Set<CronJobStatus> statuses) This method returns a list of related workflows for an item. -
Uses of CronJobStatus in de.hybris.platform.cms2.workflow.service.impl
Method parameters in de.hybris.platform.cms2.workflow.service.impl with type arguments of type CronJobStatusModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.findAllActiveWorkflowActionsByStatusAndPrincipals(Set<CronJobStatus> workflowStatuses, Collection<PrincipalModel> currentPrincipals, PageableData pageableData) DefaultCMSWorkflowService.findAllWorkflowsByAttachedItems(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses) DefaultCMSWorkflowService.findWorkflowsForAttachedItemsAndStatuses(List<? extends CMSItemModel> items, Set<CronJobStatus> statuses, PageableData pageableData) DefaultCMSWorkflowService.getRelatedWorkflowsForItem(CMSItemModel item, Set<CronJobStatus> statuses) -
Uses of CronJobStatus in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type CronJobStatusModifier and TypeMethodDescriptionprotected Optional<CronJobStatus>DefaultSynchronizationFacade.getCronJobStatus(Optional<CronJobModel> cronJobModel) Get a cron job statusMethod parameters in de.hybris.platform.cmsfacades.synchronization.impl with type arguments of type CronJobStatusModifier and TypeMethodDescriptionprotected voidDefaultSynchronizationFacade.validateIfJobIsRunning(Optional<CronJobStatus> cronJobStatus) Check if the a cron job is running -
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.jobs.maintenance.impl
Method parameters in de.hybris.platform.jobs.maintenance.impl with type arguments of type CronJobStatusModifier and TypeMethodDescriptionvoidCleanupCronJobStrategy.setStatus(Set<CronJobStatus> status) -
Uses of CronJobStatus in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return CronJobStatusModifier and TypeMethodDescription@NotNull CronJobStatusOutboundSyncState.getCronJobStatus()Retrieves current status of the outbound sync job. -
Uses of CronJobStatus in de.hybris.platform.outboundsync.util
Methods in de.hybris.platform.outboundsync.util that return CronJobStatusMethods in de.hybris.platform.outboundsync.util with parameters of type CronJobStatusModifier and TypeMethodDescriptionstatic voidOutboundSyncTestUtil.updateCronJobResult(CronJobModel model, CronJobResult result, CronJobStatus status) Updates result of performing a job. -
Uses of CronJobStatus in de.hybris.platform.ruleengineservices.jobs
Methods in de.hybris.platform.ruleengineservices.jobs with parameters of type CronJobStatusModifier and TypeMethodDescriptionintRuleEngineCronJobDAO.countCronJobsByJob(String jobCode, CronJobStatus... statuses) Get number of rule engine cron jobs for a given job code and specified statuses -
Uses of CronJobStatus in de.hybris.platform.ruleengineservices.jobs.impl
Methods in de.hybris.platform.ruleengineservices.jobs.impl with parameters of type CronJobStatusModifier and TypeMethodDescriptionintDefaultRuleEngineCronJobDAO.countCronJobsByJob(String jobCode, CronJobStatus... statuses) -
Uses of CronJobStatus in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob that return CronJobStatusMethods in de.hybris.platform.servicelayer.cronjob with parameters of type CronJobStatusModifier and TypeMethodDescriptionCronJobHistoryDao.findCronJobHistoryBy(String userUid, String jobItemType, Date startDate, Date finishDate, CronJobStatus theStatus) Returns all matchingCronJobHistoryModelfor given userUid, jobItemType, startDate, finishDate.CronJobHistoryDao.findCronJobHistoryBy(Set<CronJobHistoryInclude> includes, String userUid, Date startDate, Date finishDate, CronJobStatus theStatus, CronJobResult theResult) Returns list ofCronJobHistoryModelwhere for every include criteria entries matching given userUid, startDate, finishDate, status and result are returned.CronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobStatus theStatus) Returns cron job history entries triggered by given user for given job type and time range and the cron job's status.CronJobHistoryService.getCronJobHistoryBy(Set<CronJobHistoryInclude> includes, UserModel userModel, Date startDate, Date finishDate, CronJobStatus theStatus) Returns list ofCronJobHistoryModelwhere for every include criteria entries matching given user, startDate, finishDate and status are returned.Constructors in de.hybris.platform.servicelayer.cronjob with parameters of type CronJobStatus -
Uses of CronJobStatus in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type CronJobStatusModifier and TypeMethodDescriptionprotected CronJobHistoryModelAbstractCronJobHistoryTest.createEntity(CronJobModel cronJob, JobModel jobOne, UserModel userModel, Date startDate, Date endDate, CronJobResult theResult, CronJobStatus theStatus) protected CronJobHistoryModelAbstractCronJobHistoryTest.createEntity(JobModel jobOne, UserModel userModel, Date startDate, Date endDate, CronJobResult theResult, CronJobStatus theStatus) DefaultCronJobHistoryDao.findCronJobHistoryBy(String userUid, String jobTypeCode, Date startDate, Date finishDate, CronJobStatus theStatus) protected List<CronJobHistoryModel>DefaultCronJobHistoryDao.findCronJobHistoryBy(String userUid, String jobTypeCode, Date startDate, Date finishDate, CronJobStatus theStatus, CronJobResult theResult) DefaultCronJobHistoryDao.findCronJobHistoryBy(Set<CronJobHistoryInclude> includes, String userUid, Date startDate, Date finishDate, CronJobStatus theStatus, CronJobResult theResult) DefaultCronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobStatus theStatus) DefaultCronJobHistoryService.getCronJobHistoryBy(Set<CronJobHistoryInclude> includes, UserModel userModel, Date startDate, Date finishDate, CronJobStatus theStatus) protected StringDefaultCronJobHistoryDao.prepareQuery(String userUid, Date startDate, Date finishDate, CronJobStatus theStatus, CronJobResult theResult, CronJobHistoryInclude include, Map<String, Object> arguments) -
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