Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.property
Interface IPreferenceMapping

All Known Implementing Classes:
PreferenceMapping

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.

See Also:
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

getPreferenceName

IPreferenceName getPreferenceName()
Returns the preference name of this mapping.
Returns:
the preference name of this mapping.

setPreferenceName

void setPreferenceName(IPreferenceName name)
Sets the given name as the preference name of this mapping.
Parameters:
name - a preference name.

getPropertyDefinitionName

IPropertyDefinitionName getPropertyDefinitionName()
Returns the propertydefinition name of this mapping.
Returns:
the propertydefinition name of this mapping.

setPropertyDefinitionName

void setPropertyDefinitionName(IPropertyDefinitionName definitionName)
Sets the given definitionName as the propertydefinition name of this mapping.
Parameters:
definitionName - a propertydefinition name.

getPreferenceLocatorClassName

java.lang.String getPreferenceLocatorClassName()
Returns the preference locator class name of this mapping.
Returns:
the preference locator class name of this mapping.

setPreferenceLocatorClassName

void setPreferenceLocatorClassName(java.lang.String name)
Sets the given name as the preference locator class name of this mapping.
Parameters:
name - a fully qualified class name of a custom preference locator.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.