|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPreferenceMapping
Represents a mapping of preference name, propertydefinition name and optionally a preference locator class name. If the preference locator class name is set, it will be used for managing the preference named in this mapping. The preference mapping is part of a propertysetdefinition.
The propertydefinition that is referred by this should exist in the system. The preference locator class should be deployed to the property service server.
IPropertySetDefinition
, IPreferenceLocator
, IPropertyDefinition
Method Summary | |
---|---|
java.lang.String |
getPreferenceLocatorClassName() Returns the preference locator class name of this mapping. |
IPreferenceName |
getPreferenceName() Returns the preference name of this mapping. |
IPropertyDefinitionName |
getPropertyDefinitionName() Returns the propertydefinition name of this mapping. |
void |
setPreferenceLocatorClassName(java.lang.String name) Sets the given name as the preference locator class name of this mapping. |
void |
setPreferenceName(IPreferenceName name) Sets the given name as the preference name of this mapping. |
void |
setPropertyDefinitionName(IPropertyDefinitionName definitionName) Sets the given definitionName as the propertydefinition name of this mapping. |
Method Detail |
---|
IPreferenceName getPreferenceName()
void setPreferenceName(IPreferenceName name)
name
as the preference name of this mapping.name
- a preference name.IPropertyDefinitionName getPropertyDefinitionName()
void setPropertyDefinitionName(IPropertyDefinitionName definitionName)
definitionName
as the propertydefinition name of this mapping.definitionName
- a propertydefinition name.java.lang.String getPreferenceLocatorClassName()
void setPreferenceLocatorClassName(java.lang.String name)
name
as the preference locator class name of this mapping.name
- a fully qualified class name of a custom preference locator.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |