|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceModel | |
|---|---|
| com.stratelia.silverpeas.portlet | |
| Uses of SpaceModel in com.stratelia.silverpeas.portlet |
|---|
| Methods in com.stratelia.silverpeas.portlet that return SpaceModel | |
|---|---|
static SpaceModel |
SpaceModelFactory.getSpaceModel(MainSessionController msc,
String aSpaceId,
boolean isAdmin)
get a spaceModel and remove the component that are not allowed for this user |
static SpaceModel |
SpaceModelFactory.getSpaceModel(PortletSchema os,
String aSpaceId)
Read a spaceModel from database and construct a SpaceModel in memory |
| Methods in com.stratelia.silverpeas.portlet with parameters of type SpaceModel | |
|---|---|
static PortletComponent[] |
SpaceModelFactory.getPortletList(SpaceModel space)
getPortletList Construct the list of portlet that can be added to a space : All instances that are not allready added the this space minus instance that are not "portlettizable" yet. |
static void |
SpaceModelFactory.portletSaveState(SpaceModel space,
Portlet aPortlet)
portletSaveState Save the portlet state : minimized, normal or maximized |
static void |
SpaceModelFactory.saveSpaceModel(SpaceModel space)
saveSpaceModel Save all the spaceModel structure in database. the save in done by deleting and recreating the structure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||