Uses of Class
org.openiam.idm.searchbeans.AddressSearchBean
-
Packages that use AddressSearchBean Package Description org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.esb.repository.impl org.openiam.srvc.user -
-
Uses of AddressSearchBean in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type AddressSearchBean Modifier and Type Method Description List<Address>
UserDataService. getAddressDtoList(AddressSearchBean searchBean, int from, int size)
Returns list of Address objects that match given search criteria.List<AddressEntity>
UserDataService. getAddressList(AddressSearchBean searchBean, int from, int size)
Returns list of AddressEntity objects that matches given search criteria.int
UserDataService. getNumOfAddressesForUser(AddressSearchBean searchBean)
Counts number of addresses that match given count criteria. -
Uses of AddressSearchBean in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type AddressSearchBean Modifier and Type Method Description List<Address>
UserMgr. getAddressDtoList(AddressSearchBean searchBean, int from, int size)
List<AddressEntity>
UserMgr. getAddressList(AddressSearchBean searchBean, int from, int size)
int
UserMgr. getNumOfAddressesForUser(AddressSearchBean searchBean)
-
Uses of AddressSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type AddressSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AddressEntity>
AddressRepositoryImpl. buildSpecifications(AddressSearchBean sb)
-
Uses of AddressSearchBean in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type AddressSearchBean Modifier and Type Method Description List<Address>
UserDataWebService. getAddressBeans(AddressSearchBean sb, int from, int size)
Find Address objects based on the incoming criteriaList<Address>
UserDataWebServiceImpl. getAddressBeans(AddressSearchBean sb, int from, int size)
-