Uses of Class
org.silverpeas.admin.web.SpaceEntity

Packages that use SpaceEntity
org.silverpeas.admin.web   
 

Uses of SpaceEntity in org.silverpeas.admin.web
 

Methods in org.silverpeas.admin.web that return SpaceEntity
 SpaceEntity SpaceEntity.addUserFavorites(String favorite)
           
protected  SpaceEntity AbstractAdminResource.asWebEntity(SpaceInstLight space, boolean forceGettingFavorite)
          Converts the space into its corresponding web entity.
static SpaceEntity SpaceEntity.createFrom(SpaceInstLight space, String language)
          Creates a new SpaceInstLight entity from the specified SpaceInstLight.
 SpaceEntity SpaceResource.get(String spaceId, boolean forceGettingFavorite)
          Gets the JSON representation of the given existing space.
 SpaceEntity SpaceResource.update(String spaceId, SpaceEntity spaceEntity)
          Updates the space data from its JSON representation and returns it once updated.
 SpaceEntity SpaceEntity.withURI(URI uri)
           
 

Methods in org.silverpeas.admin.web that return types with arguments of type SpaceEntity
 Collection<SpaceEntity> SpaceResource.getAll(boolean forceGettingFavorite)
          Gets the JSON representation of root spaces.
 Collection<SpaceEntity> SpaceResource.getSpaces(String spaceId, boolean forceGettingFavorite)
          Gets the JSON representation of spaces of the given existing space.
 

Methods in org.silverpeas.admin.web with parameters of type SpaceEntity
 SpaceEntity SpaceResource.update(String spaceId, SpaceEntity spaceEntity)
          Updates the space data from its JSON representation and returns it once updated.
 



Copyright © 2016 Silverpeas. All Rights Reserved.