|
|||||||||
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.SearchScreenConfig
Search Result configurations
Constructor Summary | |
SearchScreenConfig(ObjectNodeConfig rootObj,
java.lang.String screenTitle,
java.lang.String instruction,
int searchResultID,
int screenOrder,
boolean showEUID,
boolean showLID,
boolean showCreateDate,
boolean showCreateTime,
boolean showStatus,
SearchScreenOptions options,
java.util.ArrayList fieldConfigs)
Creates a new instance of the SearchScreenConfig class |
|
SearchScreenConfig(ObjectNodeConfig rootObj,
java.lang.String screenTitle,
java.lang.String instruction,
int searchResultID,
int screenOrder,
boolean showEUID,
boolean showLID,
SearchScreenOptions options,
java.util.ArrayList fieldConfigs)
Creates a new instance of the SearchScreenConfig class |
Method Summary | |
java.util.ArrayList |
getFieldConfigs()
Getter for the mFieldConfigs attribute |
java.lang.String |
getInstruction()
Getter for the mInstruction attribute |
SearchScreenOptions |
getOptions()
Getter for the mOptions attribute |
ObjectNodeConfig |
getRootObj()
Getter for the mRootObj attribute |
int |
getScreenOrder()
Getter for the mScreenOrder attribute |
java.lang.String |
getScreenTitle()
Getter for the mScreenTitle attribute |
int |
getSearchResultID()
Getter for the mSearchResultID attribute |
boolean |
getShowCreateDate()
Getter for the mShowCreateDate attribute |
boolean |
getShowCreateTime()
Getter for the mShowCreateTime attribute |
boolean |
getShowEUID()
Getter for the mShowEUID attribute |
boolean |
getShowLID()
Getter for the mShowLID attribute |
boolean |
getShowStatus()
Getter for the mShowStatus attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchScreenConfig(ObjectNodeConfig rootObj, java.lang.String screenTitle, java.lang.String instruction, int searchResultID, int screenOrder, boolean showEUID, boolean showLID, boolean showCreateDate, boolean showCreateTime, boolean showStatus, SearchScreenOptions options, java.util.ArrayList fieldConfigs)
rootObj
- The ObjectNodeConfig instance to which a
SearchScreenConfig instance belongs.screenTitle
- The title of the search screen.instruction
- The instructions for the search screen.searchResultID
- The unique identifier for a SearchResultsConfig
instance. It identifies the Search Results screen configuration
specifying how to display the search results obtained from this
particular search screen.screenOrder
- This is the order in which the search screen will be
displayed, starting from 0 and increasing. A value of 0 means that it
will be the first search screen displayed.showEUID
- Indicates if the EUID should be displayed.showLID
- Indicates if the LID should be displayed.showCreateDate
- Indicates if the Create Date should be displayed.showCreateTime
- Indicates if the Create Time should be displayed.showStatus
- Indicates if the Status should be displayed.options
- These are the search optionsfieldConfigs
- The configurations for the fields to be displayed.public SearchScreenConfig(ObjectNodeConfig rootObj, java.lang.String screenTitle, java.lang.String instruction, int searchResultID, int screenOrder, boolean showEUID, boolean showLID, SearchScreenOptions options, java.util.ArrayList fieldConfigs)
rootObj
- The ObjectNodeConfig instance to which a
SearchScreenConfig instance belongs.screenTitle
- The title of the search screen.instruction
- The instructions for the search screen.searchResultID
- The unique identifier for a SearchResultsConfig
instance. It identifies the Search Results screen configuration
specifying how to display the search results obtained from this
particular search screen.screenOrder
- This is the order in which the search screen will be
displayed, starting from 0 and increasing. A value of 0 means that it
will be the first search screen displayed.showEUID
- Indicates if the EUID should be displayed.showLID
- Indicates if the LID should be displayed.options
- These are the search optionsfieldConfigs
- The configurations for the fields to be displayed.Method Detail |
public java.util.ArrayList getFieldConfigs()
public java.lang.String getInstruction()
public SearchScreenOptions getOptions()
public ObjectNodeConfig getRootObj()
public int getScreenOrder()
public java.lang.String getScreenTitle()
public int getSearchResultID()
public boolean getShowCreateDate()
public boolean getShowCreateTime()
public boolean getShowEUID()
public boolean getShowLID()
public boolean getShowStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.