Package com.soffid.iam.service.ejb
Interface AdditionalDataService
-
public interface AdditionalDataService
EJB AdditionalDataService
-
-
Method Summary
-
-
-
Method Detail
-
createCustomObjectType
CustomObjectType createCustomObjectType(CustomObjectType obj) throws InternalErrorException
- Throws:
InternalErrorException
-
findCustomObjectTypeByName
CustomObjectType findCustomObjectTypeByName(String name) throws InternalErrorException
- Throws:
InternalErrorException
-
updateCustomObjectType
CustomObjectType updateCustomObjectType(CustomObjectType obj) throws InternalErrorException
- Throws:
InternalErrorException
-
getAccessLevel
AccountAccessLevelEnum getAccessLevel(CustomObjectType type) throws InternalErrorException
- Throws:
InternalErrorException
-
create
UserData create(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
UserData update(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
DataType create(DataType tipusDada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataType
DataType findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypeByName
DataType findDataTypeByName(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
DataType update(DataType tipusDada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findCustomObjectTypeByJsonQuery
Collection<CustomObjectType> findCustomObjectTypeByJsonQuery(String query) throws InternalErrorException
- Throws:
InternalErrorException
-
findDataTypes
Collection<DataType> findDataTypes(MetadataScope scope) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypes2
Collection<DataType> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName
Collection<DataType> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName2
Collection<DataType> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByName
Collection<DataType> findDataTypesByName(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByScopeAndName
Collection<DataType> findDataTypesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getDataTypes
Collection<DataType> getDataTypes() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findExtensibleObjectRegisters
List<ExtensibleObjectRegister> findExtensibleObjectRegisters() throws InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataTypes
List<DataType> findSystemDataTypes(String system) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataTypes2
List<DataType> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(DataType tipusDada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteCustomObjectType
void deleteCustomObjectType(CustomObjectType obj) throws InternalErrorException
- Throws:
InternalErrorException
-
registerStandardObject
void registerStandardObject(String resourceName, MetadataScope scope, boolean reset) throws InternalErrorException
- Throws:
InternalErrorException
-
-