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

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

public class OrderListService
extends Object

属性一覧取得クラス


コンストラクタの概要
OrderListService()
           
 
メソッドの概要
 OrderListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo, String dbId, String orderId, int orderFlg)
           指定データベースの属性情報・表示順情報を取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OrderListService

public OrderListService()
メソッドの詳細

get

public OrderListServiceRetValue get(jp.co.intra_mart.foundation.web_service.auth.WSUserInfo wsUserInfo,
                                    String dbId,
                                    String orderId,
                                    int orderFlg)
                             throws org.apache.axis2.AxisFault
 指定データベースの属性情報・表示順情報を取得します。
 
 qbs_x_attrlist, qbs_x_orderlist テーブルよりデータを取得します。
 取得したデータが0件の場合falseを返します。
 結果は返却値クラスから取得してください。
 

パラメータ:
wsUserInfo - [必須] ユーザ情報
dbId - [必須] データベースID
orderId - [必須] 表示順ID
orderFlg - [必須] 表示順フラグ(1:登録画面用 2:条件検索用 3:検索結果用)
戻り値:
返却値クラス
例外:
org.apache.axis2.AxisFault - 例外エラー