<< Click to Display Table of Contents >>
DataBind
Constructor Detail
DataBind
public DataBind(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)
データバインディングモジュール関連機能を実行します。
Parameters:
url:HTTP方式OZ ServerのURL
id:ユーザーID
pw:ユーザーのパスワード
bAutoLogin:自動ログインをするか否か
useUSL:USLを使用するか否か
Method Detail
setDataBindConfigration
public void setDataBindConfigration(SortProperties config) throws OZCPException
DataBindの設定値("databind.properties"に設定されている値)を変更できます。
Parameters:
config : DataBindの設定属性("databind.properties"に設定されている値)を変更できます。
getDataBindConfigration
public SortProperties getDataBindConfigration() throws OZCPException
DataBindの設定値("databind.properties"に設定されている値)を取得します。