Uses of Class
com.sgs.common.database.LabelFormatType
-
Packages that use LabelFormatType 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 LabelFormatType in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type LabelFormatType Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setLabelFormatType(java.util.List<LabelFormatType> labelFormatTypes)
Imports a list of label format types. -
Uses of LabelFormatType in com.sgs.common.database
Fields in com.sgs.common.database declared as LabelFormatType Modifier and Type Field Description LabelFormatType
LabelFormatSetLink. formatType
The label format typeMethods in com.sgs.common.database that return LabelFormatType Modifier and Type Method Description LabelFormatType
LabelFormatSetLink. getFormatType()
Methods in com.sgs.common.database with parameters of type LabelFormatType Modifier and Type Method Description void
LabelFormatSetLink. setFormatType(LabelFormatType formatType)
-