Package com.soffid.iam.service.ejb
Interface PrinterService
-
public interface PrinterService
EJB PrinterService
-
-
Method Summary
-
-
-
Method Detail
-
findPrinterByTextAndJsonQueryAsync
AsyncList<Printer> findPrinterByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findPrinterUserByTextAndJsonQueryAsync
AsyncList<PrinterUser> findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
findPrinterUserByTextAndJsonQuery
PagedResult<PrinterUser> findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
create
PrinterGroup create(PrinterGroup grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrinterGroupByGroupNameAndPrinterName
PrinterGroup findPrinterGroupByGroupNameAndPrinterName(String codiGrup, String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PrinterGroup update(PrinterGroup grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
Printer create(Printer impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrinterByPrinterName
Printer findPrinterByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Printer update(Printer impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
PrinterUser create(PrinterUser usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrinterUserByUserNameAndPrinterName
PrinterUser findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PrinterUser update(PrinterUser usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrintersGroupByGroupName
Collection<PrinterGroup> findPrintersGroupByGroupName(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrintersByPrinterName
Collection<Printer> findPrintersByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrintersByFilter
Collection<Printer> findPrintersByFilter(String codi, String model, String local, String maquina) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getPrintersGroupByPrinterName
Collection getPrintersGroupByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getPrinters
Collection<Printer> getPrinters() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getUserPrintersByPrinterName
Collection<PrinterUser> getUserPrintersByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPrinterByTextAndJsonQuery
List<Printer> findPrinterByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PrinterGroup grupImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Printer impressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PrinterUser usuariImpressora) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-