Package es.caib.seycon.ng.servei
Interface DadesAddicionalsService
-
public interface DadesAddicionalsService
Service DadesAddicionalsService
-
-
Field Summary
Fields Modifier and Type Field Description static String
REMOTE_PATH
static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DadaUsuari
create(DadaUsuari dadaUsuari)
Operation createTipusDada
create(TipusDada tipusDada)
Operation createCustomObjectType
createCustomObjectType(CustomObjectType obj)
Operation createCustomObjectTypevoid
delete(DadaUsuari dadaUsuari)
Operation deletevoid
delete(TipusDada tipusDada)
Operation deletevoid
deleteCustomObjectType(CustomObjectType obj)
Operation deleteCustomObjectTypeCollection<CustomObjectType>
findCustomObjectTypeByJsonQuery(String query)
Operation findCustomObjectTypeByJsonQueryCustomObjectType
findCustomObjectTypeByName(String name)
Operation findCustomObjectTypeByNameCollection<TipusDada>
findDataTypes(MetadataScope scope)
Operation findDataTypes Retrieves the not builtin attributesCollection<TipusDada>
findDataTypes2(MetadataScope scope)
Operation findDataTypes2 Retrieves the bultin and not builtin attributesCollection<TipusDada>
findDataTypesByObjectTypeAndName(String objectType, String codi)
Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributesCollection<TipusDada>
findDataTypesByObjectTypeAndName2(String objectType, String codi)
Operation findDataTypesByObjectTypeAndName2 Retrieves the bultin and not builtin attributesExtensibleObjectRegister
findExtensibleObjectRegister(String name)
Operation findExtensibleObjectRegisterList<ExtensibleObjectRegister>
findExtensibleObjectRegisters()
Operation findExtensibleObjectRegistersTipusDada
findSystemDataType(String system, String name)
Operation findSystemDataTypeList<TipusDada>
findSystemDataTypes(String system)
Operation findSystemDataTypes Retrieves the not builtin attributesList<TipusDada>
findSystemDataTypes2(String system)
Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributesTipusDada
findTipusDadaByCodi(String codi)
Operation findTipusDadaByCodiCollection<TipusDada>
findTipusDadesByCodi(String codi)
Operation findTipusDadesByCodiCollection<TipusDada>
findTipusDadesByScopeAndName(MetadataScope scope, String codi)
Operation findTipusDadesByScopeAndNameAccountAccessLevelEnum
getAccessLevel(CustomObjectType type)
Operation getAccessLevelCollection<TipusDada>
getTipusDades()
Operation getTipusDadesvoid
registerExtensibleObject(ExtensibleObjectRegister register)
Operation registerExtensibleObjectvoid
registerStandardObject(String resourceName, MetadataScope scope, boolean reset)
Operation registerStandardObjectDadaUsuari
update(DadaUsuari dadaUsuari)
Operation updateTipusDada
update(TipusDada tipusDada)
Operation updateCustomObjectType
updateCustomObjectType(CustomObjectType obj)
Operation updateCustomObjectType
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createCustomObjectType
CustomObjectType createCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation createCustomObjectType- Parameters:
obj
-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectTypeByName
CustomObjectType findCustomObjectTypeByName(String name) throws InternalErrorException
Operation findCustomObjectTypeByName- Parameters:
name
-- Returns:
- Throws:
InternalErrorException
-
updateCustomObjectType
CustomObjectType updateCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation updateCustomObjectType- Parameters:
obj
-- Returns:
- Throws:
InternalErrorException
-
findExtensibleObjectRegister
ExtensibleObjectRegister findExtensibleObjectRegister(String name) throws InternalErrorException
Operation findExtensibleObjectRegister- Parameters:
name
-- Returns:
- Throws:
InternalErrorException
-
getAccessLevel
AccountAccessLevelEnum getAccessLevel(CustomObjectType type) throws InternalErrorException
Operation getAccessLevel- Parameters:
type
-- Returns:
- Throws:
InternalErrorException
-
create
DadaUsuari create(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dadaUsuari
-- Returns:
- Throws:
InternalErrorException
-
update
DadaUsuari update(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dadaUsuari
-- Returns:
- Throws:
InternalErrorException
-
create
TipusDada create(TipusDada tipusDada) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusDada
-- Returns:
- Throws:
InternalErrorException
-
findSystemDataType
TipusDada findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException
Operation findSystemDataType- Parameters:
system
-name
-- Returns:
- Throws:
InternalErrorException
-
findTipusDadaByCodi
TipusDada findTipusDadaByCodi(String codi) throws InternalErrorException, InternalErrorException
Operation findTipusDadaByCodi- Parameters:
codi
-- Returns:
- Throws:
InternalErrorException
-
update
TipusDada update(TipusDada tipusDada) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipusDada
-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectTypeByJsonQuery
Collection<CustomObjectType> findCustomObjectTypeByJsonQuery(String query) throws InternalErrorException
Operation findCustomObjectTypeByJsonQuery- Parameters:
query
-- Returns:
- Throws:
InternalErrorException
-
findDataTypes
Collection<TipusDada> findDataTypes(MetadataScope scope) throws InternalErrorException, InternalErrorException
Operation findDataTypes Retrieves the not builtin attributes- Parameters:
scope
-- Returns:
- Throws:
InternalErrorException
-
findDataTypes2
Collection<TipusDada> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException
Operation findDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
scope
-- Returns:
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName
Collection<TipusDada> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributes- Parameters:
objectType
-codi
-- Returns:
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName2
Collection<TipusDada> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypesByObjectTypeAndName2 Retrieves the bultin and not builtin attributes- Parameters:
objectType
-codi
-- Returns:
- Throws:
InternalErrorException
-
findTipusDadesByCodi
Collection<TipusDada> findTipusDadesByCodi(String codi) throws InternalErrorException, InternalErrorException
Operation findTipusDadesByCodi- Parameters:
codi
-- Returns:
- Throws:
InternalErrorException
-
findTipusDadesByScopeAndName
Collection<TipusDada> findTipusDadesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException
Operation findTipusDadesByScopeAndName- Parameters:
scope
-codi
-- Returns:
- Throws:
InternalErrorException
-
getTipusDades
Collection<TipusDada> getTipusDades() throws InternalErrorException, InternalErrorException
Operation getTipusDades- Returns:
- Throws:
InternalErrorException
-
findExtensibleObjectRegisters
List<ExtensibleObjectRegister> findExtensibleObjectRegisters() throws InternalErrorException
Operation findExtensibleObjectRegisters- Returns:
- Throws:
InternalErrorException
-
findSystemDataTypes
List<TipusDada> findSystemDataTypes(String system) throws InternalErrorException, InternalErrorException
Operation findSystemDataTypes Retrieves the not builtin attributes- Parameters:
system
-- Returns:
- Throws:
InternalErrorException
-
findSystemDataTypes2
List<TipusDada> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException
Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
system
-- Returns:
- Throws:
InternalErrorException
-
delete
void delete(DadaUsuari dadaUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dadaUsuari
-- Throws:
InternalErrorException
-
delete
void delete(TipusDada tipusDada) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusDada
-- Throws:
InternalErrorException
-
deleteCustomObjectType
void deleteCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation deleteCustomObjectType- Parameters:
obj
-- Throws:
InternalErrorException
-
registerExtensibleObject
void registerExtensibleObject(ExtensibleObjectRegister register) throws InternalErrorException
Operation registerExtensibleObject- Parameters:
register
-- Throws:
InternalErrorException
-
registerStandardObject
void registerStandardObject(String resourceName, MetadataScope scope, boolean reset) throws InternalErrorException
Operation registerStandardObject- Parameters:
resourceName
-scope
-reset
-- Throws:
InternalErrorException
-
-