Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.customization.valuesets
Class ApplCoreInternalCustLayerValueSet

java.lang.Object
  extended by oracle.mds.dt.cust.CustomizationLayerValueSet
      extended by oracle.apps.fnd.applcore.dt.customization.valuesets.ApplCoreInternalCustLayerValueSet
All Implemented Interfaces:
CustomizationConstants

public class ApplCoreInternalCustLayerValueSet
extends oracle.mds.dt.cust.CustomizationLayerValueSet
implements CustomizationConstants

This class create a list of valid values for the applcore internal demo value set.

Since:
drop8b4
Author:
Gordon Hooker <gordon.hooker@oracle.com>

Field Summary
 
Fields inherited from interface oracle.apps.fnd.applcore.dt.customization.CustomizationConstants
ENTERPRISE, GLOBAL, INTERNAL, PRODUCT, PRODUCT_FAMILY, SITE, USER
 
Constructor Summary
ApplCoreInternalCustLayerValueSet()
          Constructructor for the value set class.
 
Method Summary
 java.lang.String getName()
          Return the text value for the name of the value set.
 java.lang.String getSuggestedLayerNameIdPrefix()
          Implement the new getSuggestedLayerNameIdPrefix method.
 java.util.Iterator getValues()
          Return the list of values for the value set.
 java.util.Iterator getValues(java.lang.String p1, oracle.mds.dt.cust.FilterType p2)
          Return the list of value for the value set.
 oracle.mds.dt.cust.ValueSetSize getValueSetSize()
          Return an enumeration of type ValueSetSize this is set to either LARGE (Use and LOV) or SMALL use a poplist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplCoreInternalCustLayerValueSet

public ApplCoreInternalCustLayerValueSet()
Constructructor for the value set class.

Method Detail

getName

public java.lang.String getName()
Return the text value for the name of the value set.

Specified by:
getName in class oracle.mds.dt.cust.CustomizationLayerValueSet
Returns:
String Product

getValues

public java.util.Iterator getValues()
Return the list of values for the value set.

Specified by:
getValues in class oracle.mds.dt.cust.CustomizationLayerValueSet
Returns:
Iterator values for the value set.

getValues

public java.util.Iterator getValues(java.lang.String p1,
                                    oracle.mds.dt.cust.FilterType p2)
Return the list of value for the value set.

Specified by:
getValues in class oracle.mds.dt.cust.CustomizationLayerValueSet
Returns:
Iterator values for the value set.

getValueSetSize

public oracle.mds.dt.cust.ValueSetSize getValueSetSize()
Return an enumeration of type ValueSetSize this is set to either LARGE (Use and LOV) or SMALL use a poplist.

Specified by:
getValueSetSize in class oracle.mds.dt.cust.CustomizationLayerValueSet
Returns:
Iterator values for the value set.

getSuggestedLayerNameIdPrefix

public java.lang.String getSuggestedLayerNameIdPrefix()
Implement the new getSuggestedLayerNameIdPrefix method.

Overrides:
getSuggestedLayerNameIdPrefix in class oracle.mds.dt.cust.CustomizationLayerValueSet
Returns:
String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.