Class SearchResultSection
java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.section.Section
org.iplass.mtp.view.generic.element.section.SearchResultSection
- All Implemented Interfaces:
- Serializable,- org.iplass.adminconsole.view.annotation.Refrectable
検索結果を保持するセクション
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enum一括更新コミットトランザクション制御設定static enum一括削除コミットトランザクション制御設定static enum一括更新の排他制御起点Nested classes/interfaces inherited from class org.iplass.mtp.view.generic.element.ElementElement.EditDisplayType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddElement(Element val) 要素を追加します。voidaddLocalizedTitle(LocalizedStringDefinition localizedTitle) 多言語設定情報を追加します。一括更新デフォルト選択項目を取得します。一括更新ボタン表示ラベルを取得します。カスタム一括更新処理クラス名を取得します。カスタム削除処理クラス名を取得します。int検索結果の高さを取得します。検索結果の表示行数を取得します。要素を取得します。一括更新の排他制御起点を取得します。getId()idを取得します。カスタム登録処理クラス名を取得します。カスタムロード処理クラス名を取得します。多言語設定情報を取得します。多言語設定情報を取得します。ページング表示位置を取得します。カスタムスタイルのキーを取得します。getStyle()クラス名を取得します。getTitle()タイトルを取得します。booleanEntity権限の可能範囲条件で編集リンク表示を制御設定を取得します。boolean更新時に強制的に更新処理を行うかを取得します。boolean検索結果をまとめる設定を取得します。boolean件数非表示設定を取得します。boolean削除ボタン非表示設定を取得します。boolean編集リンク非表示設定を取得します。booleanページジャンプ非表示設定を取得します。booleanページリンク非表示設定を取得します。booleanページング非表示設定を取得します。boolean親子関係の参照を物理削除するかを取得します。boolean一括更新ボタン表示設定を取得します。booleanbooleanBulk Viewの定義を利用を取得します。voidsetBulkUpdateAllCommandTransactionType(SearchResultSection.BulkUpdateAllCommandTransactionType bulkUpdateAllCommandTransactionType) voidsetBulkUpdateDefaultSelection(String bulkUpdateDefaultSelection) 一括更新デフォルト選択項目を設定します。voidsetBulkUpdateDisplayLabel(String bulkUpdateDisplayLabel) 一括更新ボタンボタン表示ラベルを設定します。voidsetBulkUpdateInterrupterName(String bulkUpdateInterrupterName) カスタム一括更新処理クラス名を設定します。voidsetCheckEntityPermissionLimitConditionOfEditLink(boolean checkEntityPermissionLimitConditionOfEditLink) Entity権限の可能範囲条件で編集リンク表示を制御設定を設定します。voidsetDeleteAllCommandTransactionType(SearchResultSection.DeleteAllCommandTransactionType deleteAllCommandTransactionType) voidsetDeleteInterrupterName(String deleteInterrupterName) カスタム削除処理クラス名を設定します。voidsetDispHeight(int dispHeight) 検索結果の高さを設定します。voidsetDispRowCount(Integer dispRowCount) 検索結果の表示行数を設定します。voidsetElements(List<Element> elements) 要素を設定します。voidsetExclusiveControlPoint(SearchResultSection.ExclusiveControlPoint exclusiveControlPoint) 一括更新の排他制御起点を設定します。voidsetForceUpadte(boolean forceUpadte) 更新時に強制的に更新処理を行うかを設定します。voidsetGroupingData(boolean groupingData) 検索結果をまとめる設定を設定します。voidsetHideCount(boolean hideCount) 件数非表示設定を設定します。voidsetHideDelete(boolean hideDelete) 削除ボタン非表示設定を設定します。voidsetHideDetailLink(boolean hideDetailLink) 編集リンク非表示設定を設定します。voidsetHidePageJump(boolean hidePageJump) ページジャンプ非表示設定を設定します。voidsetHidePageLink(boolean hidePageLink) ページリンク非表示設定を設定します。voidsetHidePaging(boolean hidePaging) ページング非表示設定を設定します。voididを設定します。voidsetInterrupterName(String interrupterName) カスタム登録処理クラス名を設定します。voidsetLoadEntityInterrupterName(String loadEntityInterrupterName) カスタムロード処理クラス名を設定します。voidsetLocalizedBulkUpdateDisplayLabel(List<LocalizedStringDefinition> localizedBulkUpdateDisplayLabel) 多言語設定情報を設定します。voidsetLocalizedTitleList(List<LocalizedStringDefinition> localizedTitleList) 多言語設定情報を設定します。voidsetPagingPosition(PagingPosition pagingPosition) ページング表示位置を設定します。voidsetPurgeCompositionedEntity(boolean purgeCompositionedEntity) 親子関係の参照を物理削除するかを設定します。voidsetScriptKey(String scriptKey) カスタムスタイルのキーを設定します。voidsetShowBulkUpdate(boolean showBulkUpdate) 一括更新ボタン表示設定を設定します。voidクラス名を設定します。voidタイトルを設定します。voidsetUseBulkView(boolean useBulkView) Bulk Viewの定義を利用を設定します。Methods inherited from class org.iplass.mtp.view.generic.element.ElementgetDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeId
- 
Constructor Details- 
SearchResultSectionpublic SearchResultSection()デフォルトコンストラクタ
 
- 
- 
Method Details- 
getElements要素を取得します。- Returns:
- 要素
 
- 
setElements要素を設定します。- Parameters:
- elements- 要素
 
- 
getDispRowCount検索結果の表示行数を取得します。- Returns:
- 検索結果の表示行数
 
- 
setDispRowCount検索結果の表示行数を設定します。- Parameters:
- dispRowCount- 検索結果の表示行数
 
- 
getDispHeightpublic int getDispHeight()検索結果の高さを取得します。- Returns:
- 検索結果の高さ
 
- 
setDispHeightpublic void setDispHeight(int dispHeight) 検索結果の高さを設定します。- Parameters:
- dispHeight- 検索結果の高さ
 
- 
isGroupingDatapublic boolean isGroupingData()検索結果をまとめる設定を取得します。- Returns:
- 検索結果をまとめる設定
 
- 
setGroupingDatapublic void setGroupingData(boolean groupingData) 検索結果をまとめる設定を設定します。- Parameters:
- groupingData- 検索結果をまとめる設定
 
- 
isHideDetailLinkpublic boolean isHideDetailLink()編集リンク非表示設定を取得します。- Returns:
- 編集リンク非表示設定
 
- 
setHideDetailLinkpublic void setHideDetailLink(boolean hideDetailLink) 編集リンク非表示設定を設定します。- Parameters:
- hideDetailLink- 編集リンク非表示設定
 
- 
isCheckEntityPermissionLimitConditionOfEditLinkpublic boolean isCheckEntityPermissionLimitConditionOfEditLink()Entity権限の可能範囲条件で編集リンク表示を制御設定を取得します。- Returns:
- Entity権限の可能範囲条件で編集リンク表示を制御設定
 
- 
setCheckEntityPermissionLimitConditionOfEditLinkpublic void setCheckEntityPermissionLimitConditionOfEditLink(boolean checkEntityPermissionLimitConditionOfEditLink) Entity権限の可能範囲条件で編集リンク表示を制御設定を設定します。- Parameters:
- checkEntityPermissionLimitConditionOfEditLink- Entity権限の可能範囲条件で編集リンク表示を制御設定
 
- 
isHideDeletepublic boolean isHideDelete()削除ボタン非表示設定を取得します。- Returns:
- 削除ボタン非表示設定
 
- 
setHideDeletepublic void setHideDelete(boolean hideDelete) 削除ボタン非表示設定を設定します。- Parameters:
- hideDelete- 削除ボタン非表示設定
 
