Package es.caib.seycon.ng.servei.ejb
Interface ImpressoraService
-
public interface ImpressoraService
EJB ImpressoraService
-
-
Method Summary
-
-
-
Method Detail
-
findPrinterByTextAndJsonQueryAsync
AsyncList<Impressora> findPrinterByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findPrinterUserByTextAndJsonQueryAsync
AsyncList<UsuariImpressora> findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findPrinterUserByTextAndJsonQuery
PagedResult<UsuariImpressora> findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
create
GrupImpressora create(GrupImpressora grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGrupImpressoraByCodiGrupAndCodiImpressora
GrupImpressora findGrupImpressoraByCodiGrupAndCodiImpressora(String codiGrup, String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
GrupImpressora update(GrupImpressora grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
Impressora create(Impressora impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findImpressoraByCodiImpressora
Impressora findImpressoraByCodiImpressora(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Impressora update(Impressora impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
UsuariImpressora create(UsuariImpressora usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUsuariImpressoraByCodiUsuariAndCodiImpressora
UsuariImpressora findUsuariImpressoraByCodiUsuariAndCodiImpressora(String codiUsuari, String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
UsuariImpressora update(UsuariImpressora usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGrupImpressoresByCodiGrup
Collection<GrupImpressora> findGrupImpressoresByCodiGrup(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findImpressoresByCodiImpressora
Collection<Impressora> findImpressoresByCodiImpressora(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findImpressoresByCriteri
Collection<Impressora> findImpressoresByCriteri(String codi, String model, String local, String maquina) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getGrupImpressoresByCodiImpressora
Collection getGrupImpressoresByCodiImpressora(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getImpressores
Collection<Impressora> getImpressores() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getUsuariImpressoresByCodiImpressora
Collection<UsuariImpressora> getUsuariImpressoresByCodiImpressora(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrinterByTextAndJsonQuery
List<Impressora> findPrinterByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(GrupImpressora grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Impressora impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(UsuariImpressora usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-