Uses of Class
org.openiam.idm.searchbeans.BatchTaskSearchBean
-
Packages that use BatchTaskSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.batch -
-
Uses of BatchTaskSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type BatchTaskSearchBean Modifier and Type Method Description int
BatchService. count(BatchTaskSearchBean searchBean)
List<BatchTask>
BatchService. findBeans(BatchTaskSearchBean searchBean, int from, int size)
List<BatchTaskEntity>
BatchService. findEntityBeans(BatchTaskSearchBean searchBean, int from, int size)
-
Uses of BatchTaskSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type BatchTaskSearchBean Modifier and Type Method Description int
BatchServiceImpl. count(BatchTaskSearchBean searchBean)
List<BatchTask>
BatchServiceImpl. findBeans(BatchTaskSearchBean searchBean, int from, int size)
List<BatchTaskEntity>
BatchServiceImpl. findEntityBeans(BatchTaskSearchBean searchBean, int from, int size)
-
Uses of BatchTaskSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type BatchTaskSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<BatchTaskEntity>
BatchTaskRepositoryImpl. buildSpecifications(BatchTaskSearchBean sb)
-
Uses of BatchTaskSearchBean in org.openiam.srvc.batch
Methods in org.openiam.srvc.batch with parameters of type BatchTaskSearchBean Modifier and Type Method Description int
BatchDataService. count(BatchTaskSearchBean searchBean)
int
BatchDataServiceImpl. count(BatchTaskSearchBean searchBean)
List<BatchTask>
BatchDataService. findBeans(BatchTaskSearchBean searchBean, int from, int size)
List<BatchTask>
BatchDataServiceImpl. findBeans(BatchTaskSearchBean searchBean, int from, int size)
-