Uses of Class
es.caib.seycon.ng.comu.UsuariImpressora
-
Packages that use UsuariImpressora Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of UsuariImpressora in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type UsuariImpressora Modifier and Type Method Description static PrinterUserPrinterUser. toPrinterUser(UsuariImpressora vo)Creates a PrinterUser value object based on a UsuariImpressora object.static voidPrinterUser. toPrinterUser(UsuariImpressora source, PrinterUser target)Updates a PrinterUser value object based on a UsuariImpressora object.static PrinterUser[]PrinterUser. toPrinterUserArray(UsuariImpressora[] source)Creates a PrinterUser array on a UsuariImpressora array.Method parameters in com.soffid.iam.api with type arguments of type UsuariImpressora 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. -
Uses of UsuariImpressora in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return UsuariImpressora Modifier and Type Method Description static UsuariImpressoraUsuariImpressora. toUsuariImpressora(PrinterUser vo)Creates a UsuariImpressora value object based on a PrinterUser object.static UsuariImpressora[]UsuariImpressora. toUsuariImpressoraArray(PrinterUser[] source)Creates a UsuariImpressora array on a PrinterUser array.Methods in es.caib.seycon.ng.comu that return types with arguments of type UsuariImpressora 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.Methods in es.caib.seycon.ng.comu with parameters of type UsuariImpressora Modifier and Type Method Description static voidUsuariImpressora. toUsuariImpressora(PrinterUser source, UsuariImpressora target)Updates a UsuariImpressora value object based on a PrinterUser object.Constructors in es.caib.seycon.ng.comu with parameters of type UsuariImpressora Constructor Description UsuariImpressora(UsuariImpressora otherBean) -
Uses of UsuariImpressora in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return UsuariImpressora Modifier and Type Method Description UsuariImpressoraImpressoraService. create(UsuariImpressora usuariImpressora)Operation createUsuariImpressoraImpressoraService. findUsuariImpressoraByCodiUsuariAndCodiImpressora(String codiUsuari, String codiImpressora)Operation findUsuariImpressoraByCodiUsuariAndCodiImpressoraUsuariImpressoraImpressoraService. update(UsuariImpressora usuariImpressora)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type UsuariImpressora Modifier and Type Method Description PagedResult<UsuariImpressora>ImpressoraService. findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findPrinterUserByTextAndJsonQueryAsyncList<UsuariImpressora>ImpressoraService. findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findPrinterUserByTextAndJsonQueryAsyncCollection<UsuariImpressora>UsuariService. findUsuariImpressoresByCodiUsuari(String codiUsuari)Operation findUsuariImpressoresByCodiUsuariCollection<UsuariImpressora>ImpressoraService. getUsuariImpressoresByCodiImpressora(String codiImpressora)Operation getUsuariImpressoresByCodiImpressoraMethods in es.caib.seycon.ng.servei with parameters of type UsuariImpressora Modifier and Type Method Description UsuariImpressoraImpressoraService. create(UsuariImpressora usuariImpressora)Operation createvoidImpressoraService. delete(UsuariImpressora usuariImpressora)Operation deleteUsuariImpressoraImpressoraService. update(UsuariImpressora usuariImpressora)Operation update -
Uses of UsuariImpressora in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return UsuariImpressora Modifier and Type Method Description UsuariImpressoraImpressoraService. create(UsuariImpressora usuariImpressora)UsuariImpressoraImpressoraService. findUsuariImpressoraByCodiUsuariAndCodiImpressora(String codiUsuari, String codiImpressora)UsuariImpressoraImpressoraService. update(UsuariImpressora usuariImpressora)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type UsuariImpressora Modifier and Type Method Description PagedResult<UsuariImpressora>ImpressoraService. findPrinterUserByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<UsuariImpressora>ImpressoraService. findPrinterUserByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<UsuariImpressora>UsuariService. findUsuariImpressoresByCodiUsuari(String codiUsuari)Collection<UsuariImpressora>ImpressoraService. getUsuariImpressoresByCodiImpressora(String codiImpressora)Methods in es.caib.seycon.ng.servei.ejb with parameters of type UsuariImpressora Modifier and Type Method Description UsuariImpressoraImpressoraService. create(UsuariImpressora usuariImpressora)voidImpressoraService. delete(UsuariImpressora usuariImpressora)UsuariImpressoraImpressoraService. update(UsuariImpressora usuariImpressora) -
Uses of UsuariImpressora in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type UsuariImpressora Modifier and Type Method Description Collection<UsuariImpressora>ServerService. getUserPrinters(Long userId)Operation getUserPrinters
-