Uses of Class
com.stratelia.webactiv.beans.admin.ComponentInstLight

Packages that use ComponentInstLight
com.silverpeas.admin.ejb   
com.silverpeas.jobStartPagePeas.control   
com.silverpeas.look   
com.silverpeas.web.mock   
com.stratelia.silverpeas.pdcPeas.control   
com.stratelia.silverpeas.silverStatisticsPeas.control   
com.stratelia.webactiv.applicationIndexer.control   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.beans.admin.cache   
com.stratelia.webactiv.beans.admin.dao   
com.stratelia.webactiv.todo.control   
org.silverpeas.admin.space.quota.process.check.exception   
org.silverpeas.admin.web   
org.silverpeas.core.admin   
org.silverpeas.subscription.bean   
org.silverpeas.wysiwyg.control   
 

Uses of ComponentInstLight in com.silverpeas.admin.ejb
 

Methods in com.silverpeas.admin.ejb that return ComponentInstLight
 ComponentInstLight AdminBusiness.getComponentInstLight(String componentId)
           
 ComponentInstLight AdminBmEJB.getComponentInstLight(String componentId)
           
 

Uses of ComponentInstLight in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> JobStartPagePeasSessionController.getRemovedComponents()
           
 

Uses of ComponentInstLight in com.silverpeas.look
 

Methods in com.silverpeas.look that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> DefaultSpaceHomePage.getApps()
           
 

Method parameters in com.silverpeas.look with type arguments of type ComponentInstLight
 void DefaultSpaceHomePage.setApps(List<ComponentInstLight> apps)
           
 

Uses of ComponentInstLight in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock that return ComponentInstLight
 ComponentInstLight OrganizationControllerMockWrapper.getComponentInstLight(String sComponentId)
           
 

Methods in com.silverpeas.web.mock that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> OrganizationControllerMockWrapper.getAvailComponentInstLights(String userId, String componentName)
           
 

Uses of ComponentInstLight in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> PdcSearchSessionController.getAllowedComponents(String space)
          Returns the list of allowed components for the current user in the given space/domain.
 

Uses of ComponentInstLight in com.stratelia.silverpeas.silverStatisticsPeas.control
 

Methods in com.stratelia.silverpeas.silverStatisticsPeas.control that return types with arguments of type ComponentInstLight
static Collection<ComponentInstLight> SilverStatisticsPeasDAOAccesVolume.getLastAccessedComponentsUser(String currentUserId, int nbObjects)
          Returns the last accessed components of a user.
 

Uses of ComponentInstLight in com.stratelia.webactiv.applicationIndexer.control
 

Methods in com.stratelia.webactiv.applicationIndexer.control with parameters of type ComponentInstLight
 void ApplicationIndexer.indexComponent(String spaceId, ComponentInstLight compoInst)
           
 

Uses of ComponentInstLight in com.stratelia.webactiv.beans.admin
 

Methods in com.stratelia.webactiv.beans.admin that return ComponentInstLight
 ComponentInstLight ComponentInstManager.getComponentInstLight(DomainDriverManager ddManager, String sComponentId)
          Get component instance light with the given id
 ComponentInstLight AdminController.getComponentInstLight(String sComponentId)
           
 ComponentInstLight OrganizationController.getComponentInstLight(String sComponentId)
           
 ComponentInstLight Admin.getComponentInstLight(String componentId)
          Return the component Inst Light corresponding to the given ID
 

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> Admin.getAvailCompoInSpace(String userId, String spaceId)
          Get components of a given space (and subspaces) available to a user.
 List<ComponentInstLight> OrganizationController.getAvailComponentInstLights(String userId, String componentName)
           
 List<ComponentInstLight> Admin.getAvailComponentInstLights(String userId, String componentName)
          gets the available component for a given user
 Vector<ComponentInstLight> SpaceAndChildren.getComponents()
           
 List<ComponentInstLight> ComponentInstManager.getComponentsInSpace(int spaceId)
           
 List<ComponentInstLight> AdminController.getRemovedComponents()
           
 List<ComponentInstLight> Admin.getRemovedComponents()
          Returns all components which has been removed but not definitely deleted.
 List<ComponentInstLight> ComponentInstManager.getRemovedComponents(DomainDriverManager ddManager)
          Return the all the root spaces ids available in Silverpeas
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type ComponentInstLight
 void SpaceAndChildren.addComponent(ComponentInstLight component)
           
 void Admin.createComponentIndex(ComponentInstLight componentInst)
          Create the index for the specified component.
 

Uses of ComponentInstLight in com.stratelia.webactiv.beans.admin.cache
 

Methods in com.stratelia.webactiv.beans.admin.cache that return ComponentInstLight
 ComponentInstLight Space.getComponent(String componentId)
           
static ComponentInstLight TreeCache.getComponent(String componentId)
           
 

