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

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.component
Class ApplicationLovDialog

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.component.ApplicationLovDialog

public class ApplicationLovDialog
extends java.lang.Object

Application List of Values Dialog. Provides Application Id, Short Name and Name.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/flex/wizard/registration/ui/component/ApplicationLovDialog.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:09 mluetchf Exp $
mluetchf

Field Summary
static int APPLICATION_LOV_APPLICATION_ID_COLUMN
           
static int APPLICATION_LOV_APPLICATION_NAME_COLUMN
           
static int APPLICATION_LOV_APPLICATION_SHORT_NAME_COLUMN
           
 
Constructor Summary
ApplicationLovDialog(oracle.jbo.dt.objects.JboApplication app)
           
 
Method Summary
 java.util.List lookupApplicationName(java.lang.String applicationName)
          Lookup all Application information based on the application name supplied.
 java.util.List showDialog(java.lang.String title, java.lang.String helpUrl)
          Launch the dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_LOV_APPLICATION_ID_COLUMN

public static final int APPLICATION_LOV_APPLICATION_ID_COLUMN
See Also:
Constant Field Values

APPLICATION_LOV_APPLICATION_SHORT_NAME_COLUMN

public static final int APPLICATION_LOV_APPLICATION_SHORT_NAME_COLUMN
See Also:
Constant Field Values

APPLICATION_LOV_APPLICATION_NAME_COLUMN

public static final int APPLICATION_LOV_APPLICATION_NAME_COLUMN
See Also:
Constant Field Values
Constructor Detail

ApplicationLovDialog

public ApplicationLovDialog(oracle.jbo.dt.objects.JboApplication app)
Method Detail

lookupApplicationName

public java.util.List lookupApplicationName(java.lang.String applicationName)
Lookup all Application information based on the application name supplied.

Parameters:
applicationName -
Returns:

showDialog

public java.util.List showDialog(java.lang.String title,
                                 java.lang.String helpUrl)
Launch the dialog.

Parameters:
title -
helpUrl -
Returns:
The selected application information.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.