|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.appmodule.ApplicationLaunch
public class ApplicationLaunch
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 |
---|
public static final int RELATIONAL_FRAMEWORK
public static final int NODE_FRAMEWORK
Constructor Detail |
---|
public ApplicationLaunch()
Method Detail |
---|
public java.lang.String getStateName()
public void setStateName(java.lang.String stateName)
stateName
- public java.lang.String getWorkflowName()
public void setWorkflowName(java.lang.String workflowName)
workflowName
- public void setLinkingApplicationInfoHashtable(java.util.Hashtable linkingApplicationInfoHashtable)
public java.util.Hashtable getLinkingApplicationInfoHashtable()
public void setClientRepository(gps.repository.ClientRepository repository)
public gps.repository.ClientRepository getClientRepository()
public void setNodeGroupAliasHelper(gps.helper.NodeGroupAliasHelper nodeGroupAliasHelper)
public gps.helper.NodeGroupAliasHelper getNodeGroupAliasHelper()
public void setUserProfileRepository(gps.repository.UserProfileRepository userProfileRepository)
public gps.repository.UserProfileRepository getUserProfileRepository()
public void setSearchRepository(gps.repository.SearchRepository searchRepository)
public gps.repository.SearchRepository getSearchRepository()
public void setUserProfile(gps.build.UserProfile userProfile)
public gps.build.UserProfile getUserProfile()
public void setCurrentUserName(java.lang.String currentUserName)
public java.lang.String getCurrentUserName()
public void setControllerHashtable(java.util.Hashtable getControllerHashtable)
public java.util.Hashtable getControllerHastable()
public void setMenuBar(gps.main.GPSMenuBar menuBar)
public gps.main.GPSMenuBar getMenuBar()
public void setT_gps_user_information(eDynamo.classes.T_GPS_USER_INFORMATION t_gps_user_information)
public eDynamo.classes.T_GPS_USER_INFORMATION getT_gps_user_information()
public void setRoleAppAndMultipleViews(java.util.Hashtable roleAppAndMultipleViews)
public java.util.Hashtable getRoleAppAndMultipleViews()
public void setServerSideProxy(gps.broker.ServerSideProxy serverSideProxy)
public gps.broker.ServerSideProxy getServerSideProxy()
public void setGPSFrame(gps.main.GPSFrame gpsFrame)
public gps.main.GPSFrame getGPSFrame()
public void setToolBar(gps.main.GPSToolBar toolBar)
public gps.main.GPSToolBar getToolBar()
public void setBuildFrameType(int buildFrameType)
int
- buildFrameTypepublic int getBuildFrameType()
public void setFrameWorkType(int frameWorkType)
int
- frame work typepublic int getFrameWorkType()
public void setFrameDividerLocation(int dividerLocation)
double
- dividerLocationpublic int getFrameDividerLocation()
public void setRoleName(java.lang.String roleName)
roleName
- public java.lang.String getRoleName()
public void setCurrentSelectedApplication(java.lang.String currentSelectedApplication)
public java.lang.String getCurrentSelectedApplication()
public boolean getProcessFlag()
public void setFdtUrlString(java.lang.String fdtUrlString)
public java.lang.String getFdtUrlString()
public void setWorkflowEnabledFlag(boolean workflowEnabledFlag)
public java.util.Hashtable getParamHashtable()
public gps.build.BHTreeBuildFrame getLinkingApplicationBuildFrame()
public gps.view.BHTreeViewFrame getLinkingApplicationViewFrame(boolean linkingFlag)
public gps.build.BHTreeBuildFrame getWorkflowEnabledApplicationBuildFrame(boolean linkingFlag)
public gps.build.BHTreeBuildFrame getWorkflowDisabledApplicationBuildFrame(boolean linkingFlag)
public void initializeViewParameters(boolean linkingFlag)
public gps.view.BHTreeViewFrame getViewFrame(boolean linkingFlag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |