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 PrinterUser
PrinterUser. 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 void
PrinterUser. 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 PrinterUser
PrinterService. create(PrinterUser usuariImpressora)
Operation createPrinterUser
PrinterService. findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora)
Operation findPrinterUserByUserNameAndPrinterNamePrinterUser
PrinterService. 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 PrinterUser
PrinterService. create(PrinterUser usuariImpressora)
Operation createvoid
PrinterService. delete(PrinterUser usuariImpressora)
Operation deletePrinterUser
PrinterService. 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 PrinterUser
PrinterService. create(PrinterUser usuariImpressora)
PrinterUser
PrinterService. findPrinterUserByUserNameAndPrinterName(String codiUsuari, String codiImpressora)
PrinterUser
PrinterService. 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 PrinterUser
PrinterService. create(PrinterUser usuariImpressora)
void
PrinterService. delete(PrinterUser usuariImpressora)
PrinterUser
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 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 UsuariImpressora
UsuariImpressora. toUsuariImpressora(PrinterUser vo)
Creates a UsuariImpressora value object based on a PrinterUser object.static void
UsuariImpressora. 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.
-