jp.sourceforge.livez.vodafone
クラス VodafoneGenerator

java.lang.Object
  上位を拡張 jp.sourceforge.livez.MobilePhoneGenerator<VodafoneRequest,Vodafone>
      上位を拡張 jp.sourceforge.livez.vodafone.VodafoneGenerator

public final class VodafoneGenerator
extends MobilePhoneGenerator<VodafoneRequest,Vodafone>

ボーダフォン端末情報を生成する携帯端末情報ジェネレータクラスです。

作成者:
杉澤 浩二

フィールドの概要
static String BEAN_ID
           
 
コンストラクタの概要
VodafoneGenerator()
          デフォルトコンストラクタです。
 
メソッドの概要
 Vodafone create(HttpServletRequest request)
          HTTP リクエスト情報からボーダフォン端末情報を生成して返します。
 Vodafone create(VodafoneRequest r)
          ボーダフォン端末リクエスト情報からボーダフォン端末情報を生成して返します。
 void setVodafoneDAO(VodafoneDAO vodafoneDAO)
          VodafoneDAO を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BEAN_ID

public static final String BEAN_ID
関連項目:
定数フィールド値
コンストラクタの詳細

VodafoneGenerator

public VodafoneGenerator()
デフォルトコンストラクタです。

メソッドの詳細

setVodafoneDAO

public void setVodafoneDAO(VodafoneDAO vodafoneDAO)
VodafoneDAO を設定します。

パラメータ:
vodafoneDAO - VodafoneDAO

create

public Vodafone create(VodafoneRequest r)
                throws NullPointerException,
                       DataAccessException
ボーダフォン端末リクエスト情報からボーダフォン端末情報を生成して返します。

定義:
クラス MobilePhoneGenerator<VodafoneRequest,Vodafone> 内の create
パラメータ:
r - ボーダフォン端末リクエスト情報
戻り値:
ボーダフォン端末情報
例外:
NullPointerException - ボーダフォン端末リクエスト情報が null の場合
DataAccessException - VodafoneDAO の操作で例外が発生した場合

create

public Vodafone create(HttpServletRequest request)
                throws NullPointerException,
                       IllegalRequestException,
                       DataAccessException
HTTP リクエスト情報からボーダフォン端末情報を生成して返します。

定義:
クラス MobilePhoneGenerator<VodafoneRequest,Vodafone> 内の create
パラメータ:
request - HTTPリクエスト情報
戻り値:
ボーダフォン端末情報
例外:
NullPointerException - HTTPリクエスト情報が null の場合
IllegalRequestException - HTTPリクエスト情報が不正な場合
DataAccessException - VodafoneDAO の操作で例外が発生した場合


Copyright © 2005-2006 Kouji Sugisawa. All rights reserved.