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

Packages that use ComponentInst
com.silverpeas.admin.ejb   
com.silverpeas.admin.importExport   
com.silverpeas.importExport.control   
com.silverpeas.jobStartPagePeas.control   
com.silverpeas.util   
com.silverpeas.web.mock   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.beans.admin.cache   
org.silverpeas.admin.component.parameter   
org.silverpeas.admin.web   
org.silverpeas.admin.web.delegate   
org.silverpeas.core.admin   
 

Uses of ComponentInst in com.silverpeas.admin.ejb
 

Methods in com.silverpeas.admin.ejb that return ComponentInst
 ComponentInst AdminBusiness.getComponentInst(String componentId)
           
 ComponentInst AdminBmEJB.getComponentInst(String componentId)
           
 

Methods in com.silverpeas.admin.ejb with parameters of type ComponentInst
 String AdminBusiness.addComponentInst(ComponentInst componentInst, String userId)
           
 String AdminBmEJB.addComponentInst(ComponentInst componentInst, String userId)
           
 

Uses of ComponentInst in com.silverpeas.admin.importExport
 

Methods in com.silverpeas.admin.importExport that return types with arguments of type ComponentInst
 List<ComponentInst> ComponentsType.getListComponentInst()
           
 

Method parameters in com.silverpeas.admin.importExport with type arguments of type ComponentInst
 void ComponentsType.setListComponentInst(List<ComponentInst> listComponentInst)
           
 

Uses of ComponentInst in com.silverpeas.importExport.control
 

Methods in com.silverpeas.importExport.control with parameters of type ComponentInst
static boolean ImportExportHelper.isDraftUsed(ComponentInst componentInst)
           
static boolean ImportExportHelper.isVersioningUsed(ComponentInst component)
           
 

Uses of ComponentInst in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control that return ComponentInst
 ComponentInst[] JobStartPagePeasSessionController.getBrotherComponents(boolean isNew)
          ********************* Gestion des composants ****************************************
 ComponentInst JobStartPagePeasSessionController.getComponentInst(String sInstanceId)
           
 ComponentInst[] JobStartPagePeasSessionController.getComponentsOfSpace(String spaceId)
           
 ComponentInst[] JobStartPagePeasSessionController.getDestBrotherComponents(String spaceId, boolean isNew, String componentId)
           
 

Methods in com.silverpeas.jobStartPagePeas.control with parameters of type ComponentInst
 String JobStartPagePeasSessionController.addComponentInst(ComponentInst componentInst)
           
 List<ProfileInst> JobStartPagePeasSessionController.getAllProfiles(ComponentInst m_FatherComponentInst)
           
 void JobStartPagePeasSessionController.setMoveComponentToSpace(ComponentInst component, String destinationSpaceId, String idComponentBefore)
           
 String JobStartPagePeasSessionController.updateComponentInst(ComponentInst componentInst)
           
 

Uses of ComponentInst in com.silverpeas.util
 

Fields in com.silverpeas.util declared as ComponentInst
static ComponentInst[] ArrayUtil.EMPTY_COMPONENT_INSTANCE_ARRAY
           
 

Uses of ComponentInst in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock that return ComponentInst
 ComponentInst OrganizationControllerMockWrapper.getComponentInst(String sComponentId)
           
 

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

