Uses of Interface
org.jasig.portal.groups.ILockableEntityGroup

Packages that use ILockableEntityGroup
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
org.jasig.portal.services   
 

Uses of ILockableEntityGroup in org.jasig.portal.channels.groupsmanager
 

Fields in org.jasig.portal.channels.groupsmanager declared as ILockableEntityGroup
 ILockableEntityGroup CGroupsManagerSessionData.lockedGroup
           
 

Uses of ILockableEntityGroup in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement ILockableEntityGroup
 class LockableEntityGroupImpl
          Extends EntityGroupImpl to make it lockable for writing.
 

Methods in org.jasig.portal.groups that return ILockableEntityGroup
 ILockableEntityGroup ILockableGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup ReferenceGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup ICompositeGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 ILockableEntityGroup ReferenceCompositeGroupService.findGroupWithLock(java.lang.String key, java.lang.String lockOwner)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
 ILockableEntityGroup ReferenceIndividualGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup ILockableGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner, int durationSecs)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup ReferenceGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner, int secs)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup ReferenceIndividualGroupService.findGroupWithLock(java.lang.String key, java.lang.String owner, int secs)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
 ILockableEntityGroup IEntityGroupStore.findLockable(java.lang.String key)
          Returns an instance of the ILockableEntityGroup from the data store.
 ILockableEntityGroup RDBMEntityGroupStore.findLockable(java.lang.String groupID)
          Find and return an instance of the group.
private  ILockableEntityGroup RDBMEntityGroupStore.lockableInstanceFromResultSet(java.sql.ResultSet rs)
          Find and return an instance of the group.
private  ILockableEntityGroup RDBMEntityGroupStore.newLockableInstance(java.lang.String newKey, java.lang.Class newType, java.lang.String newCreatorID, java.lang.String newName, java.lang.String newDescription)
           
 

Methods in org.jasig.portal.groups with parameters of type ILockableEntityGroup
 void ILockableGroupService.deleteGroup(ILockableEntityGroup group)
          Removes the ILockableEntityGroup from the store.
 void ReferenceGroupService.deleteGroup(ILockableEntityGroup group)
          Removes the ILockableEntityGroup from the cache and the store.
 void ReferenceIndividualGroupService.deleteGroup(ILockableEntityGroup group)
          Removes the ILockableEntityGroup from the cache and the store, including both parent and child memberships.
private  void ReferenceIndividualGroupService.removeDeletedGroupFromContainingGroups(ILockableEntityGroup group)
          Removes the ILockableEntityGroup from its containing groups.
 void ILockableGroupService.updateGroup(ILockableEntityGroup group)
          Commits the updated ILockableEntityGroup to the store.
 void ReferenceGroupService.updateGroup(ILockableEntityGroup group)
          Updates the ILockableEntityGroup in the cache and the store.
 void ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group)
          Updates the ILockableEntityGroup in the cache and the store.
 void ILockableGroupService.updateGroup(ILockableEntityGroup group, boolean renewLock)
          Commits the updated ILockableEntityGroup to the store and renews the lock.
 void ReferenceGroupService.updateGroup(ILockableEntityGroup group, boolean renewLock)
          Updates the ILockableEntityGroup in the store and removes it from the cache.
 void ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group, boolean renewLock)
          Updates the ILockableEntityGroup in the store and removes it from the cache.
 void ILockableGroupService.updateGroupMembers(ILockableEntityGroup group)
          Commits the updated ILockableEntityGroup to the store.
 void ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group)
          Updates the ILockableEntityGroup in the cache and the store.
 void ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group)
          Updates the ILockableEntityGroup in the cache and the store.
 void ILockableGroupService.updateGroupMembers(ILockableEntityGroup group, boolean renewLock)
          Commits the updated ILockableEntityGroup to the store and renews the lock.
 void ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group, boolean renewLock)
          Updates the ILockableEntityGroup in the store and removes it from the cache.
 void ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group, boolean renewLock)
          Updates the ILockableEntityGroup in the store and removes it from the cache.
 

Uses of ILockableEntityGroup in org.jasig.portal.groups.filesystem
 

Methods in org.jasig.portal.groups.filesystem that return ILockableEntityGroup
 ILockableEntityGroup FileSystemGroupStore.findLockable(java.lang.String key)
          Returns an instance of the ILockableEntityGroup from the data store.
 

Uses of ILockableEntityGroup in org.jasig.portal.groups.ldap
 

Methods in org.jasig.portal.groups.ldap that return ILockableEntityGroup
 ILockableEntityGroup LDAPGroupStore.findLockable(java.lang.String key)
           
 

Uses of ILockableEntityGroup in org.jasig.portal.groups.pags
 

Methods in org.jasig.portal.groups.pags that return ILockableEntityGroup
 ILockableEntityGroup PersonAttributesGroupStore.findLockable(java.lang.String key)
           
 

Uses of ILockableEntityGroup in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return ILockableEntityGroup
static ILockableEntityGroup GroupService.findLockableGroup(java.lang.String key, java.lang.String lockOwner)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.
protected  ILockableEntityGroup GroupService.ifindLockableGroup(java.lang.String key, java.lang.String lockOwner)
          Returns a pre-existing ILockableEntityGroup or null if the group is not found.