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

E22562-01

oracle.apps.fnd.applcore.flex.uimodeler.driver
Class BuildSearchPage

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.uimodeler.driver.BuilderBase
      extended by oracle.apps.fnd.applcore.flex.uimodeler.driver.BuildSearchPage

public class BuildSearchPage
extends BuilderBase


Constructor Summary
BuildSearchPage()
           
BuildSearchPage(java.lang.String ConnectionURL, java.lang.String appShortName, java.lang.String DescriptiveFlexFieldCode, java.lang.Object[] appInfo, oracle.jbo.ApplicationModule dffAM, UIModelerMetadataProvider uiMetadataProvider)
          Used with Deployment flow.
 
Method Summary
 void build(java.lang.String flexFieldUsageCode, java.lang.String categoryCode, java.lang.String groupCode, boolean isInterface)
          Used with Deployment flow.
 void build(java.lang.String ConnectionURL, java.lang.String AppShortName, java.lang.String DescriptiveFlexFieldCode, java.lang.String FlexFieldUsageCode, java.lang.String CategoryCode, java.lang.String groupCode, boolean isInterface)
          Deprecated. 
 
Methods inherited from class oracle.apps.fnd.applcore.flex.uimodeler.driver.BuilderBase
getDffVO, getEndName, getPackageName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildSearchPage

public BuildSearchPage(java.lang.String ConnectionURL,
                       java.lang.String appShortName,
                       java.lang.String DescriptiveFlexFieldCode,
                       java.lang.Object[] appInfo,
                       oracle.jbo.ApplicationModule dffAM,
                       UIModelerMetadataProvider uiMetadataProvider)
Used with Deployment flow. Ensures that we call the init- ialization logic only once when we invoke the UIModeler multiple times

Parameters:
ConnectionURL -
DescriptiveFlexFieldCode -

BuildSearchPage

public BuildSearchPage()
Method Detail

build

@Deprecated
public void build(java.lang.String ConnectionURL,
                             java.lang.String AppShortName,
                             java.lang.String DescriptiveFlexFieldCode,
                             java.lang.String FlexFieldUsageCode,
                             java.lang.String CategoryCode,
                             java.lang.String groupCode,
                             boolean isInterface)
Deprecated. 

This was used when EFF Deployment Flow was not in place. We need to avoid the usage of this method and users must use the deployment flow instead.

Parameters:
ConnectionURL -
AppShortName -
DescriptiveFlexFieldCode -
FlexFieldUsageCode -
CategoryCode -
groupCode -
isInterface -

build

public void build(java.lang.String flexFieldUsageCode,
                  java.lang.String categoryCode,
                  java.lang.String groupCode,
                  boolean isInterface)
Used with Deployment flow. Assumes that the initialization is already done. Expects initialization to be called before this call. This can then be called multiple times using the same object instance of BuildSearchPage for impoved performance.

Parameters:
flexFieldUsageCode -
categoryCode -

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.