| java.lang.Object org.sakaiproject.site.impl.BaseGroup
BaseGroup | public class BaseGroup implements Group,Identifiable(Code) | |
BaseGroup is an implementation of the Site API Group.
|
m_azg | protected AuthzGroup m_azg(Code) | | The azg from the AuthzGroupService that is my AuthzGroup impl.
|
m_azgChanged | protected boolean m_azgChanged(Code) | | Set to true if we have changed our azg, so it need to be written back on save.
|
m_description | protected String m_description(Code) | | The description.
|
m_site | protected Site m_site(Code) | | The site I belong to.
|
BaseGroup | protected BaseGroup(Site site)(Code) | | Construct. Auto-generate the id.
Parameters: site - The site in which this page lives. |
BaseGroup | protected BaseGroup(Group other, Site site, boolean exact)(Code) | | Construct as a copy of another.
Parameters: other - The other to copy. Parameters: site - The site in which this group lives. Parameters: exact - If true, we copy id - else we generate a new one. |
addMember | public void addMember(String userId, String roleId, boolean active, boolean provided)(Code) | | |
getAzg | protected AuthzGroup getAzg()(Code) | | Access (find if needed) the azg from the AuthzGroupService that implements my grouping.
My azg. |
getContainingSite | public Site getContainingSite()(Code) | | |
getModifiedTime | public Time getModifiedTime()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isActiveEdit | public boolean isActiveEdit()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
removeMembers | public void removeMembers()(Code) | | |
removeRoles | public void removeRoles()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setMaintainRole | public void setMaintainRole(String role)(Code) | | |
setProviderGroupId | public void setProviderGroupId(String id)(Code) | | |
|
|