Uses of Class
net.pricefx.domain.UserGroup
-
Packages that use UserGroup Package Description net.pricefx.domain Defines set of domain object classes.net.pricefx.workflowengine Provides Workflow API. -
-
Uses of UserGroup in net.pricefx.domain
Methods in net.pricefx.domain that return types with arguments of type UserGroup Modifier and Type Method Description List<UserGroup>
User. getAllGroups()
Gets all groups of a user including those assigned by a business roleList<UserGroup>
User. getGroups()
Methods in net.pricefx.domain with parameters of type UserGroup Modifier and Type Method Description boolean
User. isInGroup(UserGroup userGroup)
Method parameters in net.pricefx.domain with type arguments of type UserGroup Modifier and Type Method Description void
User. setGroups(List<UserGroup> groups)
-
Uses of UserGroup in net.pricefx.workflowengine
Fields in net.pricefx.workflowengine with type parameters of type UserGroup Modifier and Type Field Description List<UserGroup>
WorkflowInfo.WorkflowStepInfo. userGroupApprovers
A list of groups that can approveMethods in net.pricefx.workflowengine that return UserGroup Modifier and Type Method Description UserGroup
WorkflowInfo.WorkflowStepInfo. getUserGroupApprover()
Deprecated.
-