Uses of Class
org.openiam.property.domain.PropertyValueEntity
-
-
Uses of PropertyValueEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PropertyValueEntity Modifier and Type Method Description PropertyValueEntity
PropertyValueConverter. convertEntity(PropertyValueEntity entity, boolean isDeep)
PropertyValueEntity
PropertyValueConverter. convertToEntity(PropertyValue entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PropertyValueEntity Modifier and Type Method Description List<PropertyValueEntity>
PropertyValueConverter. convertToEntityList(List<PropertyValue> list, boolean isDeep)
Set<PropertyValueEntity>
PropertyValueConverter. convertToEntitySet(Set<PropertyValue> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PropertyValueEntity Modifier and Type Method Description PropertyValueEntity
PropertyValueConverter. convertEntity(PropertyValueEntity entity, boolean isDeep)
PropertyValue
PropertyValueConverter. convertToDTO(PropertyValueEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PropertyValueEntity Modifier and Type Method Description List<PropertyValue>
PropertyValueConverter. convertToDTOList(List<PropertyValueEntity> list, boolean isDeep)
Set<PropertyValue>
PropertyValueConverter. convertToDTOSet(Set<PropertyValueEntity> set, boolean isDeep)
-
Uses of PropertyValueEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return PropertyValueEntity Modifier and Type Method Description PropertyValueEntity
PropertyValueService. get(String id)
-
Uses of PropertyValueEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return PropertyValueEntity Modifier and Type Method Description PropertyValueEntity
PropertyValueServiceImpl. get(String id)
-
Uses of PropertyValueEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type PropertyValueEntity Modifier and Type Method Description List<PropertyValueEntity>
PropertyValueRepositoryCustom. getByCategory(String category)
-
Uses of PropertyValueEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type PropertyValueEntity Modifier and Type Method Description List<PropertyValueEntity>
PropertyValueRepositoryImpl. getByCategory(String category)
protected Class<PropertyValueEntity>
PropertyValueRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<PropertyValueEntity,String>
PropertyValueRepositoryImpl. getRepository()
-