Interface BusinessDataService
- All Known Implementing Classes:
BusinessDataServiceImpl
public interface BusinessDataService
- Author:
- Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptioncallJavaOperation(Object businessObject, Object valueToSetObjectWith, String methodName, String parameterType) getJsonChildEntity(String entityClassName, Long identifier, String childName, String businessDataURIPattern) getJsonEntities(String entityClassName, List<Long> identifiers, String businessDataURIPattern) getJsonEntity(String entityClassName, Long identifier, String businessDataURIPattern) getJsonQueryEntities(String entityClassName, String queryName, Map<String, Serializable> queryParameters, Integer startIndex, Integer maxResults, String businessDataURIPattern) booleanisBusinessData(Object valueToSetObjectWith)
-
Method Details
-
callJavaOperation
Object callJavaOperation(Object businessObject, Object valueToSetObjectWith, String methodName, String parameterType) throws SBusinessDataNotFoundException, SBusinessDataRepositoryException -
isBusinessData
-
getJsonEntity
Serializable getJsonEntity(String entityClassName, Long identifier, String businessDataURIPattern) throws SBusinessDataNotFoundException, SBusinessDataRepositoryException -
getJsonChildEntity
Serializable getJsonChildEntity(String entityClassName, Long identifier, String childName, String businessDataURIPattern) throws SBusinessDataNotFoundException, SBusinessDataRepositoryException -
getJsonQueryEntities
Serializable getJsonQueryEntities(String entityClassName, String queryName, Map<String, Serializable> queryParameters, Integer startIndex, Integer maxResults, String businessDataURIPattern) throws SBusinessDataRepositoryException- Throws:
SBusinessDataRepositoryException
-
getJsonEntities
Serializable getJsonEntities(String entityClassName, List<Long> identifiers, String businessDataURIPattern) throws SBusinessDataRepositoryException - Throws:
SBusinessDataRepositoryException
-