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

E22562-02

oracle.apps.fnd.applcore.flex.ui.customize
Class LayeredCustomization

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.ui.customize.UICustomization
      extended by oracle.apps.fnd.applcore.flex.ui.customize.LayeredCustomization
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FlexfieldCustomization

public class LayeredCustomization
extends UICustomization

See Also:
Serialized Form

Constructor Summary
LayeredCustomization(java.lang.String name)
           
 
Method Summary
 void addChildCustomization(LayeredCustomization customization)
           
 boolean collectCustomizations(java.util.List<java.util.Map> customizationList, java.lang.String fullPath)
           
 java.util.List<java.util.Map> getAllCustomization(java.lang.String fullPath)
           
 LayeredCustomization getChildCustomization(java.lang.String name)
           
 java.util.List<LayeredCustomization> getChildren()
           
 java.lang.String getName()
           
 boolean isMatch(java.lang.String matchName, java.lang.String remainPath)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class oracle.apps.fnd.applcore.flex.ui.customize.UICustomization
getProperties, getProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayeredCustomization

public LayeredCustomization(java.lang.String name)
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

addChildCustomization

public void addChildCustomization(LayeredCustomization customization)

getChildCustomization

public LayeredCustomization getChildCustomization(java.lang.String name)

getChildren

public java.util.List<LayeredCustomization> getChildren()

getAllCustomization

public java.util.List<java.util.Map> getAllCustomization(java.lang.String fullPath)

collectCustomizations

public boolean collectCustomizations(java.util.List<java.util.Map> customizationList,
                                     java.lang.String fullPath)

isMatch

public boolean isMatch(java.lang.String matchName,
                       java.lang.String remainPath)

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.