public interface SearchViewContext
Modifier and Type | Field and Description |
---|---|
static String |
KEY
The key used to associate and get this object.
|
Modifier and Type | Method and Description |
---|---|
SearchEntry |
getEntry()
This method gets the single
SearchEntry for viewing details. |
NlsRuntimeException |
getException()
This method gets the
Exception that potentially occurred. |
SearchViewLogic |
getLogic()
This method gets the
SearchViewLogic . |
SearchViewRequestParameters |
getRequestParameters()
This method gets the
SearchViewRequestParameters . |
SearchResultPage |
getResultPage()
This method gets the
SearchResultPage . |
SearchViewConfiguration |
getViewConfiguration()
This method gets the
SearchViewConfiguration . |
static final String KEY
SearchViewRequestParameters getRequestParameters()
SearchViewRequestParameters
.SearchViewRequestParameters
.SearchViewConfiguration getViewConfiguration()
SearchViewConfiguration
.SearchViewConfiguration
.SearchViewLogic getLogic()
SearchViewLogic
.SearchViewLogic
.NlsRuntimeException getException()
Exception
that potentially occurred.Exception
or null
in case of success.SearchResultPage getResultPage()
SearchResultPage
.SearchResultPage
or null
if no search has been performed.SearchEntry getEntry()
SearchEntry
for viewing details.SearchEntry
or null
if no details shall be displayed.SearchViewConfiguration.getDetailsPath()
Copyright © 2001–2016 mmm-Team. All rights reserved.