Package es.caib.seycon.ng.servei.ejb
Interface PuntEntradaService
-
public interface PuntEntradaService
EJB PuntEntradaService
-
-
Method Summary
-
-
-
Method Detail
-
canAdmin
boolean canAdmin(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canExecute
boolean canExecute(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canQuery
boolean canQuery(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canView
boolean canView(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
copiaEnlacePuntEntrada
boolean copiaEnlacePuntEntrada(PuntEntrada puntEntradaCopiar, PuntEntrada puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
copiaPuntEntrada
boolean copiaPuntEntrada(PuntEntrada puntEntradaCopiar, PuntEntrada puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
esAutoritzat
boolean esAutoritzat(PuntEntrada puntEntrada, String nivell) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
esAutoritzat
boolean esAutoritzat(String codiUsuari, Long idPuntEntrada, String nivell) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
hasAnyACLPUE
boolean hasAnyACLPUE(String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
moureMenusPuntEntrada
boolean moureMenusPuntEntrada(PuntEntrada puntEntradaMoure, PuntEntrada puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reordenaPuntEntrada
boolean reordenaPuntEntrada(PuntEntrada puntEntradaOrdenar, PuntEntrada puntEntradaSeguent) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessTreeByTextAndJsonQueryAsync
AsyncList<PuntEntrada> findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
createAutoritzacio
AutoritzacioPuntEntrada createAutoritzacio(PuntEntrada puntEntrada, AutoritzacioPuntEntrada autoritzacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
createExecucio
ExecucioPuntEntrada createExecucio(PuntEntrada puntEntrada, ExecucioPuntEntrada execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateExecucio
ExecucioPuntEntrada updateExecucio(PuntEntrada puntEntrada, ExecucioPuntEntrada execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
PuntEntrada create(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPuntEntradaById
PuntEntrada findPuntEntradaById(long id) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRoot
PuntEntrada findRoot() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PuntEntrada update(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getScopeForAddress
String getScopeForAddress(String address) throws InternalErrorException
- Throws:
InternalErrorException
-
validaXMLPUE
String validaXMLPUE(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findChildren
Collection<PuntEntrada> findChildren(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findMenuChildren
Collection<PuntEntrada> findMenuChildren(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPuntsEntrada
Collection<PuntEntrada> findPuntsEntrada(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAllAplicacions
Collection<Aplicacio> getAllAplicacions(Boolean aplicacioBuida) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAllTipusMimeExecucio
Collection<TipusExecucioPuntEntrada> getAllTipusMimeExecucio() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getArbreInversPuntEntrada
Collection<String> getArbreInversPuntEntrada(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAutoritzacionsPUE
Collection<AutoritzacioPuntEntrada> getAutoritzacionsPUE(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getExecucions
Collection<ExecucioPuntEntrada> getExecucions(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessTreeByTextAndJsonQuery
List<PuntEntrada> findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteAutoritzacio
void deleteAutoritzacio(PuntEntrada puntEntrada, AutoritzacioPuntEntrada autoritzacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteExecucio
void deleteExecucio(PuntEntrada puntEntrada, ExecucioPuntEntrada execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
sortChildren
void sortChildren(long entryPointId) throws InternalErrorException
- Throws:
InternalErrorException
-
-