Uses of Class
com.sgs.common.database.LabelFormatSet
-
Packages that use LabelFormatSet 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 LabelFormatSet in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type LabelFormatSet Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setLabelFormatSet(java.util.List<LabelFormatSet> labelFormatSets)Imports label format sets. -
Uses of LabelFormatSet in com.sgs.common.database
Fields in com.sgs.common.database declared as LabelFormatSet Modifier and Type Field Description LabelFormatSetFormula. defaultLabelSetThe default label set to use for this formula.LabelFormatSetLabelPrinter. defaultSetThe default label set this printer should use if none are definedLabelFormatSetLabelFormatSetLink. formatSetThe label format setLabelFormatSetClient. labelSetLabelFormatSetSupplierCommodity. labelSetMethods in com.sgs.common.database that return LabelFormatSet Modifier and Type Method Description LabelFormatSetFormula. getDefaultLabelSet()LabelFormatSetLabelPrinter. getDefaultSet()LabelFormatSetLabelFormatSetLink. getFormatSet()LabelFormatSetClient. getLabelSet()LabelFormatSetSupplierCommodity. getLabelSet()Methods in com.sgs.common.database with parameters of type LabelFormatSet Modifier and Type Method Description voidFormula. setDefaultLabelSet(LabelFormatSet defaultLabelSet)voidLabelPrinter. setDefaultSet(LabelFormatSet defaultSet)voidLabelFormatSetLink. setFormatSet(LabelFormatSet formatSet)voidClient. setLabelSet(LabelFormatSet labelSet)voidSupplierCommodity. setLabelSet(LabelFormatSet labelSet)
-