Uses of Class
com.sgs.common.database.CustomField
-
Packages that use CustomField 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 CustomField in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type CustomField Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setCustomField(java.util.List<CustomField> customFields)
Imports a custom field for use on labels. -
Uses of CustomField in com.sgs.common.database
Fields in com.sgs.common.database declared as CustomField Modifier and Type Field Description CustomField
CustomFieldLink. field
The custom fieldMethods in com.sgs.common.database that return CustomField Modifier and Type Method Description CustomField
CustomFieldLink. getField()
Methods in com.sgs.common.database with parameters of type CustomField Modifier and Type Method Description void
CustomFieldLink. setField(CustomField field)
-