Uses of Class
com.soffid.iam.api.Printer
-
Packages that use Printer Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of Printer in com.soffid.iam.api
Methods in com.soffid.iam.api that return Printer Modifier and Type Method Description static PrinterPrinter. toPrinter(Impressora vo)Creates a Printer value object based on a Impressora object.static Printer[]Printer. toPrinterArray(Impressora[] source)Creates a Printer array on a Impressora array.Methods in com.soffid.iam.api that return types with arguments of type Printer Modifier and Type Method Description static AsyncList<Printer>Printer. toPrinterAsyncList(AsyncList<Impressora> source)Creates a Printer asynclist on a Impressora collection.static PagedResult<Printer>Printer. toPrinterList(PagedResult<Impressora> source)Creates a Printer pagedResult on a Impressora collection.static List<Printer>Printer. toPrinterList(Collection<Impressora> source)Creates a Printer list on a Impressora collection.Methods in com.soffid.iam.api with parameters of type Printer Modifier and Type Method Description static voidPrinter. toPrinter(Impressora source, Printer target)Updates a Printer value object based on a Impressora object.Constructors in com.soffid.iam.api with parameters of type Printer Constructor Description Printer(Printer otherBean) -
Uses of Printer in com.soffid.iam.service
Methods in com.soffid.iam.service that return Printer Modifier and Type Method Description PrinterPrinterService. create(Printer impressora)Operation createPrinterPrinterService. findPrinterByPrinterName(String codiImpressora)Operation findPrinterByPrinterNamePrinterPrinterService. update(Printer impressora)Operation updateMethods in com.soffid.iam.service that return types with arguments of type Printer Modifier and Type Method Description List<Printer>PrinterService. findPrinterByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findPrinterByTextAndJsonQueryAsyncList<Printer>PrinterService. findPrinterByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findPrinterByTextAndJsonQueryAsyncCollection<Printer>PrinterService. findPrintersByFilter(String codi, String model, String local, String maquina)Operation findPrintersByFilterCollection<Printer>PrinterService. findPrintersByPrinterName(String codiImpressora)Operation findPrintersByPrinterNameCollection<Printer>UserService. findPrintersByUserName(String codiUsuari)Operation findPrintersByUserNameCollection<Printer>PrinterService. getPrinters()Operation getPrintersMethods in com.soffid.iam.service with parameters of type Printer Modifier and Type Method Description PrinterPrinterService. create(Printer impressora)Operation createvoidPrinterService. delete(Printer impressora)Operation deletePrinterPrinterService. update(Printer impressora)Operation update -
Uses of Printer in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Printer Modifier and Type Method Description PrinterPrinterService. create(Printer impressora)PrinterPrinterService. findPrinterByPrinterName(String codiImpressora)PrinterPrinterService. update(Printer impressora)Methods in com.soffid.iam.service.ejb that return types with arguments of type Printer Modifier and Type Method Description List<Printer>PrinterService. findPrinterByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<Printer>PrinterService. findPrinterByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<Printer>PrinterService. findPrintersByFilter(String codi, String model, String local, String maquina)Collection<Printer>PrinterService. findPrintersByPrinterName(String codiImpressora)Collection<Printer>PrinterService. getPrinters()Methods in com.soffid.iam.service.ejb with parameters of type Printer Modifier and Type Method Description PrinterPrinterService. create(Printer impressora)voidPrinterService. delete(Printer impressora)PrinterPrinterService. update(Printer impressora) -
Uses of Printer in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Printer Modifier and Type Method Description static ImpressoraImpressora. toImpressora(Printer vo)Creates a Impressora value object based on a Printer object.static voidImpressora. toImpressora(Printer source, Impressora target)Updates a Impressora value object based on a Printer object.static Impressora[]Impressora. toImpressoraArray(Printer[] source)Creates a Impressora array on a Printer array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Printer Modifier and Type Method Description static AsyncList<Impressora>Impressora. toImpressoraAsyncList(AsyncList<Printer> source)Creates a Impressora asynclist on a Printer collection.static PagedResult<Impressora>Impressora. toImpressoraList(PagedResult<Printer> source)Creates a Impressora pagedResult on a Printer collection.static List<Impressora>Impressora. toImpressoraList(Collection<Printer> source)Creates a Impressora list on a Printer collection.
-