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.util   
com.stratelia.webactiv.beans.admin   
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.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.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.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.