Uses of Class
com.sgs.common.database.ContainerLink
-
Packages that use ContainerLink 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 ContainerLink in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type ContainerLink Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setContainerLink(java.util.List<ContainerLink> containerLinks)
Imports a list of links between Containers and stock. -
Uses of ContainerLink in com.sgs.common.database
Fields in com.sgs.common.database declared as ContainerLink Modifier and Type Field Description ContainerLink
BatchConsumption. containerLink
The specific Container/Stock combination used in the consumption of this item.ContainerLink
SalesLog. containerLink
The link to the stock/pallet combination that was picked/shipped for this logContainerLink
SystemLog. containerLink
The specific pallet/stock combination used in this transactionContainerLink
Hold. link
The containerlink on holdFields in com.sgs.common.database with type parameters of type ContainerLink Modifier and Type Field Description java.util.List<ContainerLink>
Container. containerLinks
A list of stock that resides on this pallet / in this containerMethods in com.sgs.common.database that return ContainerLink Modifier and Type Method Description ContainerLink
FormulaStep. getActivePallet()
ContainerLink
BatchConsumption. getContainerLink()
ContainerLink
SalesLog. getContainerLink()
ContainerLink
SystemLog. getContainerLink()
ContainerLink
Hold. getLink()
Methods in com.sgs.common.database that return types with arguments of type ContainerLink Modifier and Type Method Description java.util.List<ContainerLink>
Container. getContainerLinks()
Methods in com.sgs.common.database with parameters of type ContainerLink Modifier and Type Method Description int
ContainerLink. compareTo(ContainerLink o)
byte[]
LabelPrinter. parseInventoryPalletLabel(byte[] data, ContainerLink link, Formula formula, java.lang.Double quantity, User user, PurchaseOrder purchaseOrder, java.lang.Double totalPalletQuantity, SalesOrderLine orderLine)
void
FormulaStep. setActivePallet(ContainerLink activePallet)
void
BatchConsumption. setContainerLink(ContainerLink containerLink)
void
SalesLog. setContainerLink(ContainerLink containerLink)
void
SystemLog. setContainerLink(ContainerLink containerLink)
void
Hold. setLink(ContainerLink link)
Method parameters in com.sgs.common.database with type arguments of type ContainerLink Modifier and Type Method Description byte[]
LabelPrinter. parseShippingPalletLabel(byte[] data, Container pallet, SalesOrder order, java.util.List<ContainerLink> links, int itemArray)
void
Container. setContainerLinks(java.util.List<ContainerLink> containerLinks)
-