Uses of Class
com.soffid.iam.iga.api.PrinterUser
Packages that use PrinterUser
Package
Description
-
Uses of PrinterUser in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return types with arguments of type PrinterUserModifier and TypeMethodDescriptionUserService.findUserPrintersByUserName(String userName) Operation findUserPrintersByUserName Retrieves the printers assigned to a user -
Uses of PrinterUser in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that return types with arguments of type PrinterUser -
Uses of PrinterUser in com.soffid.iam.iga.api
Constructors in com.soffid.iam.iga.api with parameters of type PrinterUser -
Uses of PrinterUser in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return PrinterUserModifier and TypeMethodDescriptionPrinterService.create(PrinterUser usuariImpressora) Operation createPrinterService.findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora) Operation findPrinterUserByUserNameAndPrinterNamePrinterService.update(PrinterUser usuariImpressora) Operation updateMethods in com.soffid.iam.iga.service that return types with arguments of type PrinterUserModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<PrinterUser>PrinterService.findPrinterUsers(com.soffid.zkdb.api.Query q) Operation findPrinterUsersPrinterService.getUserPrintersByPrinterName(String codiImpressora) Operation getUserPrintersByPrinterNameMethods in com.soffid.iam.iga.service with parameters of type PrinterUserModifier and TypeMethodDescriptionPrinterService.create(PrinterUser usuariImpressora) Operation createvoidPrinterService.delete(PrinterUser usuariImpressora) Operation deletePrinterService.update(PrinterUser usuariImpressora) Operation update -
Uses of PrinterUser in com.soffid.iam.iga.service.ejb
Methods in com.soffid.iam.iga.service.ejb that return PrinterUserModifier and TypeMethodDescriptionPrinterService.create(PrinterUser usuariImpressora) PrinterService.findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora) PrinterService.update(PrinterUser usuariImpressora) Methods in com.soffid.iam.iga.service.ejb that return types with arguments of type PrinterUserModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<PrinterUser>PrinterService.findPrinterUsers(com.soffid.zkdb.api.Query q) PrinterService.getUserPrintersByPrinterName(String codiImpressora) Methods in com.soffid.iam.iga.service.ejb with parameters of type PrinterUserModifier and TypeMethodDescriptionPrinterService.create(PrinterUser usuariImpressora) voidPrinterService.delete(PrinterUser usuariImpressora) PrinterService.update(PrinterUser usuariImpressora) -
Uses of PrinterUser in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type PrinterUserModifier and TypeMethodDescriptionServerService.getUserPrinters(Long userId) Operation getUserPrinters