Uses of Class
org.openiam.idm.srvc.loc.domain.LocationEntity
-
-
Uses of LocationEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return LocationEntity Modifier and Type Method Description LocationEntity
LocationDozerConverter. convertEntity(LocationEntity entity, boolean isDeep)
LocationEntity
LocationDozerConverter. convertToEntity(Location entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type LocationEntity Modifier and Type Method Description List<LocationEntity>
LocationDozerConverter. convertToEntityList(List<Location> list, boolean isDeep)
Set<LocationEntity>
LocationDozerConverter. convertToEntitySet(Set<Location> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type LocationEntity Modifier and Type Method Description LocationEntity
LocationDozerConverter. convertEntity(LocationEntity entity, boolean isDeep)
Location
LocationDozerConverter. convertToDTO(LocationEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type LocationEntity Modifier and Type Method Description List<Location>
LocationDozerConverter. convertToDTOList(List<LocationEntity> list, boolean isDeep)
Set<Location>
LocationDozerConverter. convertToDTOSet(Set<LocationEntity> set, boolean isDeep)
-
Uses of LocationEntity in org.openiam.esb.core.org.service
Methods in org.openiam.esb.core.org.service that return LocationEntity Modifier and Type Method Description LocationEntity
OrganizationService. getLocationById(String locationId)
Methods in org.openiam.esb.core.org.service that return types with arguments of type LocationEntity Modifier and Type Method Description List<LocationEntity>
OrganizationService. getLocationList(LocationSearchBean searchBean, int from, int size)
List<LocationEntity>
OrganizationService. getLocationListByOrganizationId(Set<String> orgsId, int from, int size)
-
Uses of LocationEntity in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl that return LocationEntity Modifier and Type Method Description LocationEntity
OrganizationServiceImpl. getLocationById(String locationId)
Methods in org.openiam.esb.core.org.service.impl that return types with arguments of type LocationEntity Modifier and Type Method Description List<LocationEntity>
OrganizationServiceImpl. getLocationList(LocationSearchBean searchBean, int from, int size)
List<LocationEntity>
OrganizationServiceImpl. getLocationListByOrganizationId(Set<String> orgsId)
List<LocationEntity>
OrganizationServiceImpl. getLocationListByOrganizationId(Set<String> orgsId, int from, int size)
-
Uses of LocationEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type LocationEntity Modifier and Type Method Description List<LocationEntity>
LocationRepository. findByOrganizationIds(Collection<String> organizationIds, org.springframework.data.domain.Pageable page)
-
Uses of LocationEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type LocationEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LocationEntity>
LocationRepositoryImpl. buildSpecifications(LocationSearchBean searchBean)
protected Class<LocationEntity>
LocationRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<LocationEntity,String>
LocationRepositoryImpl. getRepository()
-