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

E22562-01

oracle.apps.fnd.applcore.flex.uimodeler.util.common
Class UIServiceProvider

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.uimodeler.util.common.UIServiceProvider

public class UIServiceProvider
extends java.lang.Object

Provides services to access various metadata.


Constructor Summary
UIServiceProvider(java.lang.String connectionURL)
          Constructs a service provider with a connection URL.
 
Method Summary
static oracle.jbo.ApplicationModule createAM(java.lang.String jdbcURL, java.lang.String amName)
           
 java.lang.Object[] getApplicationInformation(java.lang.String appShortName)
          Gets information for an application.
 oracle.jbo.ApplicationModule getApplicationServiceAM()
          Gets application metadata service.
 oracle.jbo.ApplicationModule getCategoryServiceAM()
          Gets category metadata service.
 oracle.jbo.ApplicationModule getDFFMetaDataAM()
          Gets Descriptive Flexfield metadata service.
 void releaseApplicationServiceAM()
          Releases the Application Service service
 void releaseCategoryServiceAM()
          Releases the Category service
 void releaseDFFMetaDataAM()
          Releases the Descriptive Flexfield metadata service
 void releaseService(oracle.jbo.ApplicationModule am)
          Releases a service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIServiceProvider

public UIServiceProvider(java.lang.String connectionURL)
Constructs a service provider with a connection URL.

Parameters:
connectionURL - the connection URL
Method Detail

getCategoryServiceAM

public oracle.jbo.ApplicationModule getCategoryServiceAM()
Gets category metadata service.

Returns:
the category metadata service

getApplicationServiceAM

public oracle.jbo.ApplicationModule getApplicationServiceAM()
Gets application metadata service.

Returns:
the application metadata service

getDFFMetaDataAM

public oracle.jbo.ApplicationModule getDFFMetaDataAM()
Gets Descriptive Flexfield metadata service.

Returns:
the application metadata service

releaseDFFMetaDataAM

public void releaseDFFMetaDataAM()
Releases the Descriptive Flexfield metadata service


releaseCategoryServiceAM

public void releaseCategoryServiceAM()
Releases the Category service


releaseApplicationServiceAM

public void releaseApplicationServiceAM()
Releases the Application Service service


releaseService

public void releaseService(oracle.jbo.ApplicationModule am)
Releases a service


getApplicationInformation

public java.lang.Object[] getApplicationInformation(java.lang.String appShortName)
Gets information for an application.

Parameters:
appShortName - the application short name
Returns:
{application ID, application short name}

createAM

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

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.