|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
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.stratelia.silverpeas.peasCore | |
com.stratelia.webactiv.beans.admin | |
com.stratelia.webactiv.organization |
Uses of Parameter in com.silverpeas.admin.components |
---|
Fields in com.silverpeas.admin.components with type parameters of type Parameter | |
---|---|
protected Map<String,Parameter> |
WAComponent.indexedParametersByName
|
protected List<Parameter> |
GroupOfParameters.parameters
|
protected List<Parameter> |
WAComponent.parameters
|
Methods in com.silverpeas.admin.components that return Parameter | |
---|---|
Parameter |
Parameter.clone()
|
Parameter |
ObjectFactory.createParameter()
Create an instance of Parameter |
Methods in com.silverpeas.admin.components that return types with arguments of type Parameter | |
---|---|
List<Parameter> |
ParameterList.getHiddenParameters()
|
List<Parameter> |
GroupOfParameters.getParameters()
Gets the value of the parameters property. |
List<Parameter> |
WAComponent.getParameters()
Gets the value of the parameters property. |
List<Parameter> |
WAComponent.getSortedParameters()
|
List<Parameter> |
ParameterList.getVisibleParameters()
|
Methods in com.silverpeas.admin.components with parameters of type Parameter | |
---|---|
int |
ParameterSorter.compare(Parameter param1,
Parameter param2)
|
Method parameters in com.silverpeas.admin.components with type arguments of type Parameter | |
---|---|
void |
GroupOfParameters.setParameters(List<Parameter> parameters)
Sets the value of the parameters property. |
void |
WAComponent.setParameters(List<Parameter> parameters)
Sets the value of the parameters property. |
void |
ParameterList.setValues(List<Parameter> parameters)
|
Constructors in com.silverpeas.admin.components with parameters of type Parameter | |
---|---|
LocalizedParameter(Parameter parameter,
String lang)
|
Constructor parameters in com.silverpeas.admin.components with type arguments of type Parameter | |
---|---|
ParameterList(List<Parameter> parameters)
|
Uses of Parameter in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore that return types with arguments of type Parameter | |
---|---|
List<Parameter> |
AbstractComponentSessionController.getComponentParameters()
Gets the parameters for the current component instance. |
List<Parameter> |
MainSessionController.getComponentParameters(String sComponentId)
Return the parameters for the given component |
Uses of Parameter in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin that return Parameter | |
---|---|
Parameter |
ComponentInst.getParameter(String parameterName)
|
Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type Parameter | |
---|---|
List<Parameter> |
Admin.getComponentParameters(String componentId)
Get the parameters for the given component. |
List<Parameter> |
ComponentInst.getParameters()
|
List<Parameter> |
ComponentInstManager.getParameters(DomainDriverManager ddManager,
String componentId)
|
Method parameters in com.stratelia.webactiv.beans.admin with type arguments of type Parameter | |
---|---|
void |
ComponentInst.setParameters(List<Parameter> parameters)
|
Uses of Parameter in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return types with arguments of type Parameter | |
---|---|
List<Parameter> |
InstanceDataTable.getAllParametersInComponent(int componentId)
Returns all the parameters of the given component (List of SPParameter) |
Methods in com.stratelia.webactiv.organization with parameters of type Parameter | |
---|---|
void |
InstanceDataTable.createInstanceData(int componentId,
Parameter parameter)
Inserts in the database a new instanceData row. |
void |
InstanceDataTable.updateInstanceData(int componentId,
Parameter parameter)
Updates a instance data row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |