gps.appmodule
Class ApplicationLaunch

java.lang.Object
  extended by gps.appmodule.ApplicationLaunch

public class ApplicationLaunch
extends java.lang.Object

Class is used to show linked application with the given info.


Field Summary
static int NODE_FRAMEWORK
           
static int RELATIONAL_FRAMEWORK
          frame work constants
 
Constructor Summary
ApplicationLaunch()
          Default Constructor
 
Method Summary
 int getBuildFrameType()
          gets build frame type
 gps.repository.ClientRepository getClientRepository()
          Gets the client repository
 java.util.Hashtable getControllerHastable()
          sets the getcontrollerHashtable
 java.lang.String getCurrentSelectedApplication()
          gets the currentselected application
 java.lang.String getCurrentUserName()
          gets the currentUserName
 java.lang.String getFdtUrlString()
          gets the fdtUrlString
 int getFrameDividerLocation()
          gets frame's divider location
 int getFrameWorkType()
          gets frame work type
 gps.main.GPSFrame getGPSFrame()
          gets the gpsframe object
 gps.build.BHTreeBuildFrame getLinkingApplicationBuildFrame()
          Method used to get BuildFrame.
 java.util.Hashtable getLinkingApplicationInfoHashtable()
          gets the linkingapplicationinfo hashtable
 gps.view.BHTreeViewFrame getLinkingApplicationViewFrame(boolean linkingFlag)
          Method used to get BHTreeViewFrame Specifically for linkingapplication view action.
 gps.main.GPSMenuBar getMenuBar()
          gets the menubar return gpsmenubar menubar
 gps.helper.NodeGroupAliasHelper getNodeGroupAliasHelper()
          gets the nodegroupaliashelper object
 java.util.Hashtable getParamHashtable()
          gets the paramHashtable
 boolean getProcessFlag()
          gets the processflag
 java.util.Hashtable getRoleAppAndMultipleViews()
          gets the roleappand multiple vies
 java.lang.String getRoleName()
          gets the current role name
 gps.repository.SearchRepository getSearchRepository()
          gets the search repository object return search repository
 gps.broker.ServerSideProxy getServerSideProxy()
          gets the serverside proxy object
 java.lang.String getStateName()
          Gets the stateName value
 eDynamo.classes.T_GPS_USER_INFORMATION getT_gps_user_information()
          gets the t_gps_user_information
 gps.main.GPSToolBar getToolBar()
          gets the toolbar
 gps.build.UserProfile getUserProfile()
          gets the userprofile object
 gps.repository.UserProfileRepository getUserProfileRepository()
          gets the user profilerepository object
 gps.view.BHTreeViewFrame getViewFrame(boolean linkingFlag)
          Method is used to get BHTreeViewFrame
 gps.build.BHTreeBuildFrame getWorkflowDisabledApplicationBuildFrame(boolean linkingFlag)
          Method is used to return WorkflowDisabled Build Frame
 gps.build.BHTreeBuildFrame getWorkflowEnabledApplicationBuildFrame(boolean linkingFlag)
          Method is used to return WorkflowEnabled Build Frame
 java.lang.String getWorkflowName()
          Gets the workflowName value
 void initializeViewParameters(boolean linkingFlag)
          This method is used to provide view action based upon linking flag Fills all the required nodetypes ,autonumber ,relation Hashtable.
 void setBuildFrameType(int buildFrameType)
          sets build frame type
 void setClientRepository(gps.repository.ClientRepository repository)
          sets the client repository
 void setControllerHashtable(java.util.Hashtable getControllerHashtable)
          sets the getcontrollerHashtable
 void setCurrentSelectedApplication(java.lang.String currentSelectedApplication)
          sets the currentselected application
 void setCurrentUserName(java.lang.String currentUserName)
          sets the currentUserName
 void setFdtUrlString(java.lang.String fdtUrlString)
          sets the fdtUrlString
 void setFrameDividerLocation(int dividerLocation)
          sets frame's divider location
 void setFrameWorkType(int frameWorkType)
          sets frame work type
 void setGPSFrame(gps.main.GPSFrame gpsFrame)
          sets the gpsframe object
 void setLinkingApplicationInfoHashtable(java.util.Hashtable linkingApplicationInfoHashtable)
          Sets the linkingapplicationinfo hashtable
 void setMenuBar(gps.main.GPSMenuBar menuBar)
          sets the menubar
 void setNodeGroupAliasHelper(gps.helper.NodeGroupAliasHelper nodeGroupAliasHelper)
          sets the nodegroupaliashelper object
 void setRoleAppAndMultipleViews(java.util.Hashtable roleAppAndMultipleViews)
          sets the roleappand multiple vies
 void setRoleName(java.lang.String roleName)
          sets current role name
 void setSearchRepository(gps.repository.SearchRepository searchRepository)
          sets the search repository object
 void setServerSideProxy(gps.broker.ServerSideProxy serverSideProxy)
          sets the serverside proxy object
 void setStateName(java.lang.String stateName)
          Sets value to stateName
 void setT_gps_user_information(eDynamo.classes.T_GPS_USER_INFORMATION t_gps_user_information)
          sets the t_gps_user_information
 void setToolBar(gps.main.GPSToolBar toolBar)
          sets the toolbar
 void setUserProfile(gps.build.UserProfile userProfile)
          sets the userprofile object
 void setUserProfileRepository(gps.repository.UserProfileRepository userProfileRepository)
          sets the user profilerepository object
 void setWorkflowEnabledFlag(boolean workflowEnabledFlag)
          sets the workflowEnabledflag
 void setWorkflowName(java.lang.String workflowName)
          Sets value to workflowName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELATIONAL_FRAMEWORK

