|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SpaceInstLight in com.silverpeas.admin.ejb |
---|
Methods in com.silverpeas.admin.ejb that return SpaceInstLight | |
---|---|
SpaceInstLight |
AdminBusiness.getSpaceInstLight(String spaceId)
|
SpaceInstLight |
AdminBmEJB.getSpaceInstLight(String spaceId)
|
Uses of SpaceInstLight in com.silverpeas.directory.control |
---|
Methods in com.silverpeas.directory.control that return SpaceInstLight | |
---|---|
SpaceInstLight |
DirectorySessionController.getCurrentSpace()
|
Uses of SpaceInstLight in com.silverpeas.jobStartPagePeas |
---|
Methods in com.silverpeas.jobStartPagePeas with parameters of type SpaceInstLight | |
---|---|
protected boolean |
NavBarManager.isAdminOfSpace(SpaceInstLight spaceInst)
|
Uses of SpaceInstLight in com.silverpeas.jobStartPagePeas.control |
---|
Methods in com.silverpeas.jobStartPagePeas.control that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
JobStartPagePeasSessionController.getRemovedSpaces()
********************* Gestion de la corbeille **************************************** |
Uses of SpaceInstLight in com.silverpeas.look |
---|
Methods in com.silverpeas.look that return SpaceInstLight | |
---|---|
SpaceInstLight |
DefaultSpaceHomePage.getSpace()
|
Methods in com.silverpeas.look that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
DefaultSpaceHomePage.getSubSpaces()
|
Methods in com.silverpeas.look with parameters of type SpaceInstLight | |
---|---|
void |
DefaultSpaceHomePage.setSpace(SpaceInstLight space)
|
Method parameters in com.silverpeas.look with type arguments of type SpaceInstLight | |
---|---|
void |
DefaultSpaceHomePage.setSubSpaces(List<SpaceInstLight> subSpaces)
|
Uses of SpaceInstLight in com.silverpeas.lookV5 |
---|
Methods in com.silverpeas.lookV5 with parameters of type SpaceInstLight | |
---|---|
protected boolean |
AjaxServletLookV5.isSpaceBeforeComponentNeeded(SpaceInstLight space)
|
Uses of SpaceInstLight in com.silverpeas.socialnetwork.myProfil.control |
---|
Methods in com.silverpeas.socialnetwork.myProfil.control that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
MyProfilSessionController.getSpaceTreeview()
|
Uses of SpaceInstLight in com.silverpeas.web.mock |
---|
Methods in com.silverpeas.web.mock that return SpaceInstLight | |
---|---|
SpaceInstLight |
OrganizationControllerMockWrapper.getRootSpace(String spaceId)
|
SpaceInstLight |
OrganizationControllerMockWrapper.getSpaceInstLightById(String spaceId)
|
Methods in com.silverpeas.web.mock that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
OrganizationControllerMockWrapper.getRootSpacesContainingComponent(String userId,
String componentName)
|
List<SpaceInstLight> |
OrganizationControllerMockWrapper.getSpaceTreeview(String userId)
|
List<SpaceInstLight> |
OrganizationControllerMockWrapper.getSubSpacesContainingComponent(String spaceId,
String userId,
String componentName)
|
Uses of SpaceInstLight in com.stratelia.silverpeas.pdcPeas.control |
---|
Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
PdcSearchSessionController.getAllowedSpaces()
Returns the list of allowed spaces/domains for the current user. |
Uses of SpaceInstLight in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin that return SpaceInstLight | |
---|---|
SpaceInstLight |
OrganizationController.getRootSpace(String spaceId)
|
SpaceInstLight |
Admin.getRootSpace(String spaceId)
Return the higher space according to a subspace (N level compliant) |
SpaceInstLight |
SpaceAndChildren.getSpace()
|
SpaceInstLight |
AdminController.getSpaceInstLight(String sSpaceId)
|
SpaceInstLight |
SpaceInstManager.getSpaceInstLightById(DomainDriverManager ddManager,
String spaceId)
Get the space instance with the given space id |
SpaceInstLight |
OrganizationController.getSpaceInstLightById(String spaceId)
|
SpaceInstLight |
Admin.getSpaceInstLightById(String sClientSpaceId)
Get the space instance light (only spaceid, fatherId and name) with the given space id |
Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
SpaceInstManager.getAllSpaces(DomainDriverManager ddManager)
|
List<SpaceInstLight> |
AdminController.getPathToComponent(String componentId)
|
List<SpaceInstLight> |
Admin.getPathToComponent(String componentId)
Retrieve spaces from root to component |
List<SpaceInstLight> |
AdminController.getPathToSpace(String spaceId,
boolean includeTarget)
|
List<SpaceInstLight> |
Admin.getPathToSpace(String spaceId,
boolean includeTarget)
Retrieve spaces from root to space identified by spaceId |
List<SpaceInstLight> |
AdminController.getRemovedSpaces()
|
List<SpaceInstLight> |
Admin.getRemovedSpaces()
Returns all spaces which has been removed but not definitely deleted. |
List<SpaceInstLight> |
SpaceInstManager.getRemovedSpaces(DomainDriverManager ddManager)
Returns all components which has been removed but not definitely deleted |
List<SpaceInstLight> |
OrganizationController.getRootSpacesContainingComponent(String userId,
String componentName)
|
List<SpaceInstLight> |
Admin.getRootSpacesContainingComponent(String userId,
String componentName)
This method returns all root spaces which contains at least one allowed component of type componentName in this space or subspaces. |
List<SpaceInstLight> |
OrganizationController.getSpaceTreeview(String userId)
|
Vector<SpaceInstLight> |
SpaceAndChildren.getSubspaces()
|
List<SpaceInstLight> |
SpaceInstManager.getSubSpaces(DomainDriverManager ddManager,
String spaceId)
Return subspaces of a space |
List<SpaceInstLight> |
Admin.getSubSpaces(String spaceId)
|
List<SpaceInstLight> |
OrganizationController.getSubSpacesContainingComponent(String spaceId,
String userId,
String componentName)
|
List<SpaceInstLight> |
Admin.getSubSpacesContainingComponent(String spaceId,
String userId,
String componentName)
This method returns all sub spaces which contains at least one allowed component of type componentName in this space or subspaces. |
List<SpaceInstLight> |
Admin.getSubSpacesOfUser(String userId,
String spaceId)
Get subspaces of a given space available to a user. |
List<SpaceInstLight> |
Admin.getUserSpaceTreeview(String userId)
Get all spaces available to a user. |
Methods in com.stratelia.webactiv.beans.admin with parameters of type SpaceInstLight | |
---|---|
void |
SpaceAndChildren.addSubSpace(SpaceInstLight subSpace)
|
int |
SpaceInstLight.compareTo(SpaceInstLight o)
|
void |
Admin.createSpaceIndex(SpaceInstLight spaceInst)
|
Method parameters in com.stratelia.webactiv.beans.admin with type arguments of type SpaceInstLight | |
---|---|
void |
SpaceInstLight.setPath(List<SpaceInstLight> path)
|
void |
ComponentInstLight.setPath(List<SpaceInstLight> path)
|
Constructors in com.stratelia.webactiv.beans.admin with parameters of type SpaceInstLight | |
---|---|
SpaceAndChildren(SpaceInstLight space)
|
Uses of SpaceInstLight in com.stratelia.webactiv.beans.admin.cache |
---|
Methods in com.stratelia.webactiv.beans.admin.cache that return SpaceInstLight | |
---|---|
SpaceInstLight |
Space.getSpace()
|
static SpaceInstLight |
TreeCache.getSpaceContainingComponent(String componentId)
|
static SpaceInstLight |
TreeCache.getSpaceInstLight(String spaceId)
|
Methods in com.stratelia.webactiv.beans.admin.cache that return types with arguments of type SpaceInstLight | |
---|---|
static List<SpaceInstLight> |
TreeCache.getComponentPath(String componentId)
|
static List<SpaceInstLight> |
TreeCache.getSpacePath(String spaceId)
|
List<SpaceInstLight> |
Space.getSubspaces()
|
static List<SpaceInstLight> |
TreeCache.getSubSpaces(String spaceId)
|
Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type SpaceInstLight | |
---|---|
static void |
TreeCache.addSubSpace(String spaceId,
SpaceInstLight subSpace)
|
void |
Space.setSpace(SpaceInstLight space)
|
static void |
TreeCache.updateSpace(SpaceInstLight spaceLight)
|
void |
Space.updateSubspace(SpaceInstLight subspace)
|
Method parameters in com.stratelia.webactiv.beans.admin.cache with type arguments of type SpaceInstLight | |
---|---|
void |
Space.setSubspaces(List<SpaceInstLight> subspaces)
|
static void |
TreeCache.setSubspaces(String spaceId,
List<SpaceInstLight> subspaces)
|
Uses of SpaceInstLight in com.stratelia.webactiv.beans.admin.dao |
---|
Methods in com.stratelia.webactiv.beans.admin.dao that return types with arguments of type SpaceInstLight | |
---|---|
static List<SpaceInstLight> |
SpaceDAO.getSubSpaces(Connection con,
int spaceId)
|
Uses of SpaceInstLight in com.stratelia.webactiv.organization |
---|
Constructors in com.stratelia.webactiv.organization with parameters of type SpaceInstLight | |
---|---|
UserFavoriteSpaceVO(UserDetail user,
SpaceInstLight space)
Default UserFavoriteSpaceVO constructor |
Uses of SpaceInstLight in com.stratelia.webactiv.todo.control |
---|
Methods in com.stratelia.webactiv.todo.control that return SpaceInstLight | |
---|---|
SpaceInstLight |
ToDoSessionController.getSpaceInst(String spaceId)
SpaceInst cache mechanism |
Uses of SpaceInstLight in org.silverpeas.admin.web |
---|
Methods in org.silverpeas.admin.web that return SpaceInstLight | |
---|---|
SpaceInstLight |
AdminWebService.getSpaceById(String spaceId)
Gets a space from its id |
protected SpaceInstLight |
AbstractAdminResource.loadSpace(String spaceId)
Loading data centralization of a space |
Methods in org.silverpeas.admin.web that return types with arguments of type SpaceInstLight | |
---|---|
protected Collection<SpaceInstLight> |
AbstractAdminResource.loadSpaces(String... spaceIds)
Loading data centralization of spaces |
Methods in org.silverpeas.admin.web with parameters of type SpaceInstLight | |
---|---|
protected SpaceEntity |
AbstractAdminResource.asWebEntity(SpaceInstLight space,
boolean forceGettingFavorite)
Converts the space into its corresponding web entity. |
protected SpaceAppearanceEntity |
AbstractAdminResource.asWebEntity(SpaceInstLight space,
String look,
String wallpaper,
String css)
Converts the space appearance into its corresponding web entity. |
static URI |
AdminResourceURIs.buildURIOfSpace(SpaceInstLight space,
javax.ws.rs.core.UriInfo uriInfo)
Builds a space URI |
static URI |
AdminResourceURIs.buildURIOfSpaceAppearance(SpaceInstLight space,
javax.ws.rs.core.UriInfo uriInfo)
Builds a space appearance URI |
static SpaceEntity |
SpaceEntity.createFrom(SpaceInstLight space,
String language)
Creates a new SpaceInstLight entity from the specified SpaceInstLight. |
static SpaceAppearanceEntity |
SpaceAppearanceEntity.createFrom(SpaceInstLight space,
String look,
String wallpaper,
String css)
Creates a new space appearance entity from the specified data. |
Uses of SpaceInstLight in org.silverpeas.core.admin |
---|
Methods in org.silverpeas.core.admin that return SpaceInstLight | |
---|---|
SpaceInstLight |
OrganisationController.getRootSpace(String spaceId)
|
SpaceInstLight |
OrganisationController.getSpaceInstLightById(String spaceId)
Return the space light corresponding to the given space id |
Methods in org.silverpeas.core.admin that return types with arguments of type SpaceInstLight | |
---|---|
List<SpaceInstLight> |
OrganisationController.getRootSpacesContainingComponent(String userId,
String componentName)
|
List<SpaceInstLight> |
OrganisationController.getSpaceTreeview(String userId)
|
List<SpaceInstLight> |
OrganisationController.getSubSpacesContainingComponent(String spaceId,
String userId,
String componentName)
|
Uses of SpaceInstLight in org.silverpeas.look.web.delegate |
---|
Methods in org.silverpeas.look.web.delegate with parameters of type SpaceInstLight | |
---|---|
void |
LookWebDelegate.addToUserFavorites(SpaceInstLight space)
Adds a space to user favorites |
String |
LookWebDelegate.getCSS(SpaceInstLight space)
Gets the right URL CSS |
String |
LookWebDelegate.getLook(SpaceInstLight space)
Gets the right look. |
String |
LookWebDelegate.getUserFavorite(SpaceInstLight space,
boolean forceGettingFavorite)
Gets the favorite value for the given space |
String |
LookWebDelegate.getWallpaper(SpaceInstLight space)
Gets the right URL wallpaper |
void |
LookWebDelegate.removeFromUserFavorites(SpaceInstLight space)
Removess a space from user favorites |
Uses of SpaceInstLight in org.silverpeas.subscription.bean |
---|
Methods in org.silverpeas.subscription.bean that return SpaceInstLight | |
---|---|
SpaceInstLight |
AbstractSubscriptionBean.getSpace()
Gets the space data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |