Package es.caib.seycon.ng.servei
Class DadesAddicionalsServiceBaseProxy
- java.lang.Object
-
- es.caib.seycon.ng.servei.DadesAddicionalsServiceBaseProxy
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.DadesAddicionalsService
public class DadesAddicionalsServiceBaseProxy extends Object implements es.caib.seycon.ng.servei.DadesAddicionalsService
Spring Service base class for
see es.caib.seycon.ng.servei.DadesAddicionalsServicees.caib.seycon.ng.servei.DadesAddicionalsService, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description DadesAddicionalsServiceBaseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description es.caib.seycon.ng.comu.DadaUsuaricreate(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari)es.caib.seycon.ng.comu.TipusDadacreate(es.caib.seycon.ng.comu.TipusDada tipusDada)com.soffid.iam.api.CustomObjectTypecreateCustomObjectType(com.soffid.iam.api.CustomObjectType obj)voiddelete(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari)voiddelete(es.caib.seycon.ng.comu.TipusDada tipusDada)voiddeleteCustomObjectType(com.soffid.iam.api.CustomObjectType obj)Collection<com.soffid.iam.api.CustomObjectType>findCustomObjectTypeByJsonQuery(String query)com.soffid.iam.api.CustomObjectTypefindCustomObjectTypeByName(String name)Collection<es.caib.seycon.ng.comu.TipusDada>findDataTypes(com.soffid.iam.api.MetadataScope scope)Collection<es.caib.seycon.ng.comu.TipusDada>findDataTypes2(com.soffid.iam.api.MetadataScope scope)Collection<es.caib.seycon.ng.comu.TipusDada>findDataTypesByObjectTypeAndName(String objectType, String codi)Collection<es.caib.seycon.ng.comu.TipusDada>findDataTypesByObjectTypeAndName2(String objectType, String codi)com.soffid.iam.api.ExtensibleObjectRegisterfindExtensibleObjectRegister(String name)List<com.soffid.iam.api.ExtensibleObjectRegister>findExtensibleObjectRegisters()es.caib.seycon.ng.comu.TipusDadafindSystemDataType(String system, String name)List<es.caib.seycon.ng.comu.TipusDada>findSystemDataTypes(String system)List<es.caib.seycon.ng.comu.TipusDada>findSystemDataTypes2(String system)es.caib.seycon.ng.comu.TipusDadafindTipusDadaByCodi(String codi)Collection<es.caib.seycon.ng.comu.TipusDada>findTipusDadesByCodi(String codi)Collection<es.caib.seycon.ng.comu.TipusDada>findTipusDadesByScopeAndName(com.soffid.iam.api.MetadataScope scope, String codi)es.caib.seycon.ng.comu.AccountAccessLevelEnumgetAccessLevel(com.soffid.iam.api.CustomObjectType type)com.soffid.iam.service.AdditionalDataServicegetAdditionalDataService()Gets reference toadditionalDataService.protected PrincipalgetPrincipal()Gets the currentprincipalif one has been set, otherwise returnsnull.Collection<es.caib.seycon.ng.comu.TipusDada>getTipusDades()voidregisterExtensibleObject(com.soffid.iam.api.ExtensibleObjectRegister register)voidregisterStandardObject(String resourceName, com.soffid.iam.api.MetadataScope scope, boolean reset)voidsetAdditionalDataService(com.soffid.iam.service.AdditionalDataService additionalDataService)Sets reference toadditionalDataService.es.caib.seycon.ng.comu.DadaUsuariupdate(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari)es.caib.seycon.ng.comu.TipusDadaupdate(es.caib.seycon.ng.comu.TipusDada tipusDada)com.soffid.iam.api.CustomObjectTypeupdateCustomObjectType(com.soffid.iam.api.CustomObjectType obj)
-
-
-
Method Detail
-
setAdditionalDataService
public void setAdditionalDataService(com.soffid.iam.service.AdditionalDataService additionalDataService)
Sets reference toadditionalDataService.
-
getAdditionalDataService
public com.soffid.iam.service.AdditionalDataService getAdditionalDataService()
Gets reference toadditionalDataService.
-
createCustomObjectType
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.CustomObjectType createCustomObjectType(com.soffid.iam.api.CustomObjectType obj) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
createCustomObjectTypein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectTypeByName
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.CustomObjectType findCustomObjectTypeByName(String name) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectTypeByNamein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
updateCustomObjectType
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.CustomObjectType updateCustomObjectType(com.soffid.iam.api.CustomObjectType obj) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
updateCustomObjectTypein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findExtensibleObjectRegister
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.ExtensibleObjectRegister findExtensibleObjectRegister(String name) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findExtensibleObjectRegisterin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getAccessLevel
@Transactional(rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.AccountAccessLevelEnum getAccessLevel(com.soffid.iam.api.CustomObjectType type) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
getAccessLevelin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.DadaUsuari create(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.DadaUsuari update(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.TipusDada create(es.caib.seycon.ng.comu.TipusDada tipusDada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findSystemDataType
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.TipusDada findSystemDataType(String system, String name) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSystemDataTypein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findTipusDadaByCodi
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.TipusDada findTipusDadaByCodi(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findTipusDadaByCodiin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.TipusDada update(es.caib.seycon.ng.comu.TipusDada tipusDada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectTypeByJsonQuery
@Transactional(rollbackFor=java.lang.Exception.class) public Collection<com.soffid.iam.api.CustomObjectType> findCustomObjectTypeByJsonQuery(String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectTypeByJsonQueryin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findDataTypes
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findDataTypes(com.soffid.iam.api.MetadataScope scope) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findDataTypesin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findDataTypes2
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findDataTypes2(com.soffid.iam.api.MetadataScope scope) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findDataTypes2in interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findDataTypesByObjectTypeAndName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findDataTypesByObjectTypeAndName(String objectType, String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findDataTypesByObjectTypeAndNamein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findDataTypesByObjectTypeAndName2
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findDataTypesByObjectTypeAndName2in interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findTipusDadesByCodi
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findTipusDadesByCodi(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findTipusDadesByCodiin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findTipusDadesByScopeAndName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> findTipusDadesByScopeAndName(com.soffid.iam.api.MetadataScope scope, String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findTipusDadesByScopeAndNamein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getTipusDades
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusDada> getTipusDades() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getTipusDadesin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findExtensibleObjectRegisters
@Transactional(rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.ExtensibleObjectRegister> findExtensibleObjectRegisters() throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findExtensibleObjectRegistersin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findSystemDataTypes
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.TipusDada> findSystemDataTypes(String system) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSystemDataTypesin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findSystemDataTypes2
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.TipusDada> findSystemDataTypes2(String system) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSystemDataTypes2in interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.DadaUsuari dadaUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.TipusDada tipusDada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
deleteCustomObjectType
@Transactional(rollbackFor=java.lang.Exception.class) public void deleteCustomObjectType(com.soffid.iam.api.CustomObjectType obj) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
deleteCustomObjectTypein interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
registerExtensibleObject
@Transactional(rollbackFor=java.lang.Exception.class) public void registerExtensibleObject(com.soffid.iam.api.ExtensibleObjectRegister register) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
registerExtensibleObjectin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
registerStandardObject
@Transactional(rollbackFor=java.lang.Exception.class) public void registerStandardObject(String resourceName, com.soffid.iam.api.MetadataScope scope, boolean reset) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
registerStandardObjectin interfacees.caib.seycon.ng.servei.DadesAddicionalsService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipalif one has been set, otherwise returnsnull.- Returns:
- the current principal
-
-