Uses of Class
com.echothree.model.control.security.common.transfer.SecurityRoleGroupTransfer
Packages that use SecurityRoleGroupTransfer
Package
Description
-
Uses of SecurityRoleGroupTransfer in com.echothree.control.user.security.common.result
Methods in com.echothree.control.user.security.common.result that return SecurityRoleGroupTransferModifier and TypeMethodDescriptionGetSecurityRoleGroupsResult.getParentSecurityRoleGroup()
EditSecurityRoleGroupResult.getSecurityRoleGroup()
GetSecurityRoleGroupDescriptionsResult.getSecurityRoleGroup()
GetSecurityRoleGroupResult.getSecurityRoleGroup()
GetSecurityRolesResult.getSecurityRoleGroup()
Methods in com.echothree.control.user.security.common.result that return types with arguments of type SecurityRoleGroupTransferMethods in com.echothree.control.user.security.common.result with parameters of type SecurityRoleGroupTransferModifier and TypeMethodDescriptionvoid
GetSecurityRoleGroupsResult.setParentSecurityRoleGroup
(SecurityRoleGroupTransfer parentSecurityRoleGroup) void
EditSecurityRoleGroupResult.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) void
GetSecurityRoleGroupDescriptionsResult.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) void
GetSecurityRoleGroupResult.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) void
GetSecurityRolesResult.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) Method parameters in com.echothree.control.user.security.common.result with type arguments of type SecurityRoleGroupTransferModifier and TypeMethodDescriptionvoid
GetSecurityRoleGroupsResult.setSecurityRoleGroups
(List<SecurityRoleGroupTransfer> securityRoleGroups) -
Uses of SecurityRoleGroupTransfer in com.echothree.model.control.security.common.transfer
Methods in com.echothree.model.control.security.common.transfer that return SecurityRoleGroupTransferModifier and TypeMethodDescriptionSecurityRoleGroupTransfer.getParentSecurityRoleGroup()
Returns the parentSecurityRoleGroup.SecurityRoleGroupDescriptionTransfer.getSecurityRoleGroup()
SecurityRoleGroupResultTransfer.getSecurityRoleGroup()
Returns the securityRoleGroup.SecurityRoleTransfer.getSecurityRoleGroup()
Methods in com.echothree.model.control.security.common.transfer with parameters of type SecurityRoleGroupTransferModifier and TypeMethodDescriptionvoid
SecurityRoleGroupTransfer.setParentSecurityRoleGroup
(SecurityRoleGroupTransfer parentSecurityRoleGroup) Sets the parentSecurityRoleGroup.void
SecurityRoleGroupResultTransfer.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) Sets the securityRoleGroup.void
SecurityRoleTransfer.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) Constructors in com.echothree.model.control.security.common.transfer with parameters of type SecurityRoleGroupTransferModifierConstructorDescriptionSecurityRoleGroupDescriptionTransfer
(LanguageTransfer language, SecurityRoleGroupTransfer securityRoleGroup, String description) Creates a new instance of SecurityRoleGroupDescriptionTransferSecurityRoleGroupResultTransfer
(String securityRoleGroupName, SecurityRoleGroupTransfer securityRoleGroup) Creates a new instance of SecurityRoleGroupResultTransferSecurityRoleGroupTransfer
(String securityRoleGroupName, SecurityRoleGroupTransfer parentSecurityRoleGroup, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SecurityRoleGroupTransferSecurityRoleTransfer
(SecurityRoleGroupTransfer securityRoleGroup, String securityRoleName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SecurityRoleTransfer -
Uses of SecurityRoleGroupTransfer in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control that return SecurityRoleGroupTransferModifier and TypeMethodDescriptionSecurityControl.getSecurityRoleGroupTransfer
(UserVisit userVisit, SecurityRoleGroup securityRoleGroup) Methods in com.echothree.model.control.security.server.control that return types with arguments of type SecurityRoleGroupTransferModifier and TypeMethodDescriptionSecurityControl.getSecurityRoleGroupTransfers
(UserVisit userVisit) SecurityControl.getSecurityRoleGroupTransfers
(UserVisit userVisit, Collection<SecurityRoleGroup> securityRoleGroups) SecurityControl.getSecurityRoleGroupTransfersByParentSecurityRoleGroup
(UserVisit userVisit, SecurityRoleGroup parentSecurityRoleGroup) -
Uses of SecurityRoleGroupTransfer in com.echothree.model.control.security.server.transfer
Methods in com.echothree.model.control.security.server.transfer that return SecurityRoleGroupTransferModifier and TypeMethodDescriptionSecurityRoleGroupTransferCache.getSecurityRoleGroupTransfer
(SecurityRoleGroup securityRoleGroup) -
Uses of SecurityRoleGroupTransfer in com.echothree.model.control.workflow.common.transfer
Methods in com.echothree.model.control.workflow.common.transfer that return SecurityRoleGroupTransferMethods in com.echothree.model.control.workflow.common.transfer with parameters of type SecurityRoleGroupTransferModifier and TypeMethodDescriptionvoid
WorkflowTransfer.setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) Constructors in com.echothree.model.control.workflow.common.transfer with parameters of type SecurityRoleGroupTransferModifierConstructorDescriptionWorkflowTransfer
(String workflowName, SelectorTypeTransfer selectorType, SecurityRoleGroupTransfer securityRoleGroup, Integer sortOrder, String description) Creates a new instance of WorkflowTransfer