Uses of Class
org.openiam.idm.searchbeans.AccessRightSearchBean
-
Packages that use AccessRightSearchBean Package Description org.openiam.common.beans.mq org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of AccessRightSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type AccessRightSearchBean Modifier and Type Method Description List<AccessRight>
AccessRightMQService. findBeans(AccessRightSearchBean searchBean, int from, int size)
-
Uses of AccessRightSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type AccessRightSearchBean Modifier and Type Method Description int
AccessRightService. count(AccessRightSearchBean searchBean)
List<AccessRight>
AccessRightService. findBeans(AccessRightSearchBean searchBean, int from, int size)
-
Uses of AccessRightSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type AccessRightSearchBean Modifier and Type Method Description int
AccessRightServiceImpl. count(AccessRightSearchBean searchBean)
List<AccessRight>
AccessRightServiceImpl. findBeans(AccessRightSearchBean sb, int from, int size)
-
Uses of AccessRightSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AccessRightSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AccessRightEntity>
AccessRightRepositoryImpl. buildSpecifications(AccessRightSearchBean sb)
-
Uses of AccessRightSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type AccessRightSearchBean Modifier and Type Method Description int
AccessRightDataService. count(AccessRightSearchBean searchBean)
int
AccessRightDataServiceImpl. count(AccessRightSearchBean searchBean)
List<AccessRight>
AccessRightDataService. findBeans(AccessRightSearchBean searchBean, int from, int size)
List<AccessRight>
AccessRightDataServiceImpl. findBeans(AccessRightSearchBean searchBean, int from, int size)
-