Uses of Class
org.openiam.idm.srvc.batch.dto.BatchTaskSchedule
-
Packages that use BatchTaskSchedule Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.batch -
-
Uses of BatchTaskSchedule in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BatchTaskSchedule Modifier and Type Method Description BatchTaskScheduleBatchTaskScheduleDozerConverter. convertDTO(BatchTaskSchedule entity, boolean isDeep)BatchTaskScheduleBatchTaskScheduleDozerConverter. convertToDTO(BatchTaskScheduleEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BatchTaskSchedule Modifier and Type Method Description List<BatchTaskSchedule>BatchTaskScheduleDozerConverter. convertToDTOList(List<BatchTaskScheduleEntity> list, boolean isDeep)Set<BatchTaskSchedule>BatchTaskScheduleDozerConverter. convertToDTOSet(Set<BatchTaskScheduleEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type BatchTaskSchedule Modifier and Type Method Description BatchTaskScheduleBatchTaskScheduleDozerConverter. convertDTO(BatchTaskSchedule entity, boolean isDeep)BatchTaskScheduleEntityBatchTaskScheduleDozerConverter. convertToEntity(BatchTaskSchedule entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BatchTaskSchedule Modifier and Type Method Description List<BatchTaskScheduleEntity>BatchTaskScheduleDozerConverter. convertToEntityList(List<BatchTaskSchedule> list, boolean isDeep)Set<BatchTaskScheduleEntity>BatchTaskScheduleDozerConverter. convertToEntitySet(Set<BatchTaskSchedule> set, boolean isDeep) -
Uses of BatchTaskSchedule in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type BatchTaskSchedule Modifier and Type Method Description List<BatchTaskSchedule>BatchService. getIncompleteScheduledTasksDtoBefore(Date date)List<BatchTaskSchedule>BatchService. getSchedulesForTask(BatchTaskScheduleSearchBean searchBean, int from, int size) -
Uses of BatchTaskSchedule in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type BatchTaskSchedule Modifier and Type Method Description List<BatchTaskSchedule>BatchServiceImpl. getIncompleteScheduledTasksDtoBefore(Date date)List<BatchTaskSchedule>BatchServiceImpl. getSchedulesForTask(BatchTaskScheduleSearchBean searchBean, int from, int size) -
Uses of BatchTaskSchedule in org.openiam.srvc.batch
Methods in org.openiam.srvc.batch that return types with arguments of type BatchTaskSchedule Modifier and Type Method Description List<BatchTaskSchedule>BatchDataService. getSchedulesForTask(BatchTaskScheduleSearchBean searchBean, int from, int size)List<BatchTaskSchedule>BatchDataServiceImpl. getSchedulesForTask(BatchTaskScheduleSearchBean searchBean, int from, int size)
-