Uses of Class
org.openiam.idm.searchbeans.LocationSearchBean
-
Packages that use LocationSearchBean Package Description org.openiam.esb.core.org.service org.openiam.esb.core.org.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of LocationSearchBean in org.openiam.esb.core.org.service
Methods in org.openiam.esb.core.org.service with parameters of type LocationSearchBean Modifier and Type Method Description List<Location>
OrganizationService. getLocationDtoList(LocationSearchBean searchBean, int from, int size)
List<LocationEntity>
OrganizationService. getLocationList(LocationSearchBean searchBean, int from, int size)
int
OrganizationService. getNumOfLocations(LocationSearchBean searchBean)
-
Uses of LocationSearchBean in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl with parameters of type LocationSearchBean Modifier and Type Method Description List<Location>
OrganizationServiceImpl. getLocationDtoList(LocationSearchBean searchBean, int from, int size)
List<LocationEntity>
OrganizationServiceImpl. getLocationList(LocationSearchBean searchBean, int from, int size)
int
OrganizationServiceImpl. getNumOfLocations(LocationSearchBean searchBean)
-
Uses of LocationSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type LocationSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LocationEntity>
LocationRepositoryImpl. buildSpecifications(LocationSearchBean searchBean)
-
Uses of LocationSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type LocationSearchBean Modifier and Type Method Description List<Location>
OrganizationDataService. findLocationBeans(LocationSearchBean searchBean, int from, int size)
List<Location>
OrganizationDataServiceImpl. findLocationBeans(LocationSearchBean searchBean, int from, int size)
int
OrganizationDataService. getNumOfLocations(LocationSearchBean searchBean)
int
OrganizationDataServiceImpl. getNumOfLocations(LocationSearchBean searchBean)
-