|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an IEntityGroup
that can be locked for update.
Method Summary | |
IEntityLock |
getLock()
|
void |
setLock(IEntityLock lock)
|
void |
updateAndRenewLock()
Updates the group and its members and renews the lock. |
void |
updateMembersAndRenewLock()
Updates the members and renews the lock. |
Methods inherited from interface org.jasig.portal.groups.IEntityGroup |
addMember, delete, getCreatorID, getDescription, getLocalKey, getName, getServiceName, isEditable, removeMember, setCreatorID, setDescription, setLocalGroupService, setName, update, updateMembers |
Methods inherited from interface org.jasig.portal.groups.IGroupMember |
contains, deepContains, equals, getAllContainingGroups, getAllEntities, getAllMembers, getContainingGroups, getEntities, getEntityType, getKey, getLeafType, getMemberGroupNamed, getMembers, getType, getUnderlyingEntityIdentifier, hashCode, hasMembers, isDeepMemberOf, isEntity, isGroup, isMemberOf |
Methods inherited from interface org.jasig.portal.IBasicEntity |
getEntityIdentifier |
Method Detail |
public IEntityLock getLock()
public void setLock(IEntityLock lock)
lock
- org.jasig.portal.concurrency.IEntityLockpublic void updateAndRenewLock() throws GroupsException
GroupsException
public void updateMembersAndRenewLock() throws GroupsException
GroupsException
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |