|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface GridService
自グリッド及びシステム設定の情報を扱うサービス
| メソッドの概要 | |
|---|---|
LangridList<GridModel> |
getAll()
|
int |
getPasswordExpiredDay()
パスワード有効日数を取得する |
String |
getSelfGridId()
自グリッドIDを取得する |
boolean |
isAutoApproveEnabled()
|
boolean |
isCommercialUse()
|
void |
setAutoApproveEnabled(boolean autoApproveEnabled)
|
void |
setCommercialUse(boolean isCommercialUse)
|
void |
setPasswordExpiredDay(int day)
パスワード有効日数を設定する |
void |
setSelfGridId(String gridId)
自グリッドIDを設定する |
| インタフェース jp.go.nict.langrid.management.web.model.service.DataService から継承されたメソッド |
|---|
add, delete, edit, get, getList, getTotalCount, isExist, setScopeParametar |
| メソッドの詳細 |
|---|
String getSelfGridId()
throws ServiceManagerException
ServiceManagerException - 処理に失敗したvoid setSelfGridId(String gridId)
gridId - 自グリッドID
int getPasswordExpiredDay()
throws ServiceManagerException
ServiceManagerException - 処理に失敗した
void setPasswordExpiredDay(int day)
throws ServiceManagerException
day - 日数
ServiceManagerException - 処理に失敗した
boolean isCommercialUse()
throws ServiceManagerException
ServiceManagerException
void setCommercialUse(boolean isCommercialUse)
throws ServiceManagerException
ServiceManagerException
boolean isAutoApproveEnabled()
throws ServiceManagerException
ServiceManagerException
void setAutoApproveEnabled(boolean autoApproveEnabled)
throws ServiceManagerException
ServiceManagerException
LangridList<GridModel> getAll()
throws ServiceManagerException
ServiceManagerException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||