Uses of Class
org.openiam.idm.srvc.batch.dto.BatchTask
-
Packages that use BatchTask Package Description org.openiam.base.request org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.batch -
-
Uses of BatchTask in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type BatchTask Constructor Description BatchTaskSaveRequest(BatchTask object)
-
Uses of BatchTask in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return BatchTask Modifier and Type Method Description BatchTask
BatchTaskDozerConverter. convertDTO(BatchTask entity, boolean isDeep)
BatchTask
BatchTaskDozerConverter. convertToDTO(BatchTaskEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type BatchTask Modifier and Type Method Description List<BatchTask>
BatchTaskDozerConverter. convertToDTOList(List<BatchTaskEntity> list, boolean isDeep)
Set<BatchTask>
BatchTaskDozerConverter. convertToDTOSet(Set<BatchTaskEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type BatchTask Modifier and Type Method Description BatchTask
BatchTaskDozerConverter. convertDTO(BatchTask entity, boolean isDeep)
BatchTaskEntity
BatchTaskDozerConverter. convertToEntity(BatchTask entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type BatchTask Modifier and Type Method Description List<BatchTaskEntity>
BatchTaskDozerConverter. convertToEntityList(List<BatchTask> list, boolean isDeep)
Set<BatchTaskEntity>
BatchTaskDozerConverter. convertToEntitySet(Set<BatchTask> set, boolean isDeep)
-
Uses of BatchTask in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return BatchTask Modifier and Type Method Description BatchTask
BatchService. findDto(String id)
Methods in org.openiam.esb.core.service that return types with arguments of type BatchTask Modifier and Type Method Description List<BatchTask>
BatchService. findBeans(BatchTaskSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service with parameters of type BatchTask Modifier and Type Method Description String
BatchService. save(BatchTask dto, boolean purgeNonExecutedTasks)
-
Uses of BatchTask in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return BatchTask Modifier and Type Method Description BatchTask
BatchServiceImpl. findDto(String id)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type BatchTask Modifier and Type Method Description List<BatchTask>
BatchServiceImpl. findBeans(BatchTaskSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service.impl with parameters of type BatchTask Modifier and Type Method Description String
BatchServiceImpl. save(BatchTask task, boolean purgeNonExecutedTasks)
-
Uses of BatchTask in org.openiam.srvc.batch
Methods in org.openiam.srvc.batch that return BatchTask Modifier and Type Method Description BatchTask
BatchDataService. getBatchTask(String taskId)
BatchTask
BatchDataServiceImpl. getBatchTask(String taskId)
Methods in org.openiam.srvc.batch that return types with arguments of type BatchTask Modifier and Type Method Description List<BatchTask>
BatchDataService. findBeans(BatchTaskSearchBean searchBean, int from, int size)
List<BatchTask>
BatchDataServiceImpl. findBeans(BatchTaskSearchBean searchBean, int from, int size)
Methods in org.openiam.srvc.batch with parameters of type BatchTask Modifier and Type Method Description Response
BatchDataService. save(BatchTask task)
Response
BatchDataServiceImpl. save(BatchTask task)
-