Uses of Class
com.sgs.common.database.StockAssignment
-
Packages that use StockAssignment 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 StockAssignment in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type StockAssignment Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setStockAssignment(java.util.List<StockAssignment> stockAssignments)
Imports StockAssignment records
SeeStockAssignment
for details -
Uses of StockAssignment in com.sgs.common.database
Fields in com.sgs.common.database declared as StockAssignment Modifier and Type Field Description StockAssignment
StockLocation. stockAssignment
For use with stock assignmentMethods in com.sgs.common.database that return StockAssignment Modifier and Type Method Description StockAssignment
StockLocation. getStockAssignment()
Methods in com.sgs.common.database with parameters of type StockAssignment Modifier and Type Method Description void
StockLocation. setStockAssignment(StockAssignment stockAssignment)
-