|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IEntityGroup in org.jasig.portal.channels.groupsmanager |
|---|
| Classes in org.jasig.portal.channels.groupsmanager that implement IEntityGroup | |
|---|---|
class |
SearchResultsGroupImpl
Deprecated. All IChannel implementations should be migrated to portlets |
| Methods in org.jasig.portal.channels.groupsmanager that return IEntityGroup | |
|---|---|
IEntityGroup |
SearchResultsGroupImpl.getMemberGroupNamed(String name)
Deprecated. |
static IEntityGroup |
GroupsManagerXML.retrieveGroup(String aKey)
Deprecated. Returns an IEntityGroup for the key. |
| Methods in org.jasig.portal.channels.groupsmanager with parameters of type IEntityGroup | |
|---|---|
static void |
GroupsManagerXML.createPermissions(CGroupsManagerSessionData sessionData,
IEntityGroup childEntGrp)
Deprecated. Creates permissions to a group for the current user and generates permission elements |
static Element |
GroupsManagerXML.createRdfElement(IEntityGroup entGrp,
Document xmlDoc)
Deprecated. Returns an RDF element for the provided Document |
static void |
GroupsManagerXML.refreshAllNodes(CGroupsManagerUnrestrictedSessionData sd,
IEntityGroup entGrp)
Deprecated. Updates all nodes for the same IEntityGroup with information about the IEntityGroup. |
static void |
GroupsManagerXML.refreshElement(Element updElem,
IEntityGroup entGrp)
Deprecated. Updates an Element with information about the IEntityGroup. |
static boolean |
GroupsManagerXML.refreshRequired(Element chkElem,
IEntityGroup entGrp)
Deprecated. Updates an Element with information about the IEntityGroup. |
| Uses of IEntityGroup in org.jasig.portal.groups |
|---|
| Subinterfaces of IEntityGroup in org.jasig.portal.groups | |
|---|---|
interface |
ILockableEntityGroup
Defines an IEntityGroup that can be locked for update. |
| Classes in org.jasig.portal.groups that implement IEntityGroup | |
|---|---|
class |
EntityGroupImpl
Reference implementation for IEntityGroup. |
class |
EntityTestingGroupImpl
|
class |
LockableEntityGroupImpl
Extends EntityGroupImpl to make it lockable for writing. |
| Methods in org.jasig.portal.groups that return IEntityGroup | |
|---|---|
IEntityGroup |
RDBMEntityGroupStore.find(String groupID)
Find and return an instance of the group. |
IEntityGroup |
IEntityGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
IEntityGroup |
ReferenceIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
IEntityGroup |
IIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
Returns a preexisting IEntityGroup from the store. |
IEntityGroup |
ICompositeGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if it does not
exist. |
IEntityGroup |
ReferenceIndividualGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
IEntityGroup |
ReferenceCompositeGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
IEntityGroup |
IGroupService.findGroup(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
IEntityGroup |
ReferenceGroupService.findGroup(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceIndividualGroupService.findGroupWithCache(CompositeEntityIdentifier ent)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceIndividualGroupService.findGroupWithCache(String key)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceGroupService.findGroupWithCache(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if it
does not exist. |
IEntityGroup |
ReferenceGroupService.getDistinguishedGroup(String name)
Deprecated. Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntityGroup |
ReferenceIndividualGroupService.getGroupFromCache(String key)
Returns a cached IEntityGroup or null if it has not been cached. |
protected IEntityGroup |
ReferenceGroupService.getGroupFromCache(String key)
Deprecated. Returns a cached IEntityGroup or null if it has not been cached. |
IEntityGroup |
EntityGroupImpl.getMemberGroupNamed(String name)
Returns the named member IEntityGroup. |
IEntityGroup |
GroupMemberImpl.getMemberGroupNamed(String name)
Default implementation, overridden on EntityGroupImpl. |
IEntityGroup |
IGroupMember.getMemberGroupNamed(String name)
Returns the named IEntityGroup from our members Collection. |
IEntityGroup |
ReferenceGroupService.getRootGroup(Class type)
Deprecated. Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
IEntityGroup |
ReferenceIndividualGroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
IGroupService.newGroup(Class type)
Deprecated. Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
ReferenceGroupService.newGroup(Class type)
Deprecated. Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
IIndividualGroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
ICompositeGroupService.newGroup(Class type,
Name serviceName)
Returns a new IEntityGroup for the given Class with an unused
key from the named service. |
IEntityGroup |
ReferenceCompositeGroupService.newGroup(Class type,
Name serviceName)
Returns a new IEntityGroup from the named service. |
IEntityGroup |
RDBMEntityGroupStore.newInstance(Class type)
|
IEntityGroup |
IEntityGroupStore.newInstance(Class entityType)
|
protected IEntityGroup |
ReferenceIndividualGroupService.primFindGroup(String localKey)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceCompositeGroupService.primFindGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
| Methods in org.jasig.portal.groups with parameters of type IEntityGroup | |
|---|---|
void |
GroupMemberImpl.addGroup(IEntityGroup eg)
Adds the key of the IEntityGroup to our Set of group keys
by copying the keys, updating the copy, and replacing the old keys with the copy. |
protected void |
ReferenceGroupService.addGroupToCache(IEntityGroup group)
Deprecated. |
boolean |
RDBMEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if IGroupMember member is a member of group. |
boolean |
ReferenceIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
RDBMEntityGroupStore.containsGroupNamed(IEntityGroup containingGroup,
String memberName)
|
void |
RDBMEntityGroupStore.delete(IEntityGroup group)
If this entity exists, delete it. |
void |
IEntityGroupStore.delete(IEntityGroup group)
Delete this IEntityGroup from the data store. |
void |
ReferenceIndividualGroupService.deleteGroup(IEntityGroup group)
Removes the IEntityGroup from the cache and the store. |
void |
IGroupService.deleteGroup(IEntityGroup group)
Deprecated. Removes the IEntityGroup from the store. |
void |
ReferenceGroupService.deleteGroup(IEntityGroup group)
Deprecated. Removes the IEntityGroup from the cache and the store. |
void |
IIndividualGroupService.deleteGroup(IEntityGroup group)
Removes the IEntityGroup from the store. |
Iterator |
RDBMEntityGroupStore.findContainingGroups(IEntityGroup group)
Find the groups that this group belongs to. |
Iterator |
RDBMEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
Find the IEntities that are members of the IEntityGroup. |
Iterator |
IEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
protected Iterator |
ReferenceIndividualGroupService.findLocalMemberGroups(IEntityGroup eg)
Returns and caches the member groups for the IEntityGroup |
Iterator |
ReferenceIndividualGroupService.findMemberEntities(IEntityGroup group)
Finds the IEntities that are members of group. |
String[] |
RDBMEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
Find the keys of groups that are members of group. |
String[] |
IEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
RDBMEntityGroupStore.findMemberGroups(IEntityGroup group)
Find the IUserGroups that are members of the group. |
Iterator |
ReferenceIndividualGroupService.findMemberGroups(IEntityGroup eg)
Returns member groups for the IEntityGroup. |
Iterator |
IGroupService.findMemberGroups(IEntityGroup eg)
Deprecated. Returns the member groups for the IEntityGroup |
Iterator |
IEntityGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
Iterator |
ReferenceGroupService.findMemberGroups(IEntityGroup eg)
Deprecated. Returns and caches the member groups for the IEntityGroup |
Iterator |
ReferenceIndividualGroupService.findMembers(IEntityGroup eg)
Returns and members for the IEntityGroup. |
Iterator |
IIndividualGroupService.findMembers(IEntityGroup group)
Returns an Iterator over the members of group. |
boolean |
ReferenceIndividualGroupService.isEditable(IEntityGroup group)
Answers if the group can be updated or deleted in the store. |
boolean |
IIndividualGroupService.isEditable(IEntityGroup group)
Answers if the group can be updated or deleted in the store. |
void |
GroupMemberImpl.removeGroup(IEntityGroup eg)
Removes the key of the IEntityGroup from our Set of group keys
by copying the keys, updating the copy, and replacing the old keys with the copy. |
protected void |
ReferenceGroupService.removeGroupFromCache(IEntityGroup group)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. |
protected void |
ReferenceIndividualGroupService.synchronizeGroupMembersOnDelete(IEntityGroup group)
Remove the back pointers of the group members of the deleted group. |
protected void |
ReferenceIndividualGroupService.synchronizeGroupMembersOnUpdate(IEntityGroup group)
Adjust the back pointers of the updated group members to either add or remove the parent group. |
void |
RDBMEntityGroupStore.update(IEntityGroup group)
Commit this entity AND ITS MEMBERSHIPS to the underlying store. |
void |
IEntityGroupStore.update(IEntityGroup group)
Adds or updates the IEntityGroup AND ITS MEMBERSHIPS to the
data store, as appropriate. |
void |
ReferenceIndividualGroupService.updateGroup(IEntityGroup group)
Update the store and the updated members. |
void |
IGroupService.updateGroup(IEntityGroup group)
Deprecated. Commits the updated IEntityGroup to the store. |
void |
ReferenceGroupService.updateGroup(IEntityGroup group)
Deprecated. Updates the cache and the store with the new IEntityGroup. |
void |
IIndividualGroupService.updateGroup(IEntityGroup group)
Commits the updated IEntityGroup and its memberships to the
store. |
protected void |
ReferenceGroupService.updateGroupInCache(IEntityGroup group)
Deprecated. |
void |
ReferenceIndividualGroupService.updateGroupMembers(IEntityGroup group)
Update the store and the updated members. |
void |
IGroupService.updateGroupMembers(IEntityGroup group)
Deprecated. Commits the updated IEntityGroup to the store. |
void |
ReferenceGroupService.updateGroupMembers(IEntityGroup group)
Deprecated. Updates the cache and the store with the updated IEntityGroup. |
void |
IIndividualGroupService.updateGroupMembers(IEntityGroup group)
Commits the updated group memberships to the store. |
void |
RDBMEntityGroupStore.updateMembers(IEntityGroup eg)
Insert and delete group membership rows inside a transaction. |
void |
IEntityGroupStore.updateMembers(IEntityGroup group)
Commits the group memberships of the IEntityGroup to
the data store. |
| Uses of IEntityGroup in org.jasig.portal.groups.filesystem |
|---|
| Methods in org.jasig.portal.groups.filesystem that return IEntityGroup | |
|---|---|
IEntityGroup |
FileSystemGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
IEntityGroup |
FileSystemGroupStore.newInstance(Class entityType)
|
| Methods in org.jasig.portal.groups.filesystem with parameters of type IEntityGroup | |
|---|---|
boolean |
FileSystemGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
FileSystemGroupStore.containsGroupNamed(IEntityGroup group,
String name)
Answers if group contains a member group named
name. |
void |
FileSystemGroupStore.delete(IEntityGroup group)
Delete this IEntityGroup from the data store. |
protected Iterator |
FileSystemGroupStore.findContainingGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
FileSystemGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
String[] |
FileSystemGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
FileSystemGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
protected File |
FileSystemGroupStore.getFile(IEntityGroup group)
|
void |
FileSystemGroupStore.update(IEntityGroup group)
Adds or updates the IEntityGroup AND ITS MEMBERSHIPS to the
data store, as appropriate. |
void |
FileSystemGroupStore.updateMembers(IEntityGroup group)
Commits the group memberships of the IEntityGroup to
the data store. |
| Uses of IEntityGroup in org.jasig.portal.groups.ldap |
|---|
| Methods in org.jasig.portal.groups.ldap that return IEntityGroup | |
|---|---|
IEntityGroup |
LDAPGroupStore.find(String key)
|
protected IEntityGroup |
LDAPGroupStore.makeGroup(LDAPGroupStore.GroupShadow shadow)
|
IEntityGroup |
LDAPGroupStore.newInstance(Class entityType)
|
| Methods in org.jasig.portal.groups.ldap with parameters of type IEntityGroup | |
|---|---|
boolean |
LDAPGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
LDAPGroupStore.containsGroupNamed(IEntityGroup group,
String name)
Answers if group contains a member group named
name. |
void |
LDAPGroupStore.delete(IEntityGroup group)
|
Iterator |
LDAPGroupStore.findEntitiesForGroup(IEntityGroup group)
|
String[] |
LDAPGroupStore.findMemberGroupKeys(IEntityGroup group)
|
Iterator |
LDAPGroupStore.findMemberGroups(IEntityGroup group)
|
protected LDAPGroupStore.GroupShadow |
LDAPGroupStore.getShadow(IEntityGroup group)
|
void |
LDAPGroupStore.update(IEntityGroup group)
|
void |
LDAPGroupStore.updateMembers(IEntityGroup group)
|
| Uses of IEntityGroup in org.jasig.portal.groups.pags |
|---|
| Methods in org.jasig.portal.groups.pags that return IEntityGroup | |
|---|---|
IEntityGroup |
PersonAttributesGroupStore.find(String key)
|
IEntityGroup |
PersonAttributesGroupStore.newInstance(Class entityType)
|
| Methods in org.jasig.portal.groups.pags that return types with arguments of type IEntityGroup | |
|---|---|
Iterator<IEntityGroup> |
PersonAttributesGroupStore.findMemberGroups(IEntityGroup group)
|
| Methods in org.jasig.portal.groups.pags with parameters of type IEntityGroup | |
|---|---|
boolean |
PersonAttributesGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
void |
PersonAttributesGroupStore.delete(IEntityGroup group)
|
Iterator |
PersonAttributesGroupStore.findEntitiesForGroup(IEntityGroup group)
|
String[] |
PersonAttributesGroupStore.findMemberGroupKeys(IEntityGroup group)
|
Iterator<IEntityGroup> |
PersonAttributesGroupStore.findMemberGroups(IEntityGroup group)
|
void |
PersonAttributesGroupStore.update(IEntityGroup group)
|
void |
PersonAttributesGroupStore.updateMembers(IEntityGroup group)
|
| Uses of IEntityGroup in org.jasig.portal.groups.smartldap |
|---|
| Fields in org.jasig.portal.groups.smartldap declared as IEntityGroup | |
|---|---|
static IEntityGroup |
SmartLdapGroupStore.ROOT_GROUP
|
| Methods in org.jasig.portal.groups.smartldap that return IEntityGroup | |
|---|---|
IEntityGroup |
SmartLdapGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
IEntityGroup |
LdapRecord.getGroup()
|
IEntityGroup |
SmartLdapGroupStore.newInstance(Class entityType)
|
| Methods in org.jasig.portal.groups.smartldap with parameters of type IEntityGroup | |
|---|---|
boolean |
SmartLdapGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
void |
SmartLdapGroupStore.delete(IEntityGroup group)
|
Iterator |
SmartLdapGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
String[] |
SmartLdapGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
SmartLdapGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
void |
SmartLdapGroupStore.update(IEntityGroup group)
|
void |
SmartLdapGroupStore.updateMembers(IEntityGroup group)
|
| Constructors in org.jasig.portal.groups.smartldap with parameters of type IEntityGroup | |
|---|---|
LdapRecord(IEntityGroup group,
List<String> keysOfChildren)
|
|
| Uses of IEntityGroup in org.jasig.portal.layout.dlm.remoting |
|---|
| Constructors in org.jasig.portal.layout.dlm.remoting with parameters of type IEntityGroup | |
|---|---|
JsonEntityBean(IEntityGroup entityGroup,
String entityType)
|
|
| Uses of IEntityGroup in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that return IEntityGroup | |
|---|---|
static IEntityGroup |
GroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
static IEntityGroup |
GroupService.getDistinguishedGroup(String name)
Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
static IEntityGroup |
GroupService.getRootGroup(Class type)
Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntityGroup |
GroupService.ifindGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
protected IEntityGroup |
GroupService.igetDistinguishedGroup(String name)
Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntityGroup |
GroupService.igetRootGroup(Class type)
Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntityGroup |
GroupService.inewGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
protected IEntityGroup |
GroupService.inewGroup(Class type,
String serviceName)
Returns a new IEntityGroup for the given Class with an unused
key. |
static IEntityGroup |
GroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
static IEntityGroup |
GroupService.newGroup(Class type,
String serviceName)
Returns a new IEntityGroup for the given Class with an unused
key. |
| Methods in org.jasig.portal.services with parameters of type IEntityGroup | |
|---|---|
static EntityIdentifier[] |
GroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
static EntityIdentifier[] |
GroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||