- 
isHidePagingpublic boolean isHidePaging()ページング非表示設定を取得します。- Returns:
- ページング非表示設定
 
- 
setHidePagingpublic void setHidePaging(boolean hidePaging) ページング非表示設定を設定します。- Parameters:
- hidePaging- ページング非表示設定
 
- 
isHideCountpublic boolean isHideCount()件数非表示設定を取得します。- Returns:
- 件数非表示設定
 
- 
setHideCountpublic void setHideCount(boolean hideCount) 件数非表示設定を設定します。- Parameters:
- hideCount- 件数非表示設定
 
- 
isHidePageJumppublic boolean isHidePageJump()ページジャンプ非表示設定を取得します。- Returns:
- ページジャンプ非表示設定
 
- 
setHidePageJumppublic void setHidePageJump(boolean hidePageJump) ページジャンプ非表示設定を設定します。- Parameters:
- hidePageJump- ページジャンプ非表示設定
 
- 
isHidePageLinkpublic boolean isHidePageLink()ページリンク非表示設定を取得します。- Returns:
- ページリンク非表示設定
 
- 
setHidePageLinkpublic void setHidePageLink(boolean hidePageLink) ページリンク非表示設定を設定します。- Parameters:
- hidePageLink- ページリンク非表示設定
 
- 
getPagingPositionページング表示位置を取得します。- Returns:
- ページング表示位置
 
- 
setPagingPositionページング表示位置を設定します。- Parameters:
- pagingPosition- ページング表示位置
 
- 
addElement要素を追加します。- Parameters:
- val- プロパティ情報
 
- 
isShowLinkpublic boolean isShowLink()- Specified by:
- isShowLinkin class- Section
 
- 
isShowBulkUpdatepublic boolean isShowBulkUpdate()一括更新ボタン表示設定を取得します。- Returns:
- 一括更新ボタン表示設定
 
- 
setShowBulkUpdatepublic void setShowBulkUpdate(boolean showBulkUpdate) 一括更新ボタン表示設定を設定します。- Parameters:
- showBulkUpdate- 一括更新ボタン表示設定
 
- 
isUseBulkViewpublic boolean isUseBulkView()Bulk Viewの定義を利用を取得します。- Returns:
- Bulk Viewの定義を利用
 
- 
setUseBulkViewpublic void setUseBulkView(boolean useBulkView) Bulk Viewの定義を利用を設定します。- Parameters:
- useBulkView- Bulk Viewの定義を利用
 
- 
getExclusiveControlPoint一括更新の排他制御起点を取得します。- Returns:
- 一括更新の排他制御起点
 
- 
setExclusiveControlPointpublic void setExclusiveControlPoint(SearchResultSection.ExclusiveControlPoint exclusiveControlPoint) 一括更新の排他制御起点を設定します。- Parameters:
- exclusiveControlPoint- 一括更新の排他制御起点
 
- 
getBulkUpdateDisplayLabel一括更新ボタン表示ラベルを取得します。- Returns:
- 一括更新ボタンボタン表示ラベル
 
- 
setBulkUpdateDisplayLabel一括更新ボタンボタン表示ラベルを設定します。- Parameters:
- bulkUpdateDisplayLabel- 一括更新ボタンボタン表示ラベル
 
- 
getLocalizedBulkUpdateDisplayLabel多言語設定情報を取得します。- Returns:
- 多言語設定情報
 
- 
setLocalizedBulkUpdateDisplayLabelpublic void setLocalizedBulkUpdateDisplayLabel(List<LocalizedStringDefinition> localizedBulkUpdateDisplayLabel) 多言語設定情報を設定します。- Parameters:
- localizedBulkUpdateDisplayLabel- 多言語設定情報
 
- 
getBulkUpdateDefaultSelection一括更新デフォルト選択項目を取得します。- Returns:
- 一括更新デフォルト選択項目
 
- 
setBulkUpdateDefaultSelection一括更新デフォルト選択項目を設定します。- Parameters:
- bulkUpdateDefaultSelection- 一括更新デフォルト選択項目
 
