jp.co.quickbinder.webservice.xorder
クラス InputDataListService

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.xorder.InputDataListService

public class InputDataListService
extends Object

入力補助リスト取得クラス


コンストラクタの概要
InputDataListService()
           
 
メソッドの概要
 InputDataListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo, String orderId, String col)
          指定属性の入力補助リスト情報を取得する。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InputDataListService

public InputDataListService()
メソッドの詳細

get

public InputDataListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
                                        String orderId,
                                        String col)
                                 throws org.apache.axis2.AxisFault
指定属性の入力補助リスト情報を取得する。
 qbs_x_inputdataテーブルよりデータを取得します。
 取得したデータが0件の場合trueを返します。
 結果は返却値クラスから取得してください。
 

パラメータ:
wsUserInfo - [必須] ユーザ情報
orderId - [必須] 表示順ID
col - [必須] カラムキー
戻り値:
返却値クラス
例外:
org.apache.axis2.AxisFault - 例外エラー