|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stratelia.webactiv.beans.admin.cache.AdminCache
public class AdminCache
The class Store and manage all the Admin's cache
| Constructor Summary | |
|---|---|
AdminCache()
Admin Constructor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminCache()
| Method Detail |
|---|
public void setCacheAvailable(boolean useCache)
public int getNbSpacesInCache()
public int getNbComponentsInCache()
public int getNbProfilesInCache()
public void resetCache()
public void resetSpaceInst()
public void putSpaceInst(SpaceInst spaceInst)
public void removeSpaceInst(String spaceId)
public SpaceInst getSpaceInst(String spaceId)
protected void removeUserInSpaceInst(String userId)
protected void removeGroupInSpaceInst(String groupId)
protected void removeTokenInSpaceInst(String tokenId,
boolean isGroup)
public void resetComponentInst()
public void putComponentInst(ComponentInst componentInst)
public void removeComponentInst(ComponentInst componentInst)
public ComponentInst getComponentInst(String componentId)
protected void removeUserInComponentInst(String userId)
protected void removeGroupInComponentInst(String groupId)
protected void removeTokenInComponentInst(String tokenId,
boolean isGroup)
protected void removeSpaceComponentsInst(String spaceId)
public void resetProfileInst()
public void putProfileInst(ProfileInst profileInst)
public void removeProfileInst(ProfileInst profileInst)
public ProfileInst getProfileInst(String profileId)
protected void removeUserInProfileInst(String userId)
protected void removeGroupInProfileInst(String groupId)
protected void removeTokenInProfileInst(String tokenId,
boolean isGroup)
protected void removeComponentsProfilesInst(String componentId)
public void resetUserDetail()
public void putUserDetail(String userId,
UserDetail userDetail)
public void removeUserDetail(String userId)
public UserDetail getUserDetail(String userId)
public void resetManageableSpaceIds()
public void putManageableSpaceIds(String userId,
String[] spaceIds)
public void removeManageableSpaceIds(String userId)
public String[] getManageableSpaceIds(String userId)
public void resetAvailCompoIds()
public void putAvailCompoIds(String spaceId,
String userId,
String[] compoIds)
public void removeAvailCompoIds(String spaceId,
String userId)
public void removeAvailCompoIdsForUser(String userId)
public void removeAvailCompoIdsForSpace(String spaceId)
public String[] getAvailCompoIds(String spaceId,
String userId)
public void resetProfileIds()
public void putProfileIds(String userId,
String[] profileIds)
public void putNodeProfileIds(String userId,
String[] profileIds)
public void removeProfileIds(String userId)
public String[] getProfileIds(String userId)
public String[] getNodeProfileIds(String userId)
public void opAddSpace(SpaceInst theSpace)
public void opUpdateSpace(SpaceInst theSpace)
public void opRemoveSpace(SpaceInst theSpace)
protected void opResetSpace(SpaceInst theSpace)
public void opAddComponent(ComponentInst component)
public void opUpdateComponent(ComponentInst component)
public void opRemoveComponent(ComponentInst component)
protected void opResetComponent(ComponentInst component)
public void opAddProfile(ProfileInst profile)
public void opUpdateProfile(ProfileInst profile)
public void opRemoveProfile(ProfileInst profile)
protected void opResetProfile(ProfileInst profile)
public void opAddSpaceProfile(SpaceProfileInst profile)
public void opUpdateSpaceProfile(SpaceProfileInst profile)
public void opRemoveSpaceProfile(SpaceProfileInst profile)
public void opAddGroup(Group group)
public void opUpdateGroup(Group group)
public void opRemoveGroup(Group group)
public void opAddUserInGroup(String userId,
String groupId)
public void opRemoveUserFromGroup(String userId,
String groupId)
public void opAddUser(UserDetail user)
public void opUpdateUser(UserDetail user)
public void opRemoveUser(UserDetail user)
protected void opResetUserRights(String userId)
protected String getShortSpaceId(String spaceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||