Package de.hybris.platform.servicelayer.cronjob
package de.hybris.platform.servicelayer.cronjob
-
ClassDescriptionAbstractJobPerformable<T extends CronJobModel>Abstract implementation of
JobPerformableinterface providingModelServiceandSessionServiceas a member.The cronjob DAO interface.Marks a class as factory for creating custom cronjobs by aServicelayerJobitem.TheCronJobHistoryModelDAO.POJO which represents cronJob history search criteria.Convenient service for getting all historical information such as: start time, finish date, progress etc.Service for cronjob handling covering business methods for data manipulation and search methods.Demo test class forCronJobService.More integration tests are inCronJobServiceDemoTest.Test covering theRunCronJobMessageCreatorAndSenderlogic.The job DAO interface.The jobLog DAO interface.JobPerformable<T extends CronJobModel>Marks a class as performable by aServicelayerJobitem.Represents the result of a execution by saying if it was finished and if it was successful.Abstraction for creating message for remote cronJob start.An abortable job for testing.This factory is intended to be just a test factory.Interface for the trigger dao.Service for trigger handling covering business methods for data manipulation and search methods.Interface for setup a certain subtype ofServicelayerJobModel.