|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.mds.cust.CustomizationClass
oracle.apps.fnd.applcore.customization.AppsAbstractCustomizationClass
public abstract class AppsAbstractCustomizationClass
Abstract Customization class for applcore extensions.
| Field Summary |
|---|
| Fields inherited from interface oracle.apps.fnd.applcore.customization.CustomizationConstants |
|---|
BOTH, COMPOSER, CONSTANT, ENTERPRISE, GLOBAL, INTERNAL, JDEV, LARGE, PRODUCT, PRODUCT_FAMILY, SITE, SMALL, USER |
| Constructor Summary | |
|---|---|
AppsAbstractCustomizationClass()
Default constructor for the abstract customization class. |
|
| Method Summary | |
|---|---|
abstract int |
getAppsCCType()
This method is used to return an integer that represents how this CC can be used. |
abstract java.util.List<SimpleSelectItem> |
getLayerValues()
This method is used to return an iterator containing a list of validated layer values for this CC. |
abstract int |
getLayerValuesSetSize()
This method is used to return an integer that represents the value set size. |
abstract java.lang.String |
getMLSLayerName()
This method is used to return the translated value of the Layer Name and will be used in the UI when a translated Layer Name is required. |
abstract boolean |
isOwnerSeededCC()
This method is used to determine if teams other then the owner of the cc can user this layer. |
abstract void |
setValue(java.lang.String value)
This method is used by level picker functionality to set the value for the level. |
| Methods inherited from class oracle.mds.cust.CustomizationClass |
|---|
equals, generateIDPrefix, getBaseRef, getCacheHint, getIDPrefix, getName, getValue, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppsAbstractCustomizationClass()
| Method Detail |
|---|
public abstract int getAppsCCType()
public abstract int getLayerValuesSetSize()
public abstract java.lang.String getMLSLayerName()
public abstract java.util.List<SimpleSelectItem> getLayerValues()
public abstract void setValue(java.lang.String value)
value - of string.public abstract boolean isOwnerSeededCC()
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.2) E22562-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||