|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.util.data.ParamConverter
jp.co.intra_mart.foundation.sap.common.util.data.ExtendedParamConverter
public final class ExtendedParamConverter
共通APIのパラメータ変換クラス2。
機能は以下の通り。
| メソッドの概要 | |
|---|---|
static String |
changeParam(String param)
入力された項目名を変換します。 |
static String |
changeToUpperParam(String param,
String propertyName,
String paramType)
入力された項目名をプロパティファイルの項目名に変換します。 |
static boolean |
ioInvoke(Object obj,
String paramName,
String value,
PropertyDescriptor[] props)
パラメータ名からsetterメソッドを取得し、値をセットします。 |
| クラス jp.co.intra_mart.foundation.sap.common.util.data.ParamConverter から継承されたメソッド |
|---|
changeToUpperParam, checkFlg, checkNull |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static String changeParam(String param)
param - 入力された項目名
public static boolean ioInvoke(Object obj,
String paramName,
String value,
PropertyDescriptor[] props)
obj - 項目をセットするオブジェクトparamName - 項目名value - セットする値props - プロパティ情報
public static String changeToUpperParam(String param,
String propertyName,
String paramType)
throws SAPAuthSystemException,
SAPGeneralSystemException,
SAPGeneralAppException
param - String 変換する項目名propertyName - String 検索するプロパティファイル名paramType - String 検索するパラメータ属性(structure)
SAPAuthSystemException
SAPAuthSystemException
SAPGeneralSystemException
SAPGeneralAppException
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||