Package org.openiam.srvc.common
Class PropertyValueWebServiceImpl
- java.lang.Object
-
- org.openiam.srvc.AbstractApiService
-
- org.openiam.srvc.common.PropertyValueWebServiceImpl
-
- All Implemented Interfaces:
PropertyValueWebService
@Service("propertyValueWS") public class PropertyValueWebServiceImpl extends AbstractApiService implements PropertyValueWebService
-
-
Field Summary
-
Fields inherited from class org.openiam.srvc.AbstractApiService
applicationContext, log, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description PropertyValueWebServiceImpl(PropertyValueQueue queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValueListResponse
getAll()
List<PropertyValue>
getByCategory(String category)
String
getCachedValue(String key)
List<PropertyValue>
getPropertyValues(List<String> keys)
Response
save(List<PropertyValue> dtoList)
Response
sweep()
-
Methods inherited from class org.openiam.srvc.AbstractApiService
broadcast, crudRequest, getBooleanValue, getIntValue, getIntValue, getRabbitMqQueue, getResponse, getResponse, getValue, getValue, getValueList, getValueList, idRequest, manageApiRequest, manageApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, membershipRequestProcessing, membershipRequestProcessing, publish, publish, sendAsync, sendAsync
-
-
-
-
Constructor Detail
-
PropertyValueWebServiceImpl
@Autowired public PropertyValueWebServiceImpl(PropertyValueQueue queue)
-
-
Method Detail
-
save
public Response save(List<PropertyValue> dtoList)
- Specified by:
save
in interfacePropertyValueWebService
-
getAll
public PropertyValueListResponse getAll()
- Specified by:
getAll
in interfacePropertyValueWebService
-
getByCategory
public List<PropertyValue> getByCategory(String category)
- Specified by:
getByCategory
in interfacePropertyValueWebService
-
getCachedValue
public String getCachedValue(String key)
- Specified by:
getCachedValue
in interfacePropertyValueWebService
-
getPropertyValues
public List<PropertyValue> getPropertyValues(List<String> keys)
- Specified by:
getPropertyValues
in interfacePropertyValueWebService
-
sweep
public Response sweep()
- Specified by:
sweep
in interfacePropertyValueWebService
-
-