public static final int RELATIONAL_FRAMEWORK
frame work constants

See Also:
Constant Field Values

NODE_FRAMEWORK

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

ApplicationLaunch

public ApplicationLaunch()
Default Constructor

Method Detail

getStateName

public java.lang.String getStateName()
Gets the stateName value

Returns:
stateName

setStateName

public void setStateName(java.lang.String stateName)
Sets value to stateName

Parameters:
stateName -

getWorkflowName

public java.lang.String getWorkflowName()
Gets the workflowName value

Returns:
workflowName

setWorkflowName

public void setWorkflowName(java.lang.String workflowName)
Sets value to workflowName

Parameters:
workflowName -

setLinkingApplicationInfoHashtable

public void setLinkingApplicationInfoHashtable(java.util.Hashtable linkingApplicationInfoHashtable)
Sets the linkingapplicationinfo hashtable


getLinkingApplicationInfoHashtable

public java.util.Hashtable getLinkingApplicationInfoHashtable()
gets the linkingapplicationinfo hashtable


setClientRepository

public void setClientRepository(gps.repository.ClientRepository repository)
sets the client repository


getClientRepository

public gps.repository.ClientRepository getClientRepository()
Gets the client repository


setNodeGroupAliasHelper

public void setNodeGroupAliasHelper(gps.helper.NodeGroupAliasHelper nodeGroupAliasHelper)
sets the nodegroupaliashelper object


getNodeGroupAliasHelper

public gps.helper.NodeGroupAliasHelper getNodeGroupAliasHelper()
gets the nodegroupaliashelper object


setUserProfileRepository

public void setUserProfileRepository(gps.repository.UserProfileRepository userProfileRepository)
sets the user profilerepository object


getUserProfileRepository

public gps.repository.UserProfileRepository getUserProfileRepository()
gets the user profilerepository object


setSearchRepository

public void setSearchRepository(gps.repository.SearchRepository searchRepository)
sets the search repository object


getSearchRepository

public gps.repository.SearchRepository getSearchRepository()
gets the search repository object return search repository


setUserProfile

public void setUserProfile(gps.build.UserProfile userProfile)
sets the userprofile object


getUserProfile

public gps.build.UserProfile getUserProfile()
gets the userprofile object


setCurrentUserName

public void setCurrentUserName(java.lang.String currentUserName)
sets the currentUserName


getCurrentUserName

public java.lang.String getCurrentUserName()
gets the currentUserName


setControllerHashtable

public void setControllerHashtable(java.util.Hashtable getControllerHashtable)
sets the getcontrollerHashtable


getControllerHastable

public java.util.Hashtable getControllerHastable()
sets the getcontrollerHashtable


setMenuBar

public void setMenuBar(gps.main.GPSMenuBar menuBar)
sets the menubar


getMenuBar