Methods in com.stratelia.webactiv.beans.admin that return ComponentInst
 ComponentInst ComponentInstManager.copy(ComponentInst componentInstToCopy)
          Return a copy of the given componentInst
 ComponentInst ComponentInstManager.getComponentInst(DomainDriverManager ddManager, String sComponentId, String spaceId)
          Get component instance with the given id
 ComponentInst SpaceInst.getComponentInst(int nIndex)
          Get a component from component list, given its name (WARNING : if more than one component instance match the given name, the first one will be returned)
 ComponentInst SpaceInst.getComponentInst(String componentName)
          Add a component in component list (WARNING : component will not be added in database, only in that spaceInst object !!!)
 ComponentInst AdminController.getComponentInst(String sComponentId)
          Return the component Instance corresponding to the given component id
 ComponentInst OrganizationController.getComponentInst(String sComponentId)
           
 ComponentInst Admin.getComponentInst(String sClientComponentId)
          Return the component Inst corresponding to the given ID
 

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type ComponentInst
 ArrayList<ComponentInst> SpaceInst.getAllComponentsInst()
          Get all the components in that space
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type ComponentInst
 void SpaceInst.addComponentInst(ComponentInst componentInst)
          Add a component in component list (WARNING : component will not be added in database, only in that spaceInst object !!!)
 String AdminController.addComponentInst(ComponentInst componentInst)
          Add the given component Instance
 String AdminController.addComponentInst(ComponentInst componentInst, String userId)
           
 String Admin.addComponentInst(String sUserId, ComponentInst componentInst)
           
 String Admin.addComponentInst(String userId, ComponentInst componentInst, boolean startNewTransaction)
          Add the given component instance in Silverpeas.
 int ComponentInst.compareTo(ComponentInst o)
           
 ComponentInst ComponentInstManager.copy(ComponentInst componentInstToCopy)
          Return a copy of the given componentInst
 String ComponentInstManager.createComponentInst(ComponentInst componentInst, DomainDriverManager ddManager, String sFatherId)
          Creates a component instance in database
 void SpaceInst.deleteComponentInst(ComponentInst componentInst)
          Remove a component from component list (WARNING : component will not be removed from database, only in that spaceInst object !!!)
 void ComponentInstManager.deleteComponentInst(ComponentInst componentInst, DomainDriverManager ddManager)
          Deletes component instance from Silverpeas
 ComponentJsonPatch ComponentInst.diff(ComponentInst newComponent)
           
 String[] Admin.getCurrentProfiles(String sUserId, ComponentInst componentInst)
          Get the profile names of the given user for the given component
 void AdminController.moveComponentInst(String spaceId, String componentId, String idComponentBefore, ComponentInst[] componentInsts)
          Move the component Instance in the given space with the given componentId
 void Admin.moveComponentInst(String spaceId, String componentId, String idComponentBefore, ComponentInst[] componentInsts)
          Move the given component in Silverpeas.
 void ComponentInstManager.sendComponentToBasket(DomainDriverManager ddManager, ComponentInst componentInst, String userId)
           
 void ComponentInstManager.setComponentInst(ComponentInst componentInst, DomainDriverManager ddManager, String sComponentId, String sFatherId)
           
 void Admin.setComponentPlace(String componentId, String idComponentBefore, ComponentInst[] m_BrothersComponents)
           
 void Admin.setSpaceProfilesToComponent(ComponentInst component, SpaceInst space)
           
 void Admin.setSpaceProfilesToComponent(ComponentInst component, SpaceInst space, boolean startNewTransaction)
          Set space profile to a component.
 String AdminController.updateComponentInst(ComponentInst componentInst)
          Update the component Instance corresponding to the given space component with the given ComponentInst
 String Admin.updateComponentInst(ComponentInst component)
          Update the given component in Silverpeas.
 String ComponentInstManager.updateComponentInst(DomainDriverManager ddManager, ComponentInst compoInstNew)
           
 

Constructors in com.stratelia.webactiv.beans.admin with parameters of type ComponentInst
ComponentSelection(ComponentInst component)
           
 

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

Methods in com.stratelia.webactiv.beans.admin.cache that return ComponentInst
 ComponentInst AdminCache.getComponentInst(String componentId)
           
 

Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type ComponentInst
 void AdminCache.opAddComponent(ComponentInst component)
           
 void AdminCache.opRemoveComponent(ComponentInst component)
           
protected  void AdminCache.opResetComponent(ComponentInst component)
           
 void AdminCache.opUpdateComponent(ComponentInst component)
           
 void AdminCache.putComponentInst(ComponentInst componentInst)
           
 void AdminCache.removeComponentInst(ComponentInst componentInst)
           
 

Uses of ComponentInst in org.silverpeas.admin.component.parameter
 

Methods in org.silverpeas.admin.component.parameter that return ComponentInst
 ComponentInst ComponentFileFilterParameter.getComponent()
          Gets the component instance.
 

Methods in org.silverpeas.admin.component.parameter with parameters of type ComponentInst
static ComponentFileFilterParameter ComponentFileFilterParameter.from(ComponentInst component)
          Getting component file filter from component instance.
 

Uses of ComponentInst in org.silverpeas.admin.web
 

Methods in org.silverpeas.admin.web with parameters of type ComponentInst
protected  PersonalComponentEntity AbstractAdminResource.asWebPersonalEntity(ComponentInst component)
          Converts the personal component into its corresponding web entity.
static PersonalComponentEntity PersonalComponentEntity.createFrom(ComponentInst component)
          Creates a new personal component entity from the specified ComponentInst.
 

Uses of ComponentInst in org.silverpeas.admin.web.delegate
 

Methods in org.silverpeas.admin.web.delegate that return ComponentInst
 ComponentInst AdminPersonalWebDelegate.useComponent(String componentName)
          Instantiates the requested component in the user's personal space
 

Methods in org.silverpeas.admin.web.delegate that return types with arguments of type ComponentInst
 Collection<ComponentInst> AdminPersonalWebDelegate.getUsedComponents()
          Gets used components instanciated in the user personal space.
 

Uses of ComponentInst in org.silverpeas.core.admin
 

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



Copyright © 2016 Silverpeas. All Rights Reserved.