Package org.openiam.esb.core.service
Interface PropertyValueService
-
- All Known Implementing Classes:
PropertyValueServiceImpl
public interface PropertyValueService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyValueEntity
get(String id)
List<PropertyValue>
getAll()
List<PropertyValue>
getByCategory(String category)
void
save(List<PropertyValue> entityList)
-
-
-
Method Detail
-
save
void save(List<PropertyValue> entityList) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
getAll
List<PropertyValue> getAll()
-
getByCategory
List<PropertyValue> getByCategory(String category)
-
get
PropertyValueEntity get(String id)
-
-