Uses of Class
com.silverpeas.admin.components.WAComponent

Packages that use WAComponent
com.silverpeas.admin.components Copyright (C) 2000 - 2013 Silverpeas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
com.silverpeas.admin.spaces Copyright (C) 2000 - 2013 Silverpeas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
com.silverpeas.jobStartPagePeas.control   
com.silverpeas.util   
com.silverpeas.web.mock   
com.stratelia.silverpeas.portlet   
com.stratelia.webactiv.beans.admin   
org.silverpeas.admin.web   
org.silverpeas.admin.web.delegate   
org.silverpeas.core.admin   
 

Uses of WAComponent in com.silverpeas.admin.components
 

Methods in com.silverpeas.admin.components that return WAComponent
 WAComponent ObjectFactory.createWAComponent()
          Create an instance of WAComponent
static WAComponent Instanciateur.getWAComponent(String componentName)
           
 

Methods in com.silverpeas.admin.components that return types with arguments of type WAComponent
 JAXBElement<WAComponent> ObjectFactory.createWAComponent(WAComponent value)
          Create an instance of JAXBElement<WAComponent>
static List<WAComponent> Instanciateur.getVisibleComponentsForPersonalSpace()
           
static Map<String,WAComponent> Instanciateur.getWAComponents()
           
 

Methods in com.silverpeas.admin.components with parameters of type WAComponent
 JAXBElement<WAComponent> ObjectFactory.createWAComponent(WAComponent value)
          Create an instance of JAXBElement<WAComponent>
 void Instanciateur.instantiateComponent(WAComponent wac)
           
static void Instanciateur.saveComponent(WAComponent waComponent, String fileName)
           
static void Instanciateur.saveComponent(WAComponent waComponent, String fileName, boolean workflow)
           
 void Instanciateur.unInstantiateComponent(WAComponent wac)
           
 

Constructors in com.silverpeas.admin.components with parameters of type WAComponent
LocalizedComponent(WAComponent component, String lang)
           
 

Uses of WAComponent in com.silverpeas.admin.spaces
 

Constructor parameters in com.silverpeas.admin.spaces with type arguments of type WAComponent
SpaceInstanciator(Map<String,WAComponent> allComponentsModels)
          Constructs a new SpaceInstanciator instance with the specified component models.
 

Uses of WAComponent in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control that return WAComponent
 WAComponent[] JobStartPagePeasSessionController.getAllComponents()
           
 WAComponent JobStartPagePeasSessionController.getComponentByName(String name)
           
 

Methods in com.silverpeas.jobStartPagePeas.control with parameters of type WAComponent
 AllComponentParameters JobStartPagePeasSessionController.getParameters(WAComponent component, boolean creation)
           
 

Uses of WAComponent in com.silverpeas.util
 

Methods in com.silverpeas.util that return WAComponent
 WAComponent ComponentHelper.extractComponent(String componentId)
           
 

Methods in com.silverpeas.util with parameters of type WAComponent
 boolean ComponentHelper.isKmax(WAComponent component)
           
 boolean ComponentHelper.isKmelia(WAComponent component)
           
 boolean ComponentHelper.isThemeTracker(WAComponent component)
           
 boolean ComponentHelper.isToolbox(WAComponent component)
           
 

Uses of WAComponent in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock that return types with arguments of type WAComponent
 Map<String,WAComponent> OrganizationControllerMockWrapper.getAllComponents()
           
 

Uses of WAComponent in com.stratelia.silverpeas.portlet
 

Fields in com.stratelia.silverpeas.portlet with type parameters of type WAComponent
protected static Map<String,WAComponent> SpaceModelFactory.compoDescriptors
           
 

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

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type WAComponent
 Map<String,WAComponent> AdminController.getAllComponents()
          Return all the components of silverpeas read in the xmlComponent directory
 Map<String,WAComponent> OrganizationController.getAllComponents()
           
 Map<String,WAComponent> Admin.getAllComponents()
          Return all the components of silverpeas read in the xmlComponent directory.
 List<WAComponent> PersonalSpaceController.getVisibleComponents(OrganisationController orgaController)
           
 

Uses of WAComponent in org.silverpeas.admin.web
 

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

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

Methods in org.silverpeas.admin.web.delegate that return WAComponent
 WAComponent AdminPersonalWebDelegate.discardComponent(String componentName)
          Deletes from the user's personal space the instantiation of the requested component
 

Methods in org.silverpeas.admin.web.delegate that return types with arguments of type WAComponent
 Collection<WAComponent> AdminPersonalWebDelegate.getNotUsedComponents()
          Gets all components that can be handled in personnal space but not used yet.
 

Methods in org.silverpeas.admin.web.delegate with parameters of type WAComponent
 String AdminPersonalWebDelegate.getComponentLabel(WAComponent component)
          Gets the WAComponent label
 

Uses of WAComponent in org.silverpeas.core.admin
 

Methods in org.silverpeas.core.admin that return types with arguments of type WAComponent
 Map<String,WAComponent> OrganisationController.getAllComponents()
          Return all the components of silverpeas read in the xmlComponent directory
 



Copyright © 2016 Silverpeas. All Rights Reserved.