Uses of Class
com.sgs.common.database.UserGroup
-
Packages that use UserGroup Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of UserGroup in com.sgs.common.database
Fields in com.sgs.common.database declared as UserGroup Modifier and Type Field Description UserGroup
DeviationDetails. assignedToUserGroup
Assigned to userUserGroup
Answer. notifiesGroup
UserGroup
ChecksAnswer. notifiesGroup
The UserGroup that is notified when the answer has been selected.Methods in com.sgs.common.database that return UserGroup Modifier and Type Method Description UserGroup
DeviationDetails. getAssignedToUserGroup()
UserGroup
AnalyticalWorkCard. getDocumentCoordinator()
UserGroup
AnalyticalWorkCard. getDocumentOwner()
UserGroup
AnalyticalWorkCardTestDetail. getNotifiesGroup()
UserGroup
Answer. getNotifiesGroup()
UserGroup
ChecksAnswer. getNotifiesGroup()
UserGroup
Policy. getOwner()
UserGroup
ApprovalStage. getUserGroup()
UserGroup
ApprovalTemplateStage. getUserGroup()
UserGroup
SOPResponsibility. getUserGroup()
UserGroup
UserGroupLink. getUserGroup()
Methods in com.sgs.common.database with parameters of type UserGroup Modifier and Type Method Description void
DeviationDetails. setAssignedToUserGroup(UserGroup assignedToUserGroup)
void
AnalyticalWorkCard. setDocumentCoordinator(UserGroup documentCoordinator)
void
AnalyticalWorkCard. setDocumentOwner(UserGroup documentOwner)
void
AnalyticalWorkCardTestDetail. setNotifiesGroup(UserGroup notifiesGroup)
void
Answer. setNotifiesGroup(UserGroup notifiesGroup)
void
ChecksAnswer. setNotifiesGroup(UserGroup notifiesGroup)
void
Policy. setOwner(UserGroup owner)
void
ApprovalStage. setUserGroup(UserGroup userGroup)
void
ApprovalTemplateStage. setUserGroup(UserGroup userGroup)
void
SOPResponsibility. setUserGroup(UserGroup userGroup)
void
UserGroupLink. setUserGroup(UserGroup userGroup)
-