|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ILockableEntityGroup in org.jasig.portal.channels.groupsmanager |
|---|
| Fields in org.jasig.portal.channels.groupsmanager declared as ILockableEntityGroup | |
|---|---|
ILockableEntityGroup |
CGroupsManagerSessionData.lockedGroup
Deprecated. |
| 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(String key,
String owner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ICompositeGroupService.findGroupWithLock(String key,
String owner)
Returns a pre-existing IEntityGroup or null if it does not
exist. |
ILockableEntityGroup |
ReferenceIndividualGroupService.findGroupWithLock(String key,
String owner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceCompositeGroupService.findGroupWithLock(String key,
String lockOwner)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
ILockableEntityGroup |
ReferenceGroupService.findGroupWithLock(String key,
String owner)
Deprecated. Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ILockableGroupService.findGroupWithLock(String key,
String owner,
int durationSecs)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceIndividualGroupService.findGroupWithLock(String key,
String owner,
int secs)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceGroupService.findGroupWithLock(String key,
String owner,
int secs)
Deprecated. Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
RDBMEntityGroupStore.findLockable(String groupID)
Find and return an instance of the group. |
ILockableEntityGroup |
IEntityGroupStore.findLockable(String key)
Returns an instance of the ILockableEntityGroup from the data store. |
| Methods in org.jasig.portal.groups with parameters of type ILockableEntityGroup | |
|---|---|
void |
ILockableGroupService.deleteGroup(ILockableEntityGroup group)
Removes the ILockableEntityGroup from the store. |
void |
ReferenceIndividualGroupService.deleteGroup(ILockableEntityGroup group)
Removes the ILockableEntityGroup from the cache and the store,
including both parent and child memberships. |
void |
ReferenceGroupService.deleteGroup(ILockableEntityGroup group)
Deprecated. Removes the ILockableEntityGroup from the cache and the store. |
void |
ILockableGroupService.updateGroup(ILockableEntityGroup group)
Commits the updated ILockableEntityGroup to the store. |
void |
ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group)
Updates the ILockableEntityGroup in the cache and the store. |
void |
ReferenceGroupService.updateGroup(ILockableEntityGroup group)
Deprecated. 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 |
ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group,
boolean renewLock)
Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
ReferenceGroupService.updateGroup(ILockableEntityGroup group,
boolean renewLock)
Deprecated. 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 |
ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group)
Updates the ILockableEntityGroup in the cache and the store. |
void |
ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group)
Deprecated. 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 |
ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group,
boolean renewLock)
Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group,
boolean renewLock)
Deprecated. 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(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(String key)
|
| Uses of ILockableEntityGroup in org.jasig.portal.groups.pags |
|---|
| Methods in org.jasig.portal.groups.pags that return ILockableEntityGroup | |
|---|---|
ILockableEntityGroup |
PersonAttributesGroupStore.findLockable(String key)
|
| Uses of ILockableEntityGroup in org.jasig.portal.groups.smartldap |
|---|
| Methods in org.jasig.portal.groups.smartldap that return ILockableEntityGroup | |
|---|---|
ILockableEntityGroup |
SmartLdapGroupStore.findLockable(String key)
|
| Uses of ILockableEntityGroup in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that return ILockableEntityGroup | |
|---|---|
static ILockableEntityGroup |
GroupService.findLockableGroup(String key,
String lockOwner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
protected ILockableEntityGroup |
GroupService.ifindLockableGroup(String key,
String lockOwner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||