Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.ui.kff.util
Class KffQueryPanelUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.ui.kff.util.KffQueryPanelUtil

public class KffQueryPanelUtil
extends java.lang.Object


Field Summary
static java.lang.String FACES_CTRL_BINDING_SUFFIX
           
 
Constructor Summary
KffQueryPanelUtil()
           
 
Method Summary
static java.lang.Object getProxySinValueFromCriteria(oracle.adf.model.binding.DCBindingContainer bc, java.lang.String criteriaName, java.lang.String proxySinAttrName)
          This is a utility method that takes in the DCBindingContainer, ViewCriteria name and the proxy attribute name and figures out the value of the proxy attribute selected by the user from the query panel.
static void processProxySinForKff(oracle.adf.model.binding.DCBindingContainer bc, java.lang.String criteriaName, java.lang.String accessorName, java.lang.Object sinValue)
          This utility method takes the BindingContainer, criteriaName, accessorName and value of the Sin and sets it to the KFF Discriminator in the ViewCriteria for KFF exposed in a Query Panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACES_CTRL_BINDING_SUFFIX

public static final java.lang.String FACES_CTRL_BINDING_SUFFIX
See Also:
Constant Field Values
Constructor Detail

KffQueryPanelUtil

public KffQueryPanelUtil()
Method Detail

getProxySinValueFromCriteria

public static java.lang.Object getProxySinValueFromCriteria(oracle.adf.model.binding.DCBindingContainer bc,
                                                            java.lang.String criteriaName,
                                                            java.lang.String proxySinAttrName)
This is a utility method that takes in the DCBindingContainer, ViewCriteria name and the proxy attribute name and figures out the value of the proxy attribute selected by the user from the query panel.

Parameters:
bc -
criteriaName -
proxySinAttrName -
Returns:

processProxySinForKff

public static void processProxySinForKff(oracle.adf.model.binding.DCBindingContainer bc,
                                         java.lang.String criteriaName,
                                         java.lang.String accessorName,
                                         java.lang.Object sinValue)
This utility method takes the BindingContainer, criteriaName, accessorName and value of the Sin and sets it to the KFF Discriminator in the ViewCriteria for KFF exposed in a Query Panel.

Parameters:
bc -
criteriaName -
accessorName -
sinValue -

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.