Uses of Class
com.sgs.common.database.BulkPlatform
-
Packages that use BulkPlatform 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 BulkPlatform in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type BulkPlatform Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setBulkPlatform(java.util.List<BulkPlatform> bulkPlatforms)
Import bulk dispense systems. -
Uses of BulkPlatform in com.sgs.common.database
Fields in com.sgs.common.database declared as BulkPlatform Modifier and Type Field Description BulkPlatform
Commodity. bulkPlatform
The bulk platform that this item is dispensed from if applicableBulkPlatform
FormulaStep. defaultBulkPlatform
The default bulk platform to run this step on should this step be of type BulkDispenseMethods in com.sgs.common.database that return BulkPlatform Modifier and Type Method Description BulkPlatform
Commodity. getBulkPlatform()
BulkPlatform
FormulaStep. getDefaultBulkPlatform()
BulkPlatform
BulkPlatformTerminalLink. getPlatform()
Methods in com.sgs.common.database with parameters of type BulkPlatform Modifier and Type Method Description void
Commodity. setBulkPlatform(BulkPlatform bulkPlatform)
void
FormulaStep. setDefaultBulkPlatform(BulkPlatform defaultBulkPlatform)
void
BulkPlatformTerminalLink. setPlatform(BulkPlatform platform)
-