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 Location
LocationDozerConverter. convertDTO(Location entity, boolean isDeep)
Location
LocationDozerConverter. 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 Location
LocationDozerConverter. convertDTO(Location entity, boolean isDeep)
LocationEntity
LocationDozerConverter. 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 Location
OrganizationService. 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 void
OrganizationService. addLocation(Location val)
void
OrganizationService. 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 Location
OrganizationServiceImpl. 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 void
OrganizationServiceImpl. addLocation(Location dto)
void
OrganizationServiceImpl. 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 Location
OrganizationDataService. getLocationById(String locationId)
Location
OrganizationDataServiceImpl. 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 Response
OrganizationDataService. addLocation(Location location)
Response
OrganizationDataServiceImpl. addLocation(Location val)
Response
OrganizationDataService. updateLocation(Location location)
Response
OrganizationDataServiceImpl. updateLocation(Location location)
-