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

E22562-07

oracle.apps.fnd.applcore.flex.uimodeler.modelers
Class UIPagesListModelerImpl

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.uimodeler.modelers.UIPagesListModelerImpl
All Implemented Interfaces:
UIPagesListModeler

public class UIPagesListModelerImpl
extends java.lang.Object
implements UIPagesListModeler


Constructor Summary
UIPagesListModelerImpl(UIModelerContext context)
           
 
Method Summary
 void buildPageListFragment()
           
static oracle.jbo.ApplicationModule createAM(java.lang.String jdbcURL, java.lang.String amName, java.lang.String configSuffix)
          Deprecated.  
 void releaseService(oracle.jbo.ApplicationModule am)
          Deprecated.  
 void updatePagDefWithCategoryParams()
           
 void updateSkeletonDocWithPageLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPagesListModelerImpl

public UIPagesListModelerImpl(UIModelerContext context)
Method Detail

buildPageListFragment

public void buildPageListFragment()
Specified by:
buildPageListFragment in interface UIPagesListModeler

updatePagDefWithCategoryParams

public void updatePagDefWithCategoryParams()

updateSkeletonDocWithPageLinks

public void updateSkeletonDocWithPageLinks()

createAM

@Deprecated
public static oracle.jbo.ApplicationModule createAM(java.lang.String jdbcURL,
                                                               java.lang.String amName,
                                                               java.lang.String configSuffix)
Deprecated. 

Create an application module. The return application module must be released with release in this class.

This method is deprecated. Use oracle.apps.fnd.applcore.flex.runtime.ConnectionIdentifier.

Parameters:
jdbcURL - the connection string
amName - the full name of the application module
Returns:
the application module.
See Also:
releaseService(ApplicationModule), ConnectionIdentifier

releaseService

@Deprecated
public void releaseService(oracle.jbo.ApplicationModule am)
Deprecated. 

Releases an application moduled created by createAM of this class.

This method is deprecated. Use oracle.apps.fnd.applcore.flex.runtime.ConnectionIdentifier.

Parameters:
am - the application module
See Also:
createAM(java.lang.String, java.lang.String, java.lang.String), ConnectionIdentifier

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.