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.Response
IntegrationImport. 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 LabelFormatSet
Formula. defaultLabelSet
The default label set to use for this formula.LabelFormatSet
LabelPrinter. defaultSet
The default label set this printer should use if none are definedLabelFormatSet
LabelFormatSetLink. formatSet
The label format setLabelFormatSet
Client. labelSet
LabelFormatSet
SupplierCommodity. labelSet
Methods in com.sgs.common.database that return LabelFormatSet Modifier and Type Method Description LabelFormatSet
Formula. getDefaultLabelSet()
LabelFormatSet
LabelPrinter. getDefaultSet()
LabelFormatSet
LabelFormatSetLink. getFormatSet()
LabelFormatSet
Client. getLabelSet()
LabelFormatSet
SupplierCommodity. getLabelSet()
Methods in com.sgs.common.database with parameters of type LabelFormatSet Modifier and Type Method Description void
Formula. setDefaultLabelSet(LabelFormatSet defaultLabelSet)
void
LabelPrinter. setDefaultSet(LabelFormatSet defaultSet)
void
LabelFormatSetLink. setFormatSet(LabelFormatSet formatSet)
void
Client. setLabelSet(LabelFormatSet labelSet)
void
SupplierCommodity. setLabelSet(LabelFormatSet labelSet)
-