Package com.soffid.iam.base.service.ejb
Interface AdditionalDataService
public interface AdditionalDataService
EJB AdditionalDataService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidcom.soffid.zkdb.api.PagedResult<CustomObjectType>findCustomObjectType(com.soffid.zkdb.api.Query query) findDataTypeByName(String codi) findDataTypes(MetadataScope scope) findDataTypes2(MetadataScope scope) findDataTypesByName(String codi) findDataTypesByObjectTypeAndName(String objectType, String codi) findDataTypesByObjectTypeAndName2(String objectType, String codi) findDataTypesByScopeAndName(MetadataScope scope, String codi) findSystemDataType(String system, String name) findSystemDataTypes(String system) findSystemDataTypes2(String system) voidregisterStandardObject(String resourceName, MetadataScope scope, boolean reset)
-
Method Details
-
getAccessLevel
- Throws:
InternalErrorException
-
create
-
findSystemDataType
DataType findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException -
findDataTypeByName
-
update
-
create
-
update
-
createCustomObjectType
- Throws:
InternalErrorException
-
findCustomObjectTypeByName
- Throws:
InternalErrorException
-
updateCustomObjectType
- Throws:
InternalErrorException
-
findCustomObjectType
com.soffid.zkdb.api.PagedResult<CustomObjectType> findCustomObjectType(com.soffid.zkdb.api.Query query) throws InternalErrorException - Throws:
InternalErrorException
-
findDataTypes
Collection<DataType> findDataTypes(MetadataScope scope) throws InternalErrorException, InternalErrorException -
findDataTypes2
Collection<DataType> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException -
findDataTypesByObjectTypeAndName
Collection<DataType> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException -
findDataTypesByObjectTypeAndName2
Collection<DataType> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws InternalErrorException, InternalErrorException -
findDataTypesByName
Collection<DataType> findDataTypesByName(String codi) throws InternalErrorException, InternalErrorException -
findDataTypesByScopeAndName
Collection<DataType> findDataTypesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException -
getDataTypes
-
findExtensibleObjectRegisters
- Throws:
InternalErrorException
-
findSystemDataTypes
List<DataType> findSystemDataTypes(String system) throws InternalErrorException, InternalErrorException -
findSystemDataTypes2
List<DataType> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException -
delete
-
delete
-
deleteCustomObjectType
- Throws:
InternalErrorException
-
registerStandardObject
void registerStandardObject(String resourceName, MetadataScope scope, boolean reset) throws InternalErrorException - Throws:
InternalErrorException
-