public class SearchHelperBean extends HelperBean
コンストラクタと説明 |
---|
SearchHelperBean()
HelperBeanを初期化します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getAllKeyword()
全ての検索キーワードを取得します。
|
List<Map<String,String>> |
getContentsTypeMapList()
コンテンツの種別のMapリストを取得します。
|
List<Map<String,String>> |
getLastUpdateDateMapList()
最新更新日のMapリストを取得します。
|
List<Map<String,String>> |
getPageDspCountMapList()
1ページあたり表示件数のMapリストを取得します。
|
SearchInformation |
getSearchScreenInformation()
画面情報を取得します。
|
List<Map<String,String>> |
getSearchTargetMapList()
検索対象のMapリストを取得します。
|
List<Map<String,String>> |
getSortMapList()
ソート条件のMapリストを取得します。
|
void |
init()
画面の初期化を行います。
|
String |
isSnippetsDispChecked()
要約表示のcheckedの"true"または"false"を取得します。
|
createEvent, dispatchEvent, getLoginGroupID, getLoginUserID, getRequest, getResponse, getServicePropertyHandler, getSession, getUserInfo, setRequest, setResponse
public SearchHelperBean() throws HelperBeanException
HelperBeanException
- 初期化に失敗した場合。public void init() throws HelperBeanException
init
クラス内 HelperBean
HelperBeanException
- AcknowledgeListHelperBeanの生成時に例外が発生public List<Map<String,String>> getSortMapList()
public List<Map<String,String>> getContentsTypeMapList()
public List<Map<String,String>> getPageDspCountMapList()
public List<Map<String,String>> getSearchTargetMapList()
public List<Map<String,String>> getLastUpdateDateMapList()
public String getAllKeyword()
public String isSnippetsDispChecked()
public SearchInformation getSearchScreenInformation()
Copyright © 2012 NTT DATA INTRAMART CORPORATION