Package es.caib.seycon.ng.servei.ejb
Interface DadesAddicionalsService
-
public interface DadesAddicionalsService
EJB DadesAddicionalsService
-
-
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
DadaUsuari create(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
DadaUsuari update(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
TipusDada create(TipusDada tipusDada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataType
TipusDada findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findTipusDadaByCodi
TipusDada findTipusDadaByCodi(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
TipusDada update(TipusDada tipusDada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findCustomObjectTypeByJsonQuery
Collection<CustomObjectType> findCustomObjectTypeByJsonQuery(String query) throws InternalErrorException
- Throws:
InternalErrorException
-
findDataTypes
Collection<TipusDada> findDataTypes(MetadataScope scope) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypes2
Collection<TipusDada> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName
Collection<TipusDada> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName2
Collection<TipusDada> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findTipusDadesByCodi
Collection<TipusDada> findTipusDadesByCodi(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findTipusDadesByScopeAndName
Collection<TipusDada> findTipusDadesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getTipusDades
Collection<TipusDada> getTipusDades() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findExtensibleObjectRegisters
List<ExtensibleObjectRegister> findExtensibleObjectRegisters() throws InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataTypes
List<TipusDada> findSystemDataTypes(String system) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSystemDataTypes2
List<TipusDada> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(TipusDada 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
-
-