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.ResponseIntegrationImport. setReason(java.util.List<Reason> reasons)Imports a reason record
SeeReasonfor details -
Uses of Reason in com.sgs.common.database
Fields in com.sgs.common.database declared as Reason Modifier and Type Field Description ReasonHold. reasonThe reason the containerlink was placed on holdReasonRootCauseAnalysis. rootCauseTypeThe type of the orderMethods in com.sgs.common.database that return Reason Modifier and Type Method Description ReasonApprovalLog. getReason()ReasonHold. getReason()ReasonRootCauseAnalysis. getRootCauseType()Methods in com.sgs.common.database with parameters of type Reason Modifier and Type Method Description static voidUserLogUtil. batchEditPerformed(User u, Reason reason, PreBatch preBatch)static voidUserLogUtil. formulaApproved(Formula formula, User u, int approveStatus, Reason reason)static voidUserLogUtil. formulaChanged(Formula formula, User u, Reason reason)static voidUserLogUtil. formulaReverted(Formula formula, User u, Reason reason)static voidUserLogUtil. 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)voidApprovalLog. setReason(Reason reason)voidHold. setReason(Reason reason)voidRootCauseAnalysis. setRootCauseType(Reason rootCauseType)
-