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 UserGroupDeviationDetails. assignedToUserGroupAssigned to userUserGroupAnswer. notifiesGroupUserGroupChecksAnswer. notifiesGroupThe UserGroup that is notified when the answer has been selected.Methods in com.sgs.common.database that return UserGroup Modifier and Type Method Description UserGroupDeviationDetails. getAssignedToUserGroup()UserGroupAnalyticalWorkCard. getDocumentCoordinator()UserGroupAnalyticalWorkCard. getDocumentOwner()UserGroupAnalyticalWorkCardTestDetail. getNotifiesGroup()UserGroupAnswer. getNotifiesGroup()UserGroupChecksAnswer. getNotifiesGroup()UserGroupPolicy. getOwner()UserGroupApprovalStage. getUserGroup()UserGroupApprovalTemplateStage. getUserGroup()UserGroupSOPResponsibility. getUserGroup()UserGroupUserGroupLink. getUserGroup()Methods in com.sgs.common.database with parameters of type UserGroup Modifier and Type Method Description voidDeviationDetails. setAssignedToUserGroup(UserGroup assignedToUserGroup)voidAnalyticalWorkCard. setDocumentCoordinator(UserGroup documentCoordinator)voidAnalyticalWorkCard. setDocumentOwner(UserGroup documentOwner)voidAnalyticalWorkCardTestDetail. setNotifiesGroup(UserGroup notifiesGroup)voidAnswer. setNotifiesGroup(UserGroup notifiesGroup)voidChecksAnswer. setNotifiesGroup(UserGroup notifiesGroup)voidPolicy. setOwner(UserGroup owner)voidApprovalStage. setUserGroup(UserGroup userGroup)voidApprovalTemplateStage. setUserGroup(UserGroup userGroup)voidSOPResponsibility. setUserGroup(UserGroup userGroup)voidUserGroupLink. setUserGroup(UserGroup userGroup)
-