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 class
|
com.sgs.common.database |
This package is responsible for holding all of the objects that can be persisted in the SG V5 System.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IntegrationImport.setBulkPlatform(java.util.List<BulkPlatform> bulkPlatforms)
Import bulk dispense systems.
|
Modifier and Type | Field and Description |
---|---|
BulkPlatform |
Commodity.bulkPlatform
The bulk platform that this item is dispensed from if applicable
|
BulkPlatform |
FormulaStep.defaultBulkPlatform
The default bulk platform to run this step on should this step be of type BulkDispense
|
Modifier and Type | Method and Description |
---|---|
BulkPlatform |
Commodity.getBulkPlatform() |
BulkPlatform |
FormulaStep.getDefaultBulkPlatform() |
BulkPlatform |
BulkPlatformTerminalLink.getPlatform() |
Modifier and Type | Method and Description |
---|---|
void |
Commodity.setBulkPlatform(BulkPlatform bulkPlatform) |
void |
FormulaStep.setDefaultBulkPlatform(BulkPlatform defaultBulkPlatform) |
void |
BulkPlatformTerminalLink.setPlatform(BulkPlatform platform) |