Uses of Class
org.openiam.property.dto.PropertyValue
-
-
Uses of PropertyValue in org.openiam.base.request
Methods in org.openiam.base.request that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueCrudRequest. getPropertyValueList()
Method parameters in org.openiam.base.request with type arguments of type PropertyValue Modifier and Type Method Description void
PropertyValueCrudRequest. setPropertyValueList(List<PropertyValue> propertyValueList)
-
Uses of PropertyValue in org.openiam.cache
Fields in org.openiam.cache with type parameters of type PropertyValue Modifier and Type Field Description protected org.springframework.data.redis.core.RedisTemplate<String,PropertyValue>
AbstractPropertyValueRedisCache. cache
Methods in org.openiam.cache that return PropertyValue Modifier and Type Method Description PropertyValue
AbstractPropertyValueRedisCache. getProperty(String key)
PropertyValue
AbstractPropertyValueRedisCache. getPropertyValue(String key)
Methods in org.openiam.cache that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
AbstractPropertyValueRedisCache. getPropertyValues(List<String> keys)
-
Uses of PropertyValue in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type PropertyValue Modifier and Type Method Description void
PropertyValueRabbitMQService. save(PropertyValue propertyValue)
-
Uses of PropertyValue in org.openiam.config
Methods in org.openiam.config that return types with arguments of type PropertyValue Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,PropertyValue>
AbstractRedisConfiguration. propertyValueRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)
-
Uses of PropertyValue in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return PropertyValue Modifier and Type Method Description PropertyValue
PropertyValueConverter. convertDTO(PropertyValue entity, boolean isDeep)
PropertyValue
PropertyValueConverter. convertToDTO(PropertyValueEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueConverter. convertToDTOList(List<PropertyValueEntity> list, boolean isDeep)
Set<PropertyValue>
PropertyValueConverter. convertToDTOSet(Set<PropertyValueEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type PropertyValue Modifier and Type Method Description PropertyValue
PropertyValueConverter. convertDTO(PropertyValue entity, boolean isDeep)
PropertyValueEntity
PropertyValueConverter. convertToEntity(PropertyValue entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type PropertyValue Modifier and Type Method Description List<PropertyValueEntity>
PropertyValueConverter. convertToEntityList(List<PropertyValue> list, boolean isDeep)
Set<PropertyValueEntity>
PropertyValueConverter. convertToEntitySet(Set<PropertyValue> set, boolean isDeep)
-
Uses of PropertyValue in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueService. getAll()
List<PropertyValue>
PropertyValueService. getByCategory(String category)
Method parameters in org.openiam.esb.core.service with type arguments of type PropertyValue Modifier and Type Method Description void
PropertyValueService. save(List<PropertyValue> entityList)
-
Uses of PropertyValue in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueServiceImpl. getAll()
List<PropertyValue>
PropertyValueServiceImpl. getByCategory(String category)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type PropertyValue Modifier and Type Method Description void
PropertyValueServiceImpl. save(List<PropertyValue> dtoList)
-
Uses of PropertyValue in org.openiam.idm.srvc.property.service
Methods in org.openiam.idm.srvc.property.service that return PropertyValue Modifier and Type Method Description PropertyValue
PropertyValueCache. getProperty(String key)
Methods in org.openiam.idm.srvc.property.service that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueCache. getPropertyValues(List<String> key)
-
Uses of PropertyValue in org.openiam.srvc.common
Methods in org.openiam.srvc.common that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValueWebService. getByCategory(String category)
List<PropertyValue>
PropertyValueWebServiceImpl. getByCategory(String category)
List<PropertyValue>
PropertyValueWebService. getPropertyValues(List<String> keys)
List<PropertyValue>
PropertyValueWebServiceImpl. getPropertyValues(List<String> keys)
Method parameters in org.openiam.srvc.common with type arguments of type PropertyValue Modifier and Type Method Description Response
PropertyValueWebService. save(List<PropertyValue> entityList)
Response
PropertyValueWebServiceImpl. save(List<PropertyValue> dtoList)
-