public gps.main.GPSMenuBar getMenuBar()
gets the menubar return gpsmenubar menubar


setT_gps_user_information

public void setT_gps_user_information(eDynamo.classes.T_GPS_USER_INFORMATION t_gps_user_information)
sets the t_gps_user_information


getT_gps_user_information

public eDynamo.classes.T_GPS_USER_INFORMATION getT_gps_user_information()
gets the t_gps_user_information


setRoleAppAndMultipleViews

public void setRoleAppAndMultipleViews(java.util.Hashtable roleAppAndMultipleViews)
sets the roleappand multiple vies


getRoleAppAndMultipleViews

public java.util.Hashtable getRoleAppAndMultipleViews()
gets the roleappand multiple vies


setServerSideProxy

public void setServerSideProxy(gps.broker.ServerSideProxy serverSideProxy)
sets the serverside proxy object


getServerSideProxy

public gps.broker.ServerSideProxy getServerSideProxy()
gets the serverside proxy object


setGPSFrame

public void setGPSFrame(gps.main.GPSFrame gpsFrame)
sets the gpsframe object


getGPSFrame

public gps.main.GPSFrame getGPSFrame()
gets the gpsframe object


setToolBar

public void setToolBar(gps.main.GPSToolBar toolBar)
sets the toolbar


getToolBar

public gps.main.GPSToolBar getToolBar()
gets the toolbar


setBuildFrameType

public void setBuildFrameType(int buildFrameType)
sets build frame type

Parameters:
int - buildFrameType

getBuildFrameType

public int getBuildFrameType()
gets build frame type

Returns:
buildFrameType

setFrameWorkType

public void setFrameWorkType(int frameWorkType)
sets frame work type

Parameters:
int - frame work type

getFrameWorkType

public int getFrameWorkType()
gets frame work type

Returns:
int frame work type

setFrameDividerLocation

public void setFrameDividerLocation(int dividerLocation)
sets frame's divider location

Parameters:
double - dividerLocation

getFrameDividerLocation

public int getFrameDividerLocation()
gets frame's divider location

Returns:
double dividerLocation

setRoleName

public void setRoleName(java.lang.String roleName)
sets current role name

Parameters:
roleName -

getRoleName

public java.lang.String getRoleName()
gets the current role name

Returns:
roleName String

setCurrentSelectedApplication

public void setCurrentSelectedApplication(java.lang.String currentSelectedApplication)
sets the currentselected application


getCurrentSelectedApplication

public java.lang.String getCurrentSelectedApplication()
gets the currentselected application


getProcessFlag

public boolean getProcessFlag()
gets the processflag


setFdtUrlString

public void setFdtUrlString(java.lang.String fdtUrlString)
sets the fdtUrlString


getFdtUrlString

public java.lang.String getFdtUrlString()
gets the fdtUrlString


setWorkflowEnabledFlag

public void setWorkflowEnabledFlag(boolean workflowEnabledFlag)
sets the workflowEnabledflag


getParamHashtable

public java.util.Hashtable getParamHashtable()
gets the paramHashtable


getLinkingApplicationBuildFrame

public gps.build.BHTreeBuildFrame getLinkingApplicationBuildFrame()
Method used to get BuildFrame. It categories the application either workflowenabled or disabled by linkingApplicationinfohashtable.


getLinkingApplicationViewFrame

public gps.view.BHTreeViewFrame getLinkingApplicationViewFrame(boolean linkingFlag)
Method used to get BHTreeViewFrame Specifically for linkingapplication view action.


getWorkflowEnabledApplicationBuildFrame

public gps.build.BHTreeBuildFrame getWorkflowEnabledApplicationBuildFrame(boolean linkingFlag)
Method is used to return WorkflowEnabled Build Frame


getWorkflowDisabledApplicationBuildFrame

public gps.build.BHTreeBuildFrame getWorkflowDisabledApplicationBuildFrame(boolean linkingFlag)
Method is used to return WorkflowDisabled Build Frame


initializeViewParameters

public void initializeViewParameters(boolean linkingFlag)
This method is used to provide view action based upon linking flag Fills all the required nodetypes ,autonumber ,relation Hashtable.


getViewFrame

public gps.view.BHTreeViewFrame getViewFrame(boolean linkingFlag)
Method is used to get BHTreeViewFrame