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

E22562-04

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

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

public class BuildPagesList
extends BuilderBase


Constructor Summary
BuildPagesList()
           
BuildPagesList(java.lang.String ConnectionURL, 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)
          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)
          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

BuildPagesList

public BuildPagesList(java.lang.String ConnectionURL,
                      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 UIModelerLHS multiple times


BuildPagesList

public BuildPagesList()
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)
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 -

build

public void build(java.lang.String flexFieldUsageCode,
                  java.lang.String categoryCode)
Used with Deployment flow. Assumes that the initialization is already done. Expects buildInitialize to be called before this call. This will be called multiple times using the same object instance of BuildPagesList for improved performance.

Parameters:
flexFieldUsageCode -
categoryCode -

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

E22562-04

Copyright © 2012 Oracle. All Rights Reserved.