Uses of Class
com.sgs.common.database.User
-
Packages that use User 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 User in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type User Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setUser(java.util.List<User> users)
Imports operator profiles which use the system. -
Uses of User in com.sgs.common.database
Fields in com.sgs.common.database declared as User Modifier and Type Field Description User
CorrectiveActions. actionResponsibleUser
Location IDUser
PreventiveActions. actionResponsibleUser
Location IDUser
QALog. approvalOperator
The operator who approved the responseUser
Job. assignedToUser
TheUser
who this jobs belongs toUser
PurchaseOrder. auditUser
The operator who audited the orderUser
SalesOrder. auditUser
The operator who audited the orderUser
Transfer. createdBy
TheUser
who created this TransferUser
DeviationDetails. createdByUser
User IDUser
TransferLine. createdByUser
The user who created this line if created on the fly on WMSUser
PurchaseOrder. creationUser
The operator who created the purchase orderUser
SalesOrder. creationUser
The operator who created the orderUser
Job. deletionUser
TheUser
who deleted this jobUser
Formula. lastEditedBy
The user who last edited this formulaUser
ChecksLog. performedByUser
The User that performed the Check.User
RootCauseAnalysis. rcaPerformedByUser
Assigned to userUser
Job. scheduledBy
Which operator scheduled this jobUser
Batch. startedByUser
The User who started the batchUser
BatchFull. startedByUser
User
SPCRun. suspendedOperator
The operator who suspended the runUser
BatchConsumption. user
The user that performed this consumptionUser
QALog. user
The user who answered the questionUser
SalesLog. user
The user who performed this actionUser
SPCSample. user
The operator who performed the sampleUser
SystemLog. user
The user which performed this actionUser
UserLog. user
The user who performed the actionUser
UserLog. userAffected
The user who is affected by the changeUser
PreventiveActions. verifiedByUser
Location IDMethods in com.sgs.common.database with parameters of type User Modifier and Type Method Description static void
ViewLog. addViewLogEntry(java.lang.String type, java.lang.Integer id, User activeUser)
static void
UserLogUtil. batchCompleted(User activeUser, Batch batch, Terminal activeTerminal)
static void
UserLogUtil. batchEditPerformed(User u, Reason reason, PreBatch preBatch)
static void
DocumentVersion. downloadDocument(DocumentVersion documentVersion, User user)
static void
UserLogUtil. enteredScaleOnly(User u, Terminal t, java.lang.String reason)
static void
UserLogUtil. exitScaleOnly(User u, Terminal t)
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 boolean
ViewLog. isViewed(java.lang.String type, java.lang.Integer typeId, User user, boolean showError, java.util.Date afterCreatedDate)
static void
UserLogUtil. jobCompleted(User activeUser, Job job, Terminal activeTerminal)
static void
DocumentChangeLog. logChange(java.lang.String entityType, java.lang.Integer id, User activeUser, java.lang.String changeValue, java.lang.String changeFrom, java.lang.String changeTo)
static void
UserLogUtil. logDowntime(User activeUser, Batch batch, Terminal activeTerminal, boolean toDowntime, Reason reason)
byte[]
LabelPrinter. parseDispatchPalletLabel(byte[] data, Container pallet, Formula formula, java.lang.Double qty, Batch batch, Terminal terminal, java.lang.Double palletItemCount, User user, java.util.List<JobSalesOrderLink> jobSalesLink, java.util.List<ContainerLink> cLinks)
byte[]
LabelPrinter. parseInventoryPalletLabel(byte[] data, ContainerLink link, Formula formula, java.lang.Double quantity, User user, PurchaseOrder purchaseOrder, java.lang.Double totalPalletQuantity, SalesOrderLine orderLine)
byte[]
LabelPrinter. parsePalletHoldLabel(byte[] data, Hold hold, Commodity commodity, User operator)
byte[]
LabelPrinter. parseScaleLabel(byte[] data, java.lang.String grossWeight, java.lang.String tareWeight, java.lang.String netWeight, java.lang.String terminalName, User operator, java.lang.String unit, java.lang.String lotNo, java.lang.String ticketNo, java.lang.String itemNo, java.lang.String rmCode, java.lang.String rmLotNo, java.lang.String scaleNo, java.lang.String expiry)
static void
DocumentVersion. previewDocument(DocumentVersion documentVersion, User user)
void
ApprovalLog. setActionedBy(User actionedBy)
void
AssetLog. setActionedBy(User actionedBy)
void
DocumentChangeLog. setActionedBy(User actionedBy)
void
CorrectiveActions. setActionResponsibleUser(User actionResponsibleUser)
void
PreventiveActions. setActionResponsibleUser(User actionResponsibleUser)
void
QALog. setApprovalOperator(User approvalOperator)
void
WavePick. setAssignedToOperator(User assignedToOperator)
void
Job. setAssignedToUser(User assignedToUser)
void
Notification. setAssignedUser(User assignedUser)
void
PurchaseOrder. setAuditUser(User auditUser)
void
SalesOrder. setAuditUser(User auditUser)
void
AnalyticalWorkCard. setAuthor(User author)
void
AnalyticalWorkCardVersion. setChangedBy(User changedBy)
void
Bag. setCollationUser(User collationUser)
void
ApprovalProcess. setCreatedBy(User createdBy)
void
DocumentVersion. setCreatedBy(User createdBy)
void
Transfer. setCreatedBy(User createdBy)
void
DeviationDetails. setCreatedByUser(User createdByUser)
void
TransferLine. setCreatedByUser(User createdByUser)
void
PurchaseOrder. setCreationUser(User creationUser)
void
SalesOrder. setCreationUser(User creationUser)
void
Job. setDeletionUser(User deletionUser)
void
ApprovalStage. setEscalateTo(User escalateTo)
void
ApprovalTemplateStage. setEscalateTo(User escalateTo)
void
Formula. setLastEditedBy(User lastEditedBy)
void
Answer. setNotifiesUser(User notifiesUser)
void
ChecksLog. setPerformedByUser(User performedByUser)
void
RootCauseAnalysis. setRcaPerformedByUser(User rcaPerformedByUser)
void
AssetMaintenance. setResponsibility(User responsibility)
void
Job. setScheduledBy(User scheduledBy)
void
Batch. setStartedByUser(User startedByUser)
void
BatchFull. setStartedByUser(User startedByUser)
void
SPCRun. setSuspendedOperator(User suspendedOperator)
void
Document. setUploadedBy(User uploadedBy)
void
BatchConsumption. setUser(User user)
void
ColumnProperties. setUser(User user)
void
Pack. setUser(User user)
void
QALog. setUser(User user)
void
SalesLog. setUser(User user)
void
SPCSample. setUser(User user)
void
SystemLog. setUser(User user)
void
UserGroupLink. setUser(User user)
void
UserLog. setUser(User user)
void
UserLog. setUserAffected(User userAffected)
void
AnalyticalWorkCardScheduleDetail. setUserAssignment(User userAssignment)
void
PreventiveActions. setVerifiedByUser(User verifiedByUser)
void
ViewLog. setViewedBy(User viewedBy)
static void
UserLogUtil. userLoggedIn(User u, Terminal t, java.lang.String application)
static void
UserLogUtil. userLoggedOut(User u, Terminal t, java.lang.String application)
static void
UserLogUtil. writeSupervisorOverrideLog(User supervisor, User activeUser, Terminal activeTerminal, java.lang.String description)
-