Package es.caib.seycon.ng.servei
Class PuntEntradaServiceBase
- java.lang.Object
-
- es.caib.seycon.ng.servei.PuntEntradaServiceBase
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.PuntEntradaService
public abstract class PuntEntradaServiceBase extends Object implements es.caib.seycon.ng.servei.PuntEntradaService
Spring Service base class for
see es.caib.seycon.ng.servei.PuntEntradaServicees.caib.seycon.ng.servei.PuntEntradaService, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description PuntEntradaServiceBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleancanAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancanView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleancopiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)booleancopiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)es.caib.seycon.ng.comu.PuntEntradacreate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.AutoritzacioPuntEntradacreateAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)es.caib.seycon.ng.comu.ExecucioPuntEntradacreateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)voiddelete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)voiddeleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)voiddeleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)booleanesAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell)booleanesAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell)List<es.caib.seycon.ng.comu.PuntEntrada>findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada>findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<es.caib.seycon.ng.comu.PuntEntrada>findChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)Collection<es.caib.seycon.ng.comu.PuntEntrada>findMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.PuntEntradafindPuntEntradaById(long id)Collection<es.caib.seycon.ng.comu.PuntEntrada>findPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari)es.caib.seycon.ng.comu.PuntEntradafindRoot()Collection<es.caib.seycon.ng.comu.Aplicacio>getAllAplicacions(Boolean aplicacioBuida)Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada>getAllTipusMimeExecucio()Collection<String>getArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>getAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)com.soffid.iam.service.EntryPointServicegetEntryPointService()Gets reference toentryPointService.Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada>getExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected PrincipalgetPrincipal()Gets the currentprincipalif one has been set, otherwise returnsnull.StringgetScopeForAddress(String address)protected abstract booleanhandleCanAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract booleanhandleCanExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract booleanhandleCanQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract booleanhandleCanView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract booleanhandleCopiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)protected abstract booleanhandleCopiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)protected abstract es.caib.seycon.ng.comu.PuntEntradahandleCreate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract es.caib.seycon.ng.comu.AutoritzacioPuntEntradahandleCreateAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)protected abstract es.caib.seycon.ng.comu.ExecucioPuntEntradahandleCreateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)protected abstract voidhandleDelete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract voidhandleDeleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)protected abstract voidhandleDeleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)protected abstract booleanhandleEsAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell)protected abstract booleanhandleEsAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell)protected abstract List<es.caib.seycon.ng.comu.PuntEntrada>handleFindAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)protected abstract com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada>handleFindAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery)protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada>handleFindChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada>handleFindMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract es.caib.seycon.ng.comu.PuntEntradahandleFindPuntEntradaById(long id)protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada>handleFindPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari)protected abstract es.caib.seycon.ng.comu.PuntEntradahandleFindRoot()protected abstract Collection<es.caib.seycon.ng.comu.Aplicacio>handleGetAllAplicacions(Boolean aplicacioBuida)protected abstract Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada>handleGetAllTipusMimeExecucio()protected abstract Collection<String>handleGetArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada>handleGetAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada>handleGetExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract StringhandleGetScopeForAddress(String address)protected abstract booleanhandleHasAnyACLPUE(String codiUsuari)protected abstract booleanhandleMoureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)protected abstract booleanhandleReordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent)protected abstract voidhandleSortChildren(long entryPointId)protected abstract es.caib.seycon.ng.comu.PuntEntradahandleUpdate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)protected abstract es.caib.seycon.ng.comu.ExecucioPuntEntradahandleUpdateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)protected abstract StringhandleValidaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)booleanhasAnyACLPUE(String codiUsuari)booleanmoureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)booleanreordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent)voidsetEntryPointService(com.soffid.iam.service.EntryPointService entryPointService)Sets reference toentryPointService.voidsortChildren(long entryPointId)es.caib.seycon.ng.comu.PuntEntradaupdate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)es.caib.seycon.ng.comu.ExecucioPuntEntradaupdateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)StringvalidaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
-
-
-
Method Detail
-
setEntryPointService
public void setEntryPointService(com.soffid.iam.service.EntryPointService entryPointService)
Sets reference toentryPointService.
-
getEntryPointService
public com.soffid.iam.service.EntryPointService getEntryPointService()
Gets reference toentryPointService.
-
canAdmin
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canAdminin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCanAdmin
protected abstract boolean handleCanAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
canExecute
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canExecutein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCanExecute
protected abstract boolean handleCanExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
canQuery
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canQueryin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCanQuery
protected abstract boolean handleCanQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
canView
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean canView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
canViewin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCanView
protected abstract boolean handleCanView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
copiaEnlacePuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean copiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
copiaEnlacePuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCopiaEnlacePuntEntrada
protected abstract boolean handleCopiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws Exception- Throws:
Exception
-
copiaPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean copiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
copiaPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCopiaPuntEntrada
protected abstract boolean handleCopiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws Exception- Throws:
Exception
-
esAutoritzat
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean esAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
esAutoritzatin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleEsAutoritzat
protected abstract boolean handleEsAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell) throws Exception- Throws:
Exception
-
esAutoritzat
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean esAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
esAutoritzatin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleEsAutoritzat
protected abstract boolean handleEsAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell) throws Exception
- Throws:
Exception
-
hasAnyACLPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean hasAnyACLPUE(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
hasAnyACLPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleHasAnyACLPUE
protected abstract boolean handleHasAnyACLPUE(String codiUsuari) throws Exception
- Throws:
Exception
-
moureMenusPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean moureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
moureMenusPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleMoureMenusPuntEntrada
protected abstract boolean handleMoureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti) throws Exception- Throws:
Exception
-
reordenaPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public boolean reordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
reordenaPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleReordenaPuntEntrada
protected abstract boolean handleReordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent) throws Exception- Throws:
Exception
-
findAccessTreeByTextAndJsonQueryAsync
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada> findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findAccessTreeByTextAndJsonQueryAsyncin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAccessTreeByTextAndJsonQueryAsync
protected abstract com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.PuntEntrada> handleFindAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery) throws Exception
- Throws:
Exception
-
createAutoritzacio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.AutoritzacioPuntEntrada createAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createAutoritzacioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreateAutoritzacio
protected abstract es.caib.seycon.ng.comu.AutoritzacioPuntEntrada handleCreateAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws Exception- Throws:
Exception
-
createExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.ExecucioPuntEntrada createExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreateExecucio
protected abstract es.caib.seycon.ng.comu.ExecucioPuntEntrada handleCreateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws Exception- Throws:
Exception
-
updateExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.ExecucioPuntEntrada updateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updateExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdateExecucio
protected abstract es.caib.seycon.ng.comu.ExecucioPuntEntrada handleUpdateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws Exception- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada create(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract es.caib.seycon.ng.comu.PuntEntrada handleCreate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
findPuntEntradaById
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada findPuntEntradaById(long id) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findPuntEntradaByIdin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindPuntEntradaById
protected abstract es.caib.seycon.ng.comu.PuntEntrada handleFindPuntEntradaById(long id) throws Exception- Throws:
Exception
-
findRoot
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada findRoot() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findRootin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindRoot
protected abstract es.caib.seycon.ng.comu.PuntEntrada handleFindRoot() throws Exception- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.PuntEntrada update(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract es.caib.seycon.ng.comu.PuntEntrada handleUpdate(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
getScopeForAddress
@Transactional(rollbackFor=java.lang.Exception.class) public String getScopeForAddress(String address) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
getScopeForAddressin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetScopeForAddress
protected abstract String handleGetScopeForAddress(String address) throws Exception
- Throws:
Exception
-
validaXMLPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public String validaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
validaXMLPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleValidaXMLPUE
protected abstract String handleValidaXMLPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
findChildren
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindChildren
protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada> handleFindChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
findMenuChildren
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findMenuChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindMenuChildren
protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada> handleFindMenuChildren(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
findPuntsEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.PuntEntrada> findPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findPuntsEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindPuntsEntrada
protected abstract Collection<es.caib.seycon.ng.comu.PuntEntrada> handleFindPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws Exception
- Throws:
Exception
-
getAllAplicacions
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Aplicacio> getAllAplicacions(Boolean aplicacioBuida) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAllAplicacionsin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetAllAplicacions
protected abstract Collection<es.caib.seycon.ng.comu.Aplicacio> handleGetAllAplicacions(Boolean aplicacioBuida) throws Exception
- Throws:
Exception
-
getAllTipusMimeExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada> getAllTipusMimeExecucio() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAllTipusMimeExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetAllTipusMimeExecucio
protected abstract Collection<es.caib.seycon.ng.comu.TipusExecucioPuntEntrada> handleGetAllTipusMimeExecucio() throws Exception
- Throws:
Exception
-
getArbreInversPuntEntrada
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<String> getArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getArbreInversPuntEntradain interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetArbreInversPuntEntrada
protected abstract Collection<String> handleGetArbreInversPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
getAutoritzacionsPUE
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> getAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAutoritzacionsPUEin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetAutoritzacionsPUE
protected abstract Collection<es.caib.seycon.ng.comu.AutoritzacioPuntEntrada> handleGetAutoritzacionsPUE(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
getExecucions
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada> getExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getExecucionsin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetExecucions
protected abstract Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada> handleGetExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception
- Throws:
Exception
-
findAccessTreeByTextAndJsonQuery
@Transactional(rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.PuntEntrada> findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findAccessTreeByTextAndJsonQueryin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAccessTreeByTextAndJsonQuery
protected abstract List<es.caib.seycon.ng.comu.PuntEntrada> handleFindAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws Exception
- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada) throws Exception- Throws:
Exception
-
deleteAutoritzacio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void deleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deleteAutoritzacioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDeleteAutoritzacio
protected abstract void handleDeleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio) throws Exception- Throws:
Exception
-
deleteExecucio
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void deleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deleteExecucioin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDeleteExecucio
protected abstract void handleDeleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio) throws Exception- Throws:
Exception
-
sortChildren
@Transactional(rollbackFor=java.lang.Exception.class) public void sortChildren(long entryPointId) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
sortChildrenin interfacees.caib.seycon.ng.servei.PuntEntradaService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleSortChildren
protected abstract void handleSortChildren(long entryPointId) throws Exception- Throws:
Exception
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipalif one has been set, otherwise returnsnull.- Returns:
- the current principal
-
-