|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.edm.services.configuration.ScreenObject
ScreenObject class representing MIDM screens.
Constructor Summary | |
ScreenObject(java.lang.Integer id,
java.lang.String displayTitle,
ObjectNodeConfig rootObj,
int displayOrder,
java.util.ArrayList sScreensConfig,
java.util.ArrayList sResultsConfig,
java.util.ArrayList subscreensConfig)
Creates a new instance of the ScreenObject class |
Method Summary | |
int |
getDisplayOrder()
Getter for the mDisplayOrder attribute |
java.lang.String |
getDisplayTitle()
Getter for the mDisplayTitle attribute |
java.lang.Integer |
getID()
Getter for the mID attribute |
ObjectNodeConfig |
getRootObj()
Getter for the mRootObj attribute |
java.util.ArrayList |
getSearchResultsConfig()
Getter for the mSearchResultsConfig attribute |
SearchResultsConfig |
getSearchResultsConfig(int srID)
Retrieves the SearchResultsConfig object whose search results ID matches the srID paramter. |
java.util.ArrayList |
getSearchScreensConfig()
Getter for the mSearchScreensConfig attribute |
java.util.ArrayList |
getSubscreensConfig()
Getter for the mSubscreensConfig attribute |
void |
setEuidLength(int length)
Sets the length of an EUID field. |
void |
setSearchScreensConfig(java.util.ArrayList sscObjs)
Setter for the mSearchScreensConfig attribute |
void |
setSubscreensConfig(java.util.ArrayList subsObjs)
Setter for the mSubscreensConfig attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenObject(java.lang.Integer id, java.lang.String displayTitle, ObjectNodeConfig rootObj, int displayOrder, java.util.ArrayList sScreensConfig, java.util.ArrayList sResultsConfig, java.util.ArrayList subscreensConfig)
id
- The screen ID.displayTitle
- The screen title.rootObj
- The object configuration.displayOrder
- The order in which the screen dashboard
title is to be displayed on the dashboard.sScreensConfig
- The ArrayList containg SearchScreensConfig objects
that specify how to display the search criteria for a search screen.sResultsConfig
- The ArrayList containg SearchResultsConfig objects
that specify how to display the search results in a search screen.
field configuration information.subscreensConfig
- The ArrayList containg ScreenObject objects
that define the subscreens for an instance of this class.Method Detail |
public int getDisplayOrder()
public java.lang.String getDisplayTitle()
public java.lang.Integer getID()
public ObjectNodeConfig getRootObj()
public java.util.ArrayList getSearchResultsConfig()
public SearchResultsConfig getSearchResultsConfig(int srID) throws java.lang.Exception
srID
- This is the ID of the SearchResultsConfig
object that is to be returned.
java.lang.Exception
- if any errors are encountered.public java.util.ArrayList getSearchScreensConfig()
public java.util.ArrayList getSubscreensConfig()
public void setEuidLength(int length)
length
- This is the length of the EUID field.public void setSearchScreensConfig(java.util.ArrayList sscObjs)
public void setSubscreensConfig(java.util.ArrayList subsObjs)
subsObjs
- This is an ArrayList of ScreenObjects objects defining
the subscreens of this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.