Uses of Class
com.sgs.common.database.LabelPrinterType
-
Packages that use LabelPrinterType Package Description com.sgapi.services This package provides endpoints for integrating data with the SG V5 System Imports are handled within the IntegrationImport class Exports are handled within the IntegrationExport classcom.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of LabelPrinterType in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type LabelPrinterType Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setLabelPrinterType(java.util.List<LabelPrinterType> labelPrinterTypes)
Imports a label printer type. -
Uses of LabelPrinterType in com.sgs.common.database
Fields in com.sgs.common.database declared as LabelPrinterType Modifier and Type Field Description LabelPrinterType
LabelFormatSet. printerType
The Printer TypeLabelPrinterType
LabelPrinter. printerType
The label printer typeMethods in com.sgs.common.database that return LabelPrinterType Modifier and Type Method Description LabelPrinterType
LabelFormatSet. getPrinterType()
LabelPrinterType
LabelPrinter. getPrinterType()
Methods in com.sgs.common.database with parameters of type LabelPrinterType Modifier and Type Method Description void
LabelFormatSet. setPrinterType(LabelPrinterType printerType)
void
LabelPrinter. setPrinterType(LabelPrinterType printerType)
-