Methods in com.stratelia.webactiv.beans.admin.cache that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> Space.getComponents()
           
static List<ComponentInstLight> TreeCache.getComponents(String spaceId)
           
static List<ComponentInstLight> TreeCache.getComponentsInSpaceAndSubspaces(String spaceId)
           
 

Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type ComponentInstLight
 void Space.addComponent(ComponentInstLight component)
           
static void TreeCache.addComponent(String componentId, ComponentInstLight component, String spaceId)
           
 void Space.removeComponent(ComponentInstLight component)
           
 

Method parameters in com.stratelia.webactiv.beans.admin.cache with type arguments of type ComponentInstLight
 void Space.setComponents(List<ComponentInstLight> components)
           
static void TreeCache.setComponents(String spaceId, List<ComponentInstLight> components)
           
 

Uses of ComponentInstLight in com.stratelia.webactiv.beans.admin.dao
 

Methods in com.stratelia.webactiv.beans.admin.dao that return types with arguments of type ComponentInstLight
static List<ComponentInstLight> ComponentDAO.getComponentsInSpace(Connection con, int spaceId)
           
 

Methods in com.stratelia.webactiv.beans.admin.dao with parameters of type ComponentInstLight
 int ComponentInstLightSorter.compare(ComponentInstLight o1, ComponentInstLight o2)
           
 

Uses of ComponentInstLight in com.stratelia.webactiv.todo.control
 

Methods in com.stratelia.webactiv.todo.control that return ComponentInstLight
 ComponentInstLight ToDoSessionController.getComponentInst(String componentId)
          ComponentInst cache mechanism
 

Uses of ComponentInstLight in org.silverpeas.admin.space.quota.process.check.exception
 

Methods in org.silverpeas.admin.space.quota.process.check.exception that return ComponentInstLight
 ComponentInstLight DataStorageQuotaException.getFromComponent()
           
 

Constructors in org.silverpeas.admin.space.quota.process.check.exception with parameters of type ComponentInstLight
DataStorageQuotaException(Quota quota, SpaceInst space, ComponentInstLight fromComponent)
          Default constructor
 

Uses of ComponentInstLight in org.silverpeas.admin.web
 

Methods in org.silverpeas.admin.web that return ComponentInstLight
 ComponentInstLight AdminWebService.getComponentById(String componentId)
          Gets a component from its id
protected  ComponentInstLight AbstractAdminResource.loadComponent(String componentId)
          Loading data centralization of a space
 

Methods in org.silverpeas.admin.web that return types with arguments of type ComponentInstLight
protected  Collection<ComponentInstLight> AbstractAdminResource.loadComponents(String... componentIds)
          Loading data centralization of components
 

Methods in org.silverpeas.admin.web with parameters of type ComponentInstLight
protected  ComponentEntity AbstractAdminResource.asWebEntity(ComponentInstLight component)
          Converts the component into its corresponding web entity.
static URI AdminResourceURIs.buildURIOfComponent(ComponentInstLight component, javax.ws.rs.core.UriInfo uriInfo)
          Builds a component URI
static ComponentEntity ComponentEntity.createFrom(ComponentInstLight component, String language)
          Creates a new ComponentInstLight entity from the specified ComponentInstLight.
 

Uses of ComponentInstLight in org.silverpeas.core.admin
 

Methods in org.silverpeas.core.admin that return ComponentInstLight
 ComponentInstLight OrganisationController.getComponentInstLight(String sComponentId)
          Return the component Instance Light corresponding to the given component id
 

Methods in org.silverpeas.core.admin that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> OrganisationController.getAvailComponentInstLights(String userId, String componentName)
          gets the available component for a given user
 

Uses of ComponentInstLight in org.silverpeas.subscription.bean
 

Methods in org.silverpeas.subscription.bean that return ComponentInstLight
 ComponentInstLight AbstractSubscriptionBean.getComponent()
          Gets the component data.
 

Constructors in org.silverpeas.subscription.bean with parameters of type ComponentInstLight
AbstractSubscriptionBean(Subscription subscription, ComponentInstLight component, String language)
           
ComponentSubscriptionBean(Subscription subscription, ComponentInstLight component, String language)
           
NodeSubscriptionBean(Subscription subscription, Collection<NodeDetail> path, ComponentInstLight component, String language)
           
 

Uses of ComponentInstLight in org.silverpeas.wysiwyg.control
 

Methods in org.silverpeas.wysiwyg.control that return types with arguments of type ComponentInstLight
 List<ComponentInstLight> WysiwygManager.getGalleries()
           
static List<ComponentInstLight> WysiwygController.getGalleries()
           
 List<ComponentInstLight> WysiwygManager.getStorageFile()
          Gets the components dedicated to file storage
static List<ComponentInstLight> WysiwygController.getStorageFile()
          Gets the components dedicated to file storage
 



Copyright © 2016 Silverpeas. All Rights Reserved.