Uses of Class
com.soffid.iam.api.PrinterUser
-
Packages that use PrinterUser Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of PrinterUser in com.soffid.iam.api
Methods in com.soffid.iam.api that return PrinterUser Modifier and Type Method Description static PrinterUserPrinterUser. toPrinterUser(UsuariImpressora vo)Creates a PrinterUser value object based on a UsuariImpressora object.static PrinterUser[]PrinterUser. toPrinterUserArray(UsuariImpressora[] source)Creates a PrinterUser array on a UsuariImpressora array.Methods in com.soffid.iam.api that return types with arguments of type PrinterUser Modifier and Type Method Description static AsyncList<PrinterUser>PrinterUser. toPrinterUserAsyncList(AsyncList<UsuariImpressora> source)Creates a PrinterUser asynclist on a UsuariImpressora collection.static PagedResult<PrinterUser>PrinterUser. toPrinterUserList(PagedResult<UsuariImpressora> source)Creates a PrinterUser pagedResult on a UsuariImpressora collection.static List<PrinterUser>PrinterUser. toPrinterUserList(Collection<UsuariImpressora> source)Creates a PrinterUser list on a UsuariImpressora collection.Methods in com.soffid.iam.api with parameters of type PrinterUser Modifier and Type Method Description static voidPrinterUser. toPrinterUser(UsuariImpressora source, PrinterUser target)Updates a PrinterUser value object based on a UsuariImpressora object.Constructors in com.soffid.iam.api with parameters of type PrinterUser Constructor Description PrinterUser(PrinterUser otherBean) -
Uses of PrinterUser in com.soffid.iam.service
Methods in com.soffid.iam.service that return PrinterUser Modifier and Type Method Description PrinterUserPrinterService. create(PrinterUser usuariImpressora)Operation createPrinterUserPrinterService. findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora)Operation findPrinterUserByUserNameAndPrinterNamePrinterUserPrinterService. update(PrinterUser usuariImpressora)Operation updateMethods in com.soffid.iam.service that return types with arguments of type PrinterUser Modifier and Type Method Description PagedResult<PrinterUser>PrinterService. findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findPrinterUserByTextAndJsonQueryAsyncList<PrinterUser>PrinterService. findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findPrinterUserByTextAndJsonQueryAsyncCollection<PrinterUser>UserService. findUserPrintersByUserName(String codiUsuari)Operation findUserPrintersByUserNameCollection<PrinterUser>PrinterService. getUserPrintersByPrinterName(String codiImpressora)Operation getUserPrintersByPrinterNameMethods in com.soffid.iam.service with parameters of type PrinterUser Modifier and Type Method Description PrinterUserPrinterService. create(PrinterUser usuariImpressora)Operation createvoidPrinterService. delete(PrinterUser usuariImpressora)Operation deletePrinterUserPrinterService. update(PrinterUser usuariImpressora)Operation update -
Uses of PrinterUser in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return PrinterUser Modifier and Type Method Description PrinterUserPrinterService. create(PrinterUser usuariImpressora)PrinterUserPrinterService. findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora)PrinterUserPrinterService. update(PrinterUser usuariImpressora)Methods in com.soffid.iam.service.ejb that return types with arguments of type PrinterUser Modifier and Type Method Description PagedResult<PrinterUser>PrinterService. findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<PrinterUser>PrinterService. findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<PrinterUser>UserService. findUserPrintersByUserName(String codiUsuari)Collection<PrinterUser>PrinterService. getUserPrintersByPrinterName(String codiImpressora)Methods in com.soffid.iam.service.ejb with parameters of type PrinterUser Modifier and Type Method Description PrinterUserPrinterService. create(PrinterUser usuariImpressora)voidPrinterService. delete(PrinterUser usuariImpressora)PrinterUserPrinterService. 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 PrinterUser Modifier and Type Method Description Collection<PrinterUser>ServerService. getUserPrinters(Long userId)Operation getUserPrinters -
Uses of PrinterUser in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type PrinterUser Modifier and Type Method Description static UsuariImpressoraUsuariImpressora. toUsuariImpressora(PrinterUser vo)Creates a UsuariImpressora value object based on a PrinterUser object.static voidUsuariImpressora. toUsuariImpressora(PrinterUser source, UsuariImpressora target)Updates a UsuariImpressora value object based on a PrinterUser object.static UsuariImpressora[]UsuariImpressora. toUsuariImpressoraArray(PrinterUser[] source)Creates a UsuariImpressora array on a PrinterUser array.Method parameters in es.caib.seycon.ng.comu with type arguments of type PrinterUser Modifier and Type Method Description static AsyncList<UsuariImpressora>UsuariImpressora. toUsuariImpressoraAsyncList(AsyncList<PrinterUser> source)Creates a UsuariImpressora asynclist on a PrinterUser collection.static PagedResult<UsuariImpressora>UsuariImpressora. toUsuariImpressoraList(PagedResult<PrinterUser> source)Creates a UsuariImpressora pagedResult on a PrinterUser collection.static List<UsuariImpressora>UsuariImpressora. toUsuariImpressoraList(Collection<PrinterUser> source)Creates a UsuariImpressora list on a PrinterUser collection.
-