Package es.caib.seycon.ng.servei
Class PuntEntradaServiceBaseProxy
- java.lang.Object
-
- es.caib.seycon.ng.servei.PuntEntradaServiceBaseProxy
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.PuntEntradaService
public class PuntEntradaServiceBaseProxy 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 PuntEntradaServiceBaseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canAdmin(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
boolean
canExecute(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
boolean
canQuery(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
boolean
canView(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
boolean
copiaEnlacePuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)
boolean
copiaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaCopiar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)
es.caib.seycon.ng.comu.PuntEntrada
create(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
es.caib.seycon.ng.comu.AutoritzacioPuntEntrada
createAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)
es.caib.seycon.ng.comu.ExecucioPuntEntrada
createExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)
void
delete(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
void
deleteAutoritzacio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.AutoritzacioPuntEntrada autoritzacio)
void
deleteExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)
boolean
esAutoritzat(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, String nivell)
boolean
esAutoritzat(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.PuntEntrada
findPuntEntradaById(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.PuntEntrada
findRoot()
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.EntryPointService
getEntryPointService()
Gets reference toentryPointService
.Collection<es.caib.seycon.ng.comu.ExecucioPuntEntrada>
getExecucions(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
protected Principal
getPrincipal()
Gets the currentprincipal
if one has been set, otherwise returnsnull
.String
getScopeForAddress(String address)
boolean
hasAnyACLPUE(String codiUsuari)
boolean
moureMenusPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaMoure, es.caib.seycon.ng.comu.PuntEntrada puntEntradaMenuDesti)
boolean
reordenaPuntEntrada(es.caib.seycon.ng.comu.PuntEntrada puntEntradaOrdenar, es.caib.seycon.ng.comu.PuntEntrada puntEntradaSeguent)
void
setEntryPointService(com.soffid.iam.service.EntryPointService entryPointService)
Sets reference toentryPointService
.void
sortChildren(long entryPointId)
es.caib.seycon.ng.comu.PuntEntrada
update(es.caib.seycon.ng.comu.PuntEntrada puntEntrada)
es.caib.seycon.ng.comu.ExecucioPuntEntrada
updateExecucio(es.caib.seycon.ng.comu.PuntEntrada puntEntrada, es.caib.seycon.ng.comu.ExecucioPuntEntrada execucio)
String
validaXMLPUE(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:
canAdmin
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
canExecute
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
canQuery
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
canView
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
copiaEnlacePuntEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
copiaPuntEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
esAutoritzat
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
esAutoritzat
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
hasAnyACLPUE
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
moureMenusPuntEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
reordenaPuntEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findAccessTreeByTextAndJsonQueryAsync
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
createAutoritzacio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
createExecucio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
updateExecucio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
create
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findPuntEntradaById
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findRoot
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
update
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getScopeForAddress
@Transactional(rollbackFor=java.lang.Exception.class) public String getScopeForAddress(String address) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
getScopeForAddress
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
validaXMLPUE
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findChildren
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findMenuChildren
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findPuntsEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
getAllAplicacions
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
getAllTipusMimeExecucio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
getArbreInversPuntEntrada
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
getAutoritzacionsPUE
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
getExecucions
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
findAccessTreeByTextAndJsonQuery
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- 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.PuntEntrada puntEntrada) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
delete
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
deleteAutoritzacio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
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:
deleteExecucio
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
sortChildren
@Transactional(rollbackFor=java.lang.Exception.class) public void sortChildren(long entryPointId) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
sortChildren
in interfacees.caib.seycon.ng.servei.PuntEntradaService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipal
if one has been set, otherwise returnsnull
.- Returns:
- the current principal
-
-