com.bankframe.fe.ui
Class EPanelLoader

java.lang.Object
  extended bycom.bankframe.fe.ui.EPanelLoader

public class EPanelLoader
extends java.lang.Object

This class is used to load and create the process Panel Drivers for an application.

Author:
Stephen J Ryan

Field Summary
static java.lang.String APPLICATION_BUILDER_REQUEST_ID
           
static java.lang.String APPLICATION_NAME
           
static java.lang.String BANKFRAME_FRONTEND_APPLICATION
           
static java.lang.String GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE
           
static java.lang.String LIST_DELIMITER
           
static java.lang.String ROLE
           
 
Constructor Summary
EPanelLoader(EPanelContainer ePanelContainer)
          The EMgrLoader constructor.
 
Method Summary
 java.util.Vector getApplication()
          This method returns a vector of EMgr instances grouped by catagory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_DELIMITER

public static final java.lang.String LIST_DELIMITER
See Also:
Constant Field Values

BANKFRAME_FRONTEND_APPLICATION

public static final java.lang.String BANKFRAME_FRONTEND_APPLICATION
See Also:
Constant Field Values

APPLICATION_NAME

public static final java.lang.String APPLICATION_NAME
See Also:
Constant Field Values

ROLE

public static final java.lang.String ROLE
See Also:
Constant Field Values

APPLICATION_BUILDER_REQUEST_ID

public static final java.lang.String APPLICATION_BUILDER_REQUEST_ID
See Also:
Constant Field Values

GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE

public static final java.lang.String GET_ALL_APPLICATIONS_BY_NAME_AND_ROLE
See Also:
Constant Field Values
Constructor Detail

EPanelLoader

public EPanelLoader(EPanelContainer ePanelContainer)
The EMgrLoader constructor.

Parameters:
ePanelContainer - EPanelContainer
Method Detail

getApplication

public java.util.Vector getApplication()
                                throws UserInterfaceException
This method returns a vector of EMgr instances grouped by catagory.

Returns:
a vector of EMgrs
Throws:
FrontendException - if the vector cannot be built
UserInterfaceException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.