Uses of Class
org.openiam.idm.srvc.loc.dto.Location
-
Packages that use Location Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.org.service org.openiam.esb.core.org.service.impl org.openiam.srvc.am -
-
Uses of Location in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Location Modifier and Type Method Description LocationLocationDozerConverter. convertDTO(Location entity, boolean isDeep)LocationLocationDozerConverter. convertToDTO(LocationEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Location Modifier and Type Method Description List<Location>LocationDozerConverter. convertToDTOList(List<LocationEntity> list, boolean isDeep)Set<Location>LocationDozerConverter. convertToDTOSet(Set<LocationEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Location Modifier and Type Method Description LocationLocationDozerConverter. convertDTO(Location entity, boolean isDeep)LocationEntityLocationDozerConverter. convertToEntity(Location entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Location Modifier and Type Method Description List<LocationEntity>LocationDozerConverter. convertToEntityList(List<Location> list, boolean isDeep)Set<LocationEntity>LocationDozerConverter. convertToEntitySet(Set<Location> set, boolean isDeep) -
Uses of Location in org.openiam.esb.core.org.service
Methods in org.openiam.esb.core.org.service that return Location Modifier and Type Method Description LocationOrganizationService. getLocationDtoById(String locationId)Methods in org.openiam.esb.core.org.service that return types with arguments of type Location Modifier and Type Method Description List<Location>OrganizationService. getLocationDtoList(LocationSearchBean searchBean, int from, int size)List<Location>OrganizationService. getLocationListByPageForUser(String userId, int from, int size)Methods in org.openiam.esb.core.org.service with parameters of type Location Modifier and Type Method Description voidOrganizationService. addLocation(Location val)voidOrganizationService. updateLocation(Location val) -
Uses of Location in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl that return Location Modifier and Type Method Description LocationOrganizationServiceImpl. getLocationDtoById(String locationId)Methods in org.openiam.esb.core.org.service.impl that return types with arguments of type Location Modifier and Type Method Description List<Location>OrganizationServiceImpl. getLocationDtoList(LocationSearchBean searchBean, int from, int size)List<Location>OrganizationServiceImpl. getLocationListByPageForUser(String userId, int from, int size)Methods in org.openiam.esb.core.org.service.impl with parameters of type Location Modifier and Type Method Description voidOrganizationServiceImpl. addLocation(Location dto)voidOrganizationServiceImpl. updateLocation(Location dto) -
Uses of Location in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return Location Modifier and Type Method Description LocationOrganizationDataService. getLocationById(String locationId)LocationOrganizationDataServiceImpl. getLocationById(String locationId)Methods in org.openiam.srvc.am that return types with arguments of type Location 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)List<Location>OrganizationDataService. getLocationListByPageForUser(String organizationId, int from, int size)List<Location>OrganizationDataServiceImpl. getLocationListByPageForUser(String userId, int from, int size)Methods in org.openiam.srvc.am with parameters of type Location Modifier and Type Method Description ResponseOrganizationDataService. addLocation(Location location)ResponseOrganizationDataServiceImpl. addLocation(Location val)ResponseOrganizationDataService. updateLocation(Location location)ResponseOrganizationDataServiceImpl. updateLocation(Location location)
-