|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICustomerParameterProvider
| Method Summary | |
|---|---|
Enumeration |
getAllParameterNames()
Returns an Enumeration of all parameters that are known by this custom parameter provider |
String |
getParameter(IPortalComponentRequest request,
String id)
Returns the value for the parameter defined by its id. |
String |
getParameterDefault(IPortalComponentRequest request,
String id)
Returns the default value for the parameter defined by its id. |
String |
getProviderName()
Returns the custom parameter provider's name. |
| Method Detail |
|---|
String getParameter(IPortalComponentRequest request,
String id)
throws Throwable
id.
If the custom parameter provider doesn't define the parameter it should return null.
All java.lang.Throwable that this method throws are catched and logged;
further the custom parameter provider is ignored for this parameter-id and treated as it
had returned null.
request - the Portal component requestid - the id of the parameter
id or null
ThrowablegetParameterDefault(IPortalComponentRequest, String),
getProviderName(),
Throwable
String getParameterDefault(IPortalComponentRequest request,
String id)
throws Throwable
id.
For details see getParameter(IPortalComponentRequest, String)
request - the Portal component requestid - the id of the parameter
id or null
ThrowablegetParameter(IPortalComponentRequest, String)Enumeration getAllParameterNames()
String getProviderName()
getParameter(IPortalComponentRequest, String) or
getParameterDefault(IPortalComponentRequest, String) occured.
getParameter(IPortalComponentRequest, String),
getParameterDefault(IPortalComponentRequest, String)| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/appintegration/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||