Package org.iplass.mtp.view.generic
Class SearchFormView
java.lang.Object
org.iplass.mtp.view.generic.FormView
org.iplass.mtp.view.generic.SearchFormView
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
検索画面用のFormレイアウト情報
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription検索画面下部のセクションを取得します。検索画面中央のセクションを取得します。検索条件セクションを取得します。全削除WebAPI名を取得します。一括削除WebAPI名を取得します。CSVダウンロードアクション名を取得します。編集アクション名を取得します。EQLカスタム処理クラス名を取得します。JavaScriptコードを取得します。新規追加アクション名を取得します。検索結果セクションを取得します。検索画面Handlerクラス名を取得します。検索WebAPI名を取得します。ボタン上部のセクションを取得します。ボタン下部のセクションを取得します。表示アクション名を取得します。CSVアップロード画面表示アクション名を取得します。Entity権限における限定条件の除外設定を取得します。boolean
ごみ箱操作をユーザー削除データに限定するかを取得します。boolean
バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するかを取得します。boolean
特定バージョンを削除するかを取得します。boolean
新規作成ボタンを隠すかを取得します。boolean
ごみ箱を隠すかを取得します。boolean
isPurge()
物理削除するかを取得します。boolean
特権実行でユーザー名を表示を取得します。boolean
EQLカスタム処理クラスをCSVダウンロードで利用するかを取得します。void
setAllowTrashOperationToRecycleBy
(boolean allowTrashOperationToRecycleBy) ごみ箱操作をユーザー削除データに限定するかを設定します。void
setBottomSection
(Section bottomSection) 検索画面下部のセクションを設定します。void
setCanVersionedReferenceSearchForNoneVersionedEntity
(boolean canVersionedReferenceSearchForNoneVersionedEntity) バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するかを設定します。void
setCenterSection
(Section centerSection) 検索画面中央のセクションを設定します。void
setDeleteAllWebapiName
(String deleteAllWebapiName) 全削除WebAPI名を設定します。void
setDeleteListWebapiName
(String deleteListWebapiName) 一括削除WebAPI名を設定します。void
setDeleteSpecificVersion
(boolean deleteSpecificVersion) 特定バージョンを削除するかを設定します。void
setDownloadActionName
(String downloadActionName) CSVダウンロードアクション名を設定します。void
setEditActionName
(String editActionName) 編集アクション名を設定します。void
setHideNew
(boolean hideNew) 新規作成ボタンを隠すかを設定します。void
setHideTrash
(boolean showTrash) ごみ箱を隠すかを設定します。void
setInterrupterName
(String interrupterName) EQLカスタム処理クラス名を設定します。void
setJavaScript
(String javaScript) JavaScriptコードを設定します。void
setNewActionName
(String newActionName) 新規追加アクション名を設定します。void
setPurge
(boolean isPurge) 物理削除するかを設定します。void
setSearchFormViewHandlerName
(List<String> searchFormViewHandlerName) 検索画面Handlerクラス名を設定します。void
setSearchWebapiName
(String searchWebapiName) 検索WebAPI名を設定します。void
setShowUserNameWithPrivilegedValue
(boolean showUserNameWithPrivilegedValue) 特権実行でユーザー名を表示を設定します。void
setTopSection1
(Section topSection1) ボタン上部のセクションを設定します。void
setTopSection2
(Section topSection2) ボタン下部のセクションを設定します。void
setUseInterrupterForCsvDownload
(boolean useInterrupterForCsvDownload) EQLカスタム処理クラスをCSVダウンロードで利用するかを設定します。void
setViewActionName
(String viewActionName) 表示アクション名を設定します。void
setViewUploadActionName
(String viewUploadActionName) CSVアップロード画面表示アクション名を設定します。void
setWithoutConditionReferenceName
(List<String> withoutConditionReferenceName) Entity権限における限定条件の除外設定を設定します。Methods inherited from class org.iplass.mtp.view.generic.FormView
addButton, addLocalizedTitle, addSection, getButtons, getIconTag, getImageColor, getLocalizedTitleList, getName, getScriptKey, getSections, getTitle, isDialogMaximize, isLocalizationData, setButtons, setDialogMaximize, setIconTag, setImageColor, setLocalizationData, setLocalizedTitleList, setName, setScriptKey, setSections, setTitle
-
Constructor Details
-
SearchFormView
public SearchFormView()デフォルトコンストラクタ
-
-
Method Details
-
getCondSection
検索条件セクションを取得します。- Returns:
- 検索条件セクション
-
getResultSection
検索結果セクションを取得します。- Returns:
- 検索結果セクション
-
isHideTrash
public boolean isHideTrash()ごみ箱を隠すかを取得します。- Returns:
- ごみ箱を隠すか
-
setHideTrash
public void setHideTrash(boolean showTrash) ごみ箱を隠すかを設定します。- Parameters:
showTrash
- ごみ箱を隠すか
-
isAllowTrashOperationToRecycleBy
public boolean isAllowTrashOperationToRecycleBy()ごみ箱操作をユーザー削除データに限定するかを取得します。- Returns:
- ごみ箱操作をユーザー削除データに限定するか
-
setAllowTrashOperationToRecycleBy
public void setAllowTrashOperationToRecycleBy(boolean allowTrashOperationToRecycleBy) ごみ箱操作をユーザー削除データに限定するかを設定します。- Parameters:
allowTrashOperationToRecycleBy
- ごみ箱操作をユーザー削除データに限定するか
-
isHideNew
public boolean isHideNew()新規作成ボタンを隠すかを取得します。- Returns:
- 新規作成ボタンを隠すか
-
setHideNew
public void setHideNew(boolean hideNew) 新規作成ボタンを隠すかを設定します。- Parameters:
hideNew
- 新規作成ボタンを隠すか
-
getNewActionName
新規追加アクション名を取得します。- Returns:
- 新規追加アクション名
-
setNewActionName
新規追加アクション名を設定します。- Parameters:
newActionName
- 新規追加アクション名
-
getViewActionName
表示アクション名を取得します。- Returns:
- 表示アクション名
-
setViewActionName
表示アクション名を設定します。- Parameters:
viewActionName
- 表示アクション名
-
getEditActionName
編集アクション名を取得します。- Returns:
- 編集アクション名
-
setEditActionName
編集アクション名を設定します。- Parameters:
editActionName
- 編集アクション名
-
getDeleteListWebapiName
一括削除WebAPI名を取得します。- Returns:
- 一括削除WebAPI名
-
setDeleteListWebapiName
一括削除WebAPI名を設定します。- Parameters:
deleteListWebapiName
- 一括削除WebAPI名
-
getDeleteAllWebapiName
全削除WebAPI名を取得します。- Returns:
- 全削除WebAPI名
-
setDeleteAllWebapiName
全削除WebAPI名を設定します。- Parameters:
deleteAllWebapiName
- 全削除WebAPI名
-
getSearchWebapiName
検索WebAPI名を取得します。- Returns:
- 検索WebAPI名
-
setSearchWebapiName
検索WebAPI名を設定します。- Parameters:
searchWebapiName
- 検索WebAPI名
-
getDownloadActionName
CSVダウンロードアクション名を取得します。- Returns:
- CSVダウンロードアクション名
-
setDownloadActionName
CSVダウンロードアクション名を設定します。- Parameters:
downloadActionName
- CSVダウンロードアクション名
-
getViewUploadActionName
CSVアップロード画面表示アクション名を取得します。- Returns:
- CSVアップロード画面表示アクション名
-
setViewUploadActionName
CSVアップロード画面表示アクション名を設定します。- Parameters:
viewUploadActionName
- CSVアップロード画面表示アクション名
-
getJavaScript
JavaScriptコードを取得します。- Returns:
- JavaScriptコード
-
setJavaScript
JavaScriptコードを設定します。- Parameters:
javaScript
- JavaScriptコード
-
isPurge
public boolean isPurge()物理削除するかを取得します。- Returns:
- 物理削除するか
-
setPurge
public void setPurge(boolean isPurge) 物理削除するかを設定します。- Parameters:
isPurge
- 物理削除するか
-
isDeleteSpecificVersion
public boolean isDeleteSpecificVersion()特定バージョンを削除するかを取得します。- Returns:
- 特定バージョンを削除するか
-
setDeleteSpecificVersion
public void setDeleteSpecificVersion(boolean deleteSpecificVersion) 特定バージョンを削除するかを設定します。- Parameters:
deleteSpecificVersion
- 特定バージョンを削除するか
-
isCanVersionedReferenceSearchForNoneVersionedEntity
public boolean isCanVersionedReferenceSearchForNoneVersionedEntity()バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するかを取得します。- Returns:
- バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するか
-
setCanVersionedReferenceSearchForNoneVersionedEntity
public void setCanVersionedReferenceSearchForNoneVersionedEntity(boolean canVersionedReferenceSearchForNoneVersionedEntity) バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するかを設定します。- Parameters:
canVersionedReferenceSearchForNoneVersionedEntity
- バージョン管理Entity以外の場合に参照先の保存時バージョンの検索を許可するか
-
isShowUserNameWithPrivilegedValue
public boolean isShowUserNameWithPrivilegedValue()特権実行でユーザー名を表示を取得します。- Returns:
- 特権実行でユーザー名を表示
-
setShowUserNameWithPrivilegedValue
public void setShowUserNameWithPrivilegedValue(boolean showUserNameWithPrivilegedValue) 特権実行でユーザー名を表示を設定します。- Parameters:
showUserNameWithPrivilegedValue
- 特権実行でユーザー名を表示
-
getWithoutConditionReferenceName
Entity権限における限定条件の除外設定を取得します。- Returns:
- Entity権限における限定条件の除外設定
-
setWithoutConditionReferenceName
Entity権限における限定条件の除外設定を設定します。- Parameters:
withoutConditionReferenceName
- Entity権限における限定条件の除外設定
-
getInterrupterName
EQLカスタム処理クラス名を取得します。- Returns:
- EQLカスタム処理クラス名
-
setInterrupterName
EQLカスタム処理クラス名を設定します。- Parameters:
interrupterName
- EQLカスタム処理クラス名
-
isUseInterrupterForCsvDownload
public boolean isUseInterrupterForCsvDownload()EQLカスタム処理クラスをCSVダウンロードで利用するかを取得します。- Returns:
- EQLカスタム処理クラスをCSVダウンロードで利用するか
-
setUseInterrupterForCsvDownload
public void setUseInterrupterForCsvDownload(boolean useInterrupterForCsvDownload) EQLカスタム処理クラスをCSVダウンロードで利用するかを設定します。- Parameters:
useInterrupterForCsvDownload
- EQLカスタム処理クラスをCSVダウンロードで利用するか
-
getSearchFormViewHandlerName
検索画面Handlerクラス名を取得します。- Returns:
- 検索画面Handlerクラス名
-
setSearchFormViewHandlerName
検索画面Handlerクラス名を設定します。- Parameters:
searchFormViewHandlerName
- 検索画面Handlerクラス名
-
getTopSection1
ボタン上部のセクションを取得します。- Returns:
- ボタン上部のセクション
-
setTopSection1
ボタン上部のセクションを設定します。- Parameters:
topSection1
- ボタン上部のセクション
-
getTopSection2
ボタン下部のセクションを取得します。- Returns:
- ボタン下部のセクション
-
setTopSection2
ボタン下部のセクションを設定します。- Parameters:
topSection2
- ボタン下部のセクション
-
getCenterSection
検索画面中央のセクションを取得します。- Returns:
- 検索画面中央のセクション
-
setCenterSection
検索画面中央のセクションを設定します。- Parameters:
centerSection
- 検索画面中央のセクション
-
getBottomSection
検索画面下部のセクションを取得します。- Returns:
- 検索画面下部のセクション
-
setBottomSection
検索画面下部のセクションを設定します。- Parameters:
bottomSection
- 検索画面下部のセクション
-