public class GroupContainer extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG
logger
|
Constructor and Description |
---|
GroupContainer() |
Modifier and Type | Method and Description |
---|---|
String |
getAuditType()
audit type
|
GuiGroup |
getCompositeLeftFactorGuiGroup()
if displaying a composite, this is the left factor
|
GuiGroup |
getCompositeOwnerGuiGroup()
if displaying composite, this is the owner
|
GuiGroup |
getCompositeRightFactorGuiGroup()
if displaying a composite, this is the right factor
|
int |
getCountAdded()
number of members added
|
int |
getCountRemoved()
number of members removed
|
int |
getCountTotal()
number of members
|
int |
getCountUnresolvableSubjects() |
Map<Integer,String> |
getCustomCompositeUiKeys() |
int |
getFailureCount()
how many failures
|
List<GroupTypeForEdit> |
getGroupTypesForCreate()
get list of group attributes for create group screen
|
List<GroupTypeForEdit> |
getGroupTypesForEdit()
get list of group attributes for edit
|
List<GroupTypeForEdit> |
getGroupTypesForView()
get list of group types for view only
|
Set<GuiAttributeAssign> |
getGuiAttributeAssigns()
attributes assigned to this group.
|
Set<GuiAuditEntry> |
getGuiAuditEntries()
audit entries for group
|
GuiGroup |
getGuiGroup()
gui group shown on screen
|
Set<GuiGroup> |
getGuiGroups()
search results when looking for a group to add the subject to
|
Set<GuiLoaderManagedGroup> |
getGuiLoaderManagedGroups() |
Set<GuiMembershipSubjectContainer> |
getGuiMembershipSubjectContainers()
memberships in group
|
GuiPaging |
getGuiPaging()
keep track of the paging on the stem screen
|
Set<GuiPITMembershipView> |
getGuiPITMembershipViews() |
GuiSorting |
getGuiSorting()
sorting, e.g.
|
Set<GuiSubject> |
getGuiSubjectsAddMember()
when searching for subjects to add to the group, list them here
|
Set<GuiMembershipSubjectContainer> |
getPrivilegeGuiMembershipSubjectContainers()
subjects and what privs they have on this stem
|
GuiPaging |
getPrivilegeGuiPaging()
gui paging for privileges, lazy load if null
|
int |
getSuccessCount()
how many successes
|
boolean |
isAuditExtendedResults()
if extended results on audit display
|
boolean |
isCanAdmin()
if the logged in user can admin, lazy loaded
|
boolean |
isCanJoin()
can logged in subject join the current group
|
boolean |
isCannotAddSelfAssignedToGroup()
if the current group has cannotAddSelf
|
boolean |
isCannotAddSelfEnabled()
if cannot add self is enabled
|
boolean |
isCannotAddSelfUserCanEdit()
if the current user can assign cannotAddSelf
|
boolean |
isCannotAddSelfUserCanView()
if the current user can assign cannotAddSelf
|
boolean |
isCanOptin()
if the logged in user can optin
|
boolean |
isCanOptout()
if the logged in user can optout
|
boolean |
isCanRead()
if the logged in user can read, lazy loaded
|
boolean |
isCanReadAttributes()
if the logged in user can read attributes, lazy loaded
|
boolean |
isCanReadPrivilegeInheritance()
if can view privilege inheritance
|
boolean |
isCanUpdate()
if the logged in user can update, lazy loaded
|
boolean |
isCanUpdateAttributes()
if the logged in user can update attributes, lazy loaded
|
boolean |
isCanView()
if the logged in user can view, lazy loaded
|
boolean |
isConfigDefaultGroupsCreateGrantAllAdmin()
if entities get admin when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllAttrRead()
if entities get attrRead when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllAttrUpdate()
if entities get attrUpdate when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllOptin()
if entities get optin when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllOptout()
if entities get optout when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllRead()
if entities get read when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllUpdate()
if entities get update when added to a group
|
boolean |
isConfigDefaultGroupsCreateGrantAllView()
if entities get view when added to a group
|
boolean |
isDirectMember()
if the logged in user is a direct member
|
boolean |
isFavorite()
if the group is a favorite for the logged in user
|
boolean |
isHasCustomUi() |
boolean |
isShowAddMember()
if should show add member button
|
boolean |
isShowEnabledStatus() |
boolean |
isShowJoinGroup()
if shuld show join group
|
boolean |
isShowPointInTimeAudit() |
void |
setAuditExtendedResults(boolean auditExtendedResults1)
if extended results on audit display
|
void |
setAuditType(String auditType1)
audit type
|
void |
setCompositeLeftFactorGuiGroup(GuiGroup compositeLeftFactorGuiGroup1)
if displaying a composite, this is the left factor
|
void |
setCompositeOwnerGuiGroup(GuiGroup compositeOwnerGuiGroup1)
if displaying composite, this is the owner
|
void |
setCompositeRightFactorGuiGroup(GuiGroup compositeRightFactorGuiGroup1) |
void |
setCountAdded(int countAdded1)
number of members added
|
void |
setCountRemoved(int countRemoved1)
number of members removed
|
void |
setCountTotal(int countTotal1)
number of members
|
void |
setCountUnresolvableSubjects(int countUnresolvableSubjects) |
void |
setFailureCount(int failuresCount1)
how many failures
|
void |
setGuiAttributeAssigns(Set<GuiAttributeAssign> guiAttributeAssigns)
attributes assigned to this group.
|
void |
setGuiAuditEntries(Set<GuiAuditEntry> guiAuditEntries1)
audit entries for group
|
void |
setGuiGroup(GuiGroup guiGroup1)
gui group shown on screen
|
void |
setGuiGroups(Set<GuiGroup> guiGroupsAddMember1)
search results when looking for a group to add the subject to
|
void |
setGuiLoaderManagedGroups(Set<GuiLoaderManagedGroup> guiLoaderManagedGroups1) |
void |
setGuiMembershipSubjectContainers(Set<GuiMembershipSubjectContainer> guiMembershipSubjectContainers1)
assign the membership containers
|
void |
setGuiPaging(GuiPaging guiPaging1)
paging
|
void |
setGuiPITMembershipViews(Set<GuiPITMembershipView> guiPITMembershipViews) |
void |
setGuiSorting(GuiSorting guiSorting1)
sorting, e.g.
|
void |
setGuiSubjectsAddMember(Set<GuiSubject> guiSubjectsAddMember1)
when searching for subjects to add to the group, list them here
|
void |
setPrivilegeGuiMembershipSubjectContainers(Set<GuiMembershipSubjectContainer> privilegeGuiMembershipSubjectContainers1)
clear this out to requery
|
void |
setPrivilegeGuiPaging(GuiPaging privilegeGuiPaging1)
gui paging for privileges
|
void |
setShowAddMember(boolean showAddMember1)
if should show add member button
|
void |
setShowEnabledStatus(boolean showEnabledStatus) |
void |
setShowPointInTimeAudit(boolean showPointInTimeAudit) |
void |
setSuccessCount(int successCount1)
how many successes
|
public List<GroupTypeForEdit> getGroupTypesForView()
public List<GroupTypeForEdit> getGroupTypesForCreate()
public List<GroupTypeForEdit> getGroupTypesForEdit()
public boolean isHasCustomUi()
public boolean isCanReadPrivilegeInheritance()
public GuiGroup getCompositeOwnerGuiGroup()
public void setCompositeOwnerGuiGroup(GuiGroup compositeOwnerGuiGroup1)
compositeOwnerGuiGroup1
- the compositeOwnerGuiGroup to setpublic GuiGroup getCompositeLeftFactorGuiGroup()
public void setCompositeLeftFactorGuiGroup(GuiGroup compositeLeftFactorGuiGroup1)
compositeLeftFactorGuiGroup1
- the compositeLeftFactorGuiGroup to setpublic GuiGroup getCompositeRightFactorGuiGroup()
public void setCompositeRightFactorGuiGroup(GuiGroup compositeRightFactorGuiGroup1)
compositeRightFactorGuiGroup1
- the compositeRightFactorGuiGroup to setpublic boolean isAuditExtendedResults()
public void setAuditExtendedResults(boolean auditExtendedResults1)
auditExtendedResults1
- public String getAuditType()
public void setAuditType(String auditType1)
auditType1
- public GuiSorting getGuiSorting()
public void setGuiSorting(GuiSorting guiSorting1)
guiSorting1
- public Set<GuiAuditEntry> getGuiAuditEntries()
public void setGuiAuditEntries(Set<GuiAuditEntry> guiAuditEntries1)
guiAuditEntries1
- public int getSuccessCount()
public void setSuccessCount(int successCount1)
successCount1
- public int getFailureCount()
public void setFailureCount(int failuresCount1)
failuresCount1
- public boolean isConfigDefaultGroupsCreateGrantAllAdmin()
public boolean isConfigDefaultGroupsCreateGrantAllUpdate()
public boolean isConfigDefaultGroupsCreateGrantAllRead()
public boolean isConfigDefaultGroupsCreateGrantAllView()
public boolean isConfigDefaultGroupsCreateGrantAllOptin()
public boolean isConfigDefaultGroupsCreateGrantAllOptout()
public boolean isConfigDefaultGroupsCreateGrantAllAttrRead()
public boolean isConfigDefaultGroupsCreateGrantAllAttrUpdate()
public int getCountTotal()
public void setCountTotal(int countTotal1)
countTotal1
- the countTotal to setpublic int getCountUnresolvableSubjects()
public void setCountUnresolvableSubjects(int countUnresolvableSubjects)
countUnresolvableSubjects
- the countUnresolvableSubjects to setpublic int getCountAdded()
public void setCountAdded(int countAdded1)
countAdded1
- the countAdded to setpublic int getCountRemoved()
public void setCountRemoved(int countRemoved1)
countRemoved1
- the countRemoved to setpublic Set<GuiSubject> getGuiSubjectsAddMember()
public void setGuiSubjectsAddMember(Set<GuiSubject> guiSubjectsAddMember1)
guiSubjectsAddMember1
- public Set<GuiLoaderManagedGroup> getGuiLoaderManagedGroups()
public void setGuiLoaderManagedGroups(Set<GuiLoaderManagedGroup> guiLoaderManagedGroups1)
public GuiGroup getGuiGroup()
public void setGuiGroup(GuiGroup guiGroup1)
guiGroup1
- public boolean isShowAddMember()
public void setShowAddMember(boolean showAddMember1)
showAddMember1
- the showAddMember to setpublic boolean isShowJoinGroup()
public boolean isCanOptin()
public boolean isCanJoin()
public boolean isCannotAddSelfEnabled()
public boolean isCannotAddSelfAssignedToGroup()
public boolean isCannotAddSelfUserCanEdit()
public boolean isCannotAddSelfUserCanView()
public boolean isCanOptout()
public boolean isCanAdmin()
public boolean isDirectMember()
public boolean isCanView()
public boolean isCanRead()
public boolean isCanUpdate()
public boolean isCanReadAttributes()
public boolean isCanUpdateAttributes()
public GuiPaging getGuiPaging()
public Set<GuiMembershipSubjectContainer> getPrivilegeGuiMembershipSubjectContainers()
public GuiPaging getPrivilegeGuiPaging()
public void setGuiPaging(GuiPaging guiPaging1)
guiPaging1
- public void setPrivilegeGuiMembershipSubjectContainers(Set<GuiMembershipSubjectContainer> privilegeGuiMembershipSubjectContainers1)
privilegeGuiMembershipSubjectContainers1
- public void setPrivilegeGuiPaging(GuiPaging privilegeGuiPaging1)
privilegeGuiPaging1
- public Set<GuiMembershipSubjectContainer> getGuiMembershipSubjectContainers()
public void setGuiMembershipSubjectContainers(Set<GuiMembershipSubjectContainer> guiMembershipSubjectContainers1)
guiMembershipSubjectContainers1
- public boolean isFavorite()
public Set<GuiGroup> getGuiGroups()
public void setGuiGroups(Set<GuiGroup> guiGroupsAddMember1)
guiGroupsAddMember1
- public Set<GuiAttributeAssign> getGuiAttributeAssigns()
public void setGuiAttributeAssigns(Set<GuiAttributeAssign> guiAttributeAssigns)
guiAttributeAssigns
- public boolean isShowEnabledStatus()
public void setShowEnabledStatus(boolean showEnabledStatus)
showEnabledStatus
- the showEnabledStatus to setpublic boolean isShowPointInTimeAudit()
public void setShowPointInTimeAudit(boolean showPointInTimeAudit)
showPointInTimeAudit
- the showPointInTimeAudit to setpublic Map<Integer,String> getCustomCompositeUiKeys()
public Set<GuiPITMembershipView> getGuiPITMembershipViews()
public void setGuiPITMembershipViews(Set<GuiPITMembershipView> guiPITMembershipViews)
guiPITMembershipViews
- the guiPITMembershipViews to setCopyright © 2016 Internet2. All rights reserved.