Package com.soffid.iam.iga.service.ejb
Interface CustomObjectService
public interface CustomObjectService
EJB CustomObjectService
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindCustomObjectByTypeAndName(String objectType, String name) com.soffid.zkdb.api.PagedResult<CustomObject>findCustomObjects(String objectType, com.soffid.zkdb.api.Query query)
-
Method Details
-
createCustomObject
- Throws:
InternalErrorException
-
findCustomObjectByTypeAndName
CustomObject findCustomObjectByTypeAndName(String objectType, String name) throws InternalErrorException - Throws:
InternalErrorException
-
updateCustomObject
- Throws:
InternalErrorException
-
findCustomObjects
com.soffid.zkdb.api.PagedResult<CustomObject> findCustomObjects(String objectType, com.soffid.zkdb.api.Query query) throws InternalErrorException - Throws:
InternalErrorException
-
deleteCustomObject
- Throws:
InternalErrorException
-