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.ResponseIntegrationImport. 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 LabelPrinterTypeLabelFormatSet. printerTypeThe Printer TypeLabelPrinterTypeLabelPrinter. printerTypeThe label printer typeMethods in com.sgs.common.database that return LabelPrinterType Modifier and Type Method Description LabelPrinterTypeLabelFormatSet. getPrinterType()LabelPrinterTypeLabelPrinter. getPrinterType()Methods in com.sgs.common.database with parameters of type LabelPrinterType Modifier and Type Method Description voidLabelFormatSet. setPrinterType(LabelPrinterType printerType)voidLabelPrinter. setPrinterType(LabelPrinterType printerType)
-