|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmSearchState
Utility class used by UI modules in the Search page. Keeps the state of the page, and caches some data, thereby reducing the hits to WcmSearchDataProvider.
Field Summary | |
org.w3c.dom.Document |
choiceList
|
boolean |
classUpdated
|
boolean |
collapsed
|
org.w3c.dom.Document |
definition
|
org.w3c.dom.Document |
fullDefinition
|
int |
majorVersion
|
int |
minorVersion
|
java.lang.String |
objectStoreName
|
java.lang.String[] |
propAlignments
|
java.lang.String[] |
propNames
|
org.w3c.dom.Document |
request
|
java.lang.String |
results
|
java.lang.String |
searchID
|
java.lang.String |
searchLabel
|
java.lang.String |
searchVSID
|
boolean |
showRanking
|
boolean |
showSummary
|
boolean |
showTime
|
boolean |
sortOrder
|
java.lang.String |
sortProperty
|
boolean |
updateResults
|
int |
versionStatus
|
Constructor Summary | |
WcmSearchState()
|
Method Summary | |
void |
clear()
Clears the current state |
void |
clearSearchData()
Clears selected search data |
java.lang.Object |
clone()
Clone a state object. |
static WcmSearchState |
getInstance(com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
Factory method that returns a new instance of the WcmSearchState, scoped to the data provider. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String objectStoreName
public java.lang.String searchID
public java.lang.String searchVSID
public java.lang.String searchLabel
public org.w3c.dom.Document request
public org.w3c.dom.Document definition
public org.w3c.dom.Document fullDefinition
public org.w3c.dom.Document choiceList
public java.lang.String results
public boolean updateResults
public boolean collapsed
public boolean showRanking
public boolean showSummary
public boolean showTime
public java.lang.String[] propNames
public java.lang.String[] propAlignments
public int majorVersion
public int minorVersion
public int versionStatus
public java.lang.String sortProperty
public boolean sortOrder
public boolean classUpdated
Constructor Detail |
public WcmSearchState()
Method Detail |
public void clear()
public void clearSearchData()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if super don't support it.public static WcmSearchState getInstance(com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp) throws java.lang.Exception
dp
- WcmSearchDataProvider module
java.lang.Exception
- If any errors occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |