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

E22562-03

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

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

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

This class create a list of valid values for the product value set.

Since:
drop6
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
ProductCustLayerValueSet()
          Constructor 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 value 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.
 void populateLayerValues(java.lang.String filterString, oracle.mds.dt.cust.FilterType filterType)
          Retrieve the list of items for this poplist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductCustLayerValueSet

public ProductCustLayerValueSet()
Constructor 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 value 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.

populateLayerValues

public void populateLayerValues(java.lang.String filterString,
                                oracle.mds.dt.cust.FilterType filterType)
Retrieve the list of items for this poplist.


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.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.