Package com.soffid.iam.iga.service
Interface PrinterService
public interface PrinterService
Service PrinterService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation createcreate(PrinterGroup grupImpressora) Operation createcreate(PrinterUser usuariImpressora) Operation createvoidOperation deletevoiddelete(PrinterGroup grupImpressora) Operation deletevoiddelete(PrinterUser usuariImpressora) Operation deletefindPrinterByPrinterName(String codiImpressora) Operation findPrinterByPrinterNamefindPrinterGroupByGroupNameAndPrinterName(String codiGrup, String codiImpressora) Operation findPrinterGroupByGroupNameAndPrinterNamecom.soffid.zkdb.api.PagedResult<Printer>findPrinters(com.soffid.zkdb.api.Query query) Operation findPrintersfindPrintersByFilter(String codi, String model, String local, String maquina) Operation findPrintersByFilterfindPrintersByPrinterName(String codiImpressora) Operation findPrintersByPrinterNamefindPrintersGroupByGroupName(String codiGrup) Operation findPrintersGroupByGroupNamefindPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora) Operation findPrinterUserByUserNameAndPrinterNamecom.soffid.zkdb.api.PagedResult<PrinterUser>findPrinterUsers(com.soffid.zkdb.api.Query q) Operation findPrinterUsersOperation getPrintersgetPrintersGroupByPrinterName(String codiImpressora) Operation getPrintersGroupByPrinterNamegetUserPrintersByPrinterName(String codiImpressora) Operation getUserPrintersByPrinterNameOperation updateupdate(PrinterGroup grupImpressora) Operation updateupdate(PrinterUser usuariImpressora) Operation update
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
create
Operation create- Parameters:
impressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrinterByPrinterName
Printer findPrinterByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException Operation findPrinterByPrinterName- Parameters:
codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
Operation update- Parameters:
impressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
create
PrinterGroup create(PrinterGroup grupImpressora) throws InternalErrorException, InternalErrorException Operation create- Parameters:
grupImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrinterGroupByGroupNameAndPrinterName
PrinterGroup findPrinterGroupByGroupNameAndPrinterName(String codiGrup, String codiImpressora) throws InternalErrorException, InternalErrorException Operation findPrinterGroupByGroupNameAndPrinterName- Parameters:
codiGrup-codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
PrinterGroup update(PrinterGroup grupImpressora) throws InternalErrorException, InternalErrorException Operation update- Parameters:
grupImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
create
PrinterUser create(PrinterUser usuariImpressora) throws InternalErrorException, InternalErrorException Operation create- Parameters:
usuariImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrinterUserByUserNameAndPrinterName
PrinterUser findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora) throws InternalErrorException, InternalErrorException Operation findPrinterUserByUserNameAndPrinterName- Parameters:
codiUsuari-codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
PrinterUser update(PrinterUser usuariImpressora) throws InternalErrorException, InternalErrorException Operation update- Parameters:
usuariImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrinterUsers
com.soffid.zkdb.api.PagedResult<PrinterUser> findPrinterUsers(com.soffid.zkdb.api.Query q) throws InternalErrorException Operation findPrinterUsers- Parameters:
q-- Returns:
- Throws:
InternalErrorException
-
findPrinters
com.soffid.zkdb.api.PagedResult<Printer> findPrinters(com.soffid.zkdb.api.Query query) throws InternalErrorException Operation findPrinters- Parameters:
query-- Returns:
- Throws:
InternalErrorException
-
findPrintersGroupByGroupName
Collection<PrinterGroup> findPrintersGroupByGroupName(String codiGrup) throws InternalErrorException, InternalErrorException Operation findPrintersGroupByGroupName- Parameters:
codiGrup-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrintersByPrinterName
Collection<Printer> findPrintersByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException Operation findPrintersByPrinterName- Parameters:
codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findPrintersByFilter
Collection<Printer> findPrintersByFilter(String codi, String model, String local, String maquina) throws InternalErrorException, InternalErrorException Operation findPrintersByFilter- Parameters:
codi-model-local-maquina-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getPrintersGroupByPrinterName
Collection getPrintersGroupByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException Operation getPrintersGroupByPrinterName- Parameters:
codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getPrinters
Operation getPrinters- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserPrintersByPrinterName
Collection<PrinterUser> getUserPrintersByPrinterName(String codiImpressora) throws InternalErrorException, InternalErrorException Operation getUserPrintersByPrinterName- Parameters:
codiImpressora-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
impressora-- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
grupImpressora-- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
usuariImpressora-- Throws:
InternalErrorExceptionInternalErrorException
-