- 
getTitleタイトルを取得します。- Returns:
- タイトル
 
- 
setTitleタイトルを設定します。
- 
getLocalizedTitleList多言語設定情報を取得します。- Returns:
- リスト
 
- 
setLocalizedTitleList多言語設定情報を設定します。- Parameters:
- \u30ea\u30b9\u30c8-
 
- 
addLocalizedTitle多言語設定情報を追加します。- Parameters:
- \u591a\u8a00\u8a9e\u8a2d\u5b9a\u60c5\u5831-
 
- 
getStyleクラス名を取得します。- Returns:
- クラス名
 
- 
setStyleクラス名を設定します。- Parameters:
- style- クラス名
 
- 
getIdidを取得します。- Returns:
- id
 
- 
setIdidを設定します。- Parameters:
- id- id
 
- 
isPurgeCompositionedEntitypublic boolean isPurgeCompositionedEntity()親子関係の参照を物理削除するかを取得します。- Returns:
- 親子関係の参照を物理削除するか
 
- 
setPurgeCompositionedEntitypublic void setPurgeCompositionedEntity(boolean purgeCompositionedEntity) 親子関係の参照を物理削除するかを設定します。- Parameters:
- purgeCompositionedEntity- 親子関係の参照を物理削除するか
 
- 
isForceUpadtepublic boolean isForceUpadte()更新時に強制的に更新処理を行うかを取得します。- Returns:
- forceUpdate 更新時に強制的に更新処理を行うか
 
- 
setForceUpadtepublic void setForceUpadte(boolean forceUpadte) 更新時に強制的に更新処理を行うかを設定します。- Parameters:
- forceUpadte- 更新時に強制的に更新処理を行うか
 
- 
getScriptKeyカスタムスタイルのキーを取得します。- Returns:
- カスタムスタイルのキー
 
- 
setScriptKeyカスタムスタイルのキーを設定します。- Parameters:
- scriptKey- カスタムスタイルのキー
 
- 
getInterrupterNameカスタム登録処理クラス名を取得します。- Returns:
- カスタム登録処理クラス名
 
- 
setInterrupterNameカスタム登録処理クラス名を設定します。- Parameters:
- interrupterName- カスタム登録処理クラス名
 
- 
getLoadEntityInterrupterNameカスタムロード処理クラス名を取得します。- Returns:
- カスタムロード処理クラス名
 
- 
setLoadEntityInterrupterNameカスタムロード処理クラス名を設定します。- Parameters:
- loadEntityInterrupterName- カスタムロード処理クラス名
 
- 
getDeleteInterrupterNameカスタム削除処理クラス名を取得します。- Returns:
- カスタム削除処理クラス名
 
- 
setDeleteInterrupterNameカスタム削除処理クラス名を設定します。- Parameters:
- deleteInterrupterName- カスタム削除処理クラス名
 
- 
getBulkUpdateInterrupterNameカスタム一括更新処理クラス名を取得します。- Returns:
- カスタム一括更新処理クラス名
 
- 
setBulkUpdateInterrupterNameカスタム一括更新処理クラス名を設定します。- Parameters:
- bulkUpdateInterrupterName- カスタム一括更新処理クラス名
 
- 
getDeleteAllCommandTransactionType
- 
setDeleteAllCommandTransactionTypepublic void setDeleteAllCommandTransactionType(SearchResultSection.DeleteAllCommandTransactionType deleteAllCommandTransactionType) 
- 
getBulkUpdateAllCommandTransactionTypepublic SearchResultSection.BulkUpdateAllCommandTransactionType getBulkUpdateAllCommandTransactionType()
- 
setBulkUpdateAllCommandTransactionTypepublic void setBulkUpdateAllCommandTransactionType(SearchResultSection.BulkUpdateAllCommandTransactionType bulkUpdateAllCommandTransactionType) 
 
-