Uses of Class
com.sgs.common.database.Reason
-
Packages that use Reason 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 Reason in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Reason Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setReason(java.util.List<Reason> reasons)
Imports a reason record
SeeReason
for details -
Uses of Reason in com.sgs.common.database
Fields in com.sgs.common.database declared as Reason Modifier and Type Field Description Reason
Hold. reason
The reason the containerlink was placed on holdReason
RootCauseAnalysis. rootCauseType
The type of the orderMethods in com.sgs.common.database that return Reason Modifier and Type Method Description Reason
ApprovalLog. getReason()
Reason
Hold. getReason()
Reason
RootCauseAnalysis. getRootCauseType()
Methods in com.sgs.common.database with parameters of type Reason Modifier and Type Method Description static void
UserLogUtil. batchEditPerformed(User u, Reason reason, PreBatch preBatch)
static void
UserLogUtil. formulaApproved(Formula formula, User u, int approveStatus, Reason reason)
static void
UserLogUtil. formulaChanged(Formula formula, User u, Reason reason)
static void
UserLogUtil. formulaReverted(Formula formula, User u, Reason reason)
static void
UserLogUtil. logDowntime(User activeUser, Batch batch, Terminal activeTerminal, boolean toDowntime, Reason reason)
byte[]
LabelPrinter. parseWithdrawLabel(byte[] data, StockLocation stock, java.util.Date receivedDate, java.lang.String barcode, java.util.Date expiry, java.lang.String operator, boolean containsAllergen, Container pallet, Container container, java.lang.Integer containerQty, java.lang.Double grossWeight, java.lang.Double palletTare, LotContainer lotContainer, java.lang.Double quantity, java.lang.Integer bulkReceiptCount, java.lang.Double tare, Reason reason)
void
ApprovalLog. setReason(Reason reason)
void
Hold. setReason(Reason reason)
void
RootCauseAnalysis. setRootCauseType(Reason rootCauseType)
-