Uses of Class
com.soffid.iam.api.PrinterGroup
-
Packages that use PrinterGroup Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of PrinterGroup in com.soffid.iam.api
Methods in com.soffid.iam.api that return PrinterGroup Modifier and Type Method Description static PrinterGroup
PrinterGroup. toPrinterGroup(GrupImpressora vo)
Creates a PrinterGroup value object based on a GrupImpressora object.static PrinterGroup[]
PrinterGroup. toPrinterGroupArray(GrupImpressora[] source)
Creates a PrinterGroup array on a GrupImpressora array.Methods in com.soffid.iam.api that return types with arguments of type PrinterGroup Modifier and Type Method Description static AsyncList<PrinterGroup>
PrinterGroup. toPrinterGroupAsyncList(AsyncList<GrupImpressora> source)
Creates a PrinterGroup asynclist on a GrupImpressora collection.static PagedResult<PrinterGroup>
PrinterGroup. toPrinterGroupList(PagedResult<GrupImpressora> source)
Creates a PrinterGroup pagedResult on a GrupImpressora collection.static List<PrinterGroup>
PrinterGroup. toPrinterGroupList(Collection<GrupImpressora> source)
Creates a PrinterGroup list on a GrupImpressora collection.Methods in com.soffid.iam.api with parameters of type PrinterGroup Modifier and Type Method Description static void
PrinterGroup. toPrinterGroup(GrupImpressora source, PrinterGroup target)
Updates a PrinterGroup value object based on a GrupImpressora object.Constructors in com.soffid.iam.api with parameters of type PrinterGroup Constructor Description PrinterGroup(PrinterGroup otherBean)
-
Uses of PrinterGroup in com.soffid.iam.service
Methods in com.soffid.iam.service that return PrinterGroup Modifier and Type Method Description PrinterGroup
PrinterService. create(PrinterGroup grupImpressora)
Operation createPrinterGroup
PrinterService. findPrinterGroupByGroupNameAndPrinterName(String codiGrup, String codiImpressora)
Operation findPrinterGroupByGroupNameAndPrinterNamePrinterGroup
PrinterService. update(PrinterGroup grupImpressora)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type PrinterGroup Modifier and Type Method Description Collection<PrinterGroup>
PrinterService. findPrintersGroupByGroupName(String codiGrup)
Operation findPrintersGroupByGroupNameMethods in com.soffid.iam.service with parameters of type PrinterGroup Modifier and Type Method Description PrinterGroup
PrinterService. create(PrinterGroup grupImpressora)
Operation createvoid
PrinterService. delete(PrinterGroup grupImpressora)
Operation deletePrinterGroup
PrinterService. update(PrinterGroup grupImpressora)
Operation update -
Uses of PrinterGroup in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return PrinterGroup Modifier and Type Method Description PrinterGroup
PrinterService. create(PrinterGroup grupImpressora)
PrinterGroup
PrinterService. findPrinterGroupByGroupNameAndPrinterName(String codiGrup, String codiImpressora)
PrinterGroup
PrinterService. update(PrinterGroup grupImpressora)
Methods in com.soffid.iam.service.ejb that return types with arguments of type PrinterGroup Modifier and Type Method Description Collection<PrinterGroup>
PrinterService. findPrintersGroupByGroupName(String codiGrup)
Methods in com.soffid.iam.service.ejb with parameters of type PrinterGroup Modifier and Type Method Description PrinterGroup
PrinterService. create(PrinterGroup grupImpressora)
void
PrinterService. delete(PrinterGroup grupImpressora)
PrinterGroup
PrinterService. update(PrinterGroup grupImpressora)
-
Uses of PrinterGroup in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type PrinterGroup Modifier and Type Method Description static GrupImpressora
GrupImpressora. toGrupImpressora(PrinterGroup vo)
Creates a GrupImpressora value object based on a PrinterGroup object.static void
GrupImpressora. toGrupImpressora(PrinterGroup source, GrupImpressora target)
Updates a GrupImpressora value object based on a PrinterGroup object.static GrupImpressora[]
GrupImpressora. toGrupImpressoraArray(PrinterGroup[] source)
Creates a GrupImpressora array on a PrinterGroup array.Method parameters in es.caib.seycon.ng.comu with type arguments of type PrinterGroup Modifier and Type Method Description static AsyncList<GrupImpressora>
GrupImpressora. toGrupImpressoraAsyncList(AsyncList<PrinterGroup> source)
Creates a GrupImpressora asynclist on a PrinterGroup collection.static PagedResult<GrupImpressora>
GrupImpressora. toGrupImpressoraList(PagedResult<PrinterGroup> source)
Creates a GrupImpressora pagedResult on a PrinterGroup collection.static List<GrupImpressora>
GrupImpressora. toGrupImpressoraList(Collection<PrinterGroup> source)
Creates a GrupImpressora list on a PrinterGroup collection.
-