Package org.silverpeas.web.jobstartpage
Class NavBarManager
- java.lang.Object
-
- org.silverpeas.web.jobstartpage.NavBarManager
-
public class NavBarManager extends Object
-
-
Constructor Summary
Constructors Constructor Description NavBarManager()
-
Method Summary
-
-
-
Method Detail
-
resetSpaceCache
public void resetSpaceCache(String theSpaceId)
-
addSpaceInCache
public void addSpaceInCache(String theSpaceId)
-
removeSpaceInCache
public void removeSpaceInCache(String theSpaceId)
-
resetAllCache
public void resetAllCache()
-
initWithUser
public void initWithUser(AbstractComponentSessionController msc, UserDetail user)
-
hasBeenInitialized
public boolean hasBeenInitialized()
-
getAvailableSpaces
public Collection<DisplaySorted> getAvailableSpaces()
-
getCurrentSpaceId
public String getCurrentSpaceId()
-
getSpace
public DisplaySorted getSpace(String theSpaceId)
-
setCurrentSpace
public boolean setCurrentSpace(String theSpaceId)
-
getAvailableSpaceComponents
public Collection<DisplaySorted> getAvailableSpaceComponents()
-
getAvailableSubSpaces
public Collection<DisplaySorted> getAvailableSubSpaces()
-
getCurrentSubSpaceId
public String getCurrentSubSpaceId()
-
setCurrentSubSpace
public boolean setCurrentSubSpace(String theSpaceId)
-
getAvailableSubSpaceComponents
public Collection<DisplaySorted> getAvailableSubSpaceComponents()
-
getSpaceCache
protected DisplaySorted getSpaceCache(String spaceId)
-
createSpaceObjects
protected Stream<DisplaySorted> createSpaceObjects(Stream<String> spaceIds, boolean goRecurs)
-
buildSpaceObject
protected DisplaySorted buildSpaceObject(String spaceId)
-
isAdminOfSpace
protected boolean isAdminOfSpace(SpaceInstLight spaceInst)
-
createComponentObjects
protected Stream<DisplaySorted> createComponentObjects(SpaceInst spaceInst)
-
-