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

E22562-03

oracle.apps.fnd.applcore.flex.ui.customize
Interface CustomizationResolver

All Known Implementing Classes:
DescriptiveFlexfield, KeyFlexfieldMaintenance, KeyFlexfieldPartial

public interface CustomizationResolver

Customization Resolver to resolve the customization at runtime


Method Summary
 java.lang.String calculateCustomizationPath(oracle.jbo.AttributeDef def)
          generate the customization path for an attribute definition, for descriptive flexfield, the paht should be TOP.ContextCode.SegmentCode
 LayeredCustomization getCustomization()
          return the customization
 java.util.List<javax.el.ValueExpression> resolveCustomization(java.lang.String customizationPath, java.lang.String property)
          given a customization path and property, figuer out the customizations
 

Method Detail

resolveCustomization

java.util.List<javax.el.ValueExpression> resolveCustomization(java.lang.String customizationPath,
                                                              java.lang.String property)
given a customization path and property, figuer out the customizations

Parameters:
cutomizationPath -
property -
Returns:
a list of expressions to be used in GroupExpression

calculateCustomizationPath

java.lang.String calculateCustomizationPath(oracle.jbo.AttributeDef def)
generate the customization path for an attribute definition, for descriptive flexfield, the paht should be TOP.ContextCode.SegmentCode

Parameters:
def -
Returns:

getCustomization

LayeredCustomization getCustomization()
return the customization

Returns:

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.