PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.portletmodel
Interface PublicRenderParameterLocator<T extends PublicRenderParameter>
- All Superinterfaces:
- Locator<T>
-
public interface PublicRenderParameterLocator<T extends PublicRenderParameter>
- extends Locator<T>
Locator which can be used to look up a public render parameter based on its
global (or alias) name or its local identifier.
- Since:
- 8.0
findByIdentifier
T findByIdentifier(java.lang.String identifier)
throws DataException
- Tries to find a PublicRenderParameter based on the given local
identifier.
- Parameters:
- identifier - A String representing the local identifier of the
PublicRenderParameter. Must not be null.
- Returns:
- The PublicRenderParameter that matches the given local
identifier or null if no such parameter can be
found.
- Throws:
- DataException
findByName
T findByName(javax.xml.namespace.QName name)
throws DataException
- Tries to find a PublicRenderParameter based on the given
QName.
- Parameters:
- name - A QName representing the global name of the
PublicRenderParameter. Must not be null.
- Returns:
- The PublicRenderParameter that matches the given global
name or null if no such parameter can be found.
- Throws:
- DataException
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |