|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.hamaf.hikyaku.ui.ProcessBase
public abstract class ProcessBase
タイトル:ProcessBase is Process Bean base class.
説明:処理用JavaBeanのベースとなるクラス。
CommonMessage
オブジェクトを介して行います。
著作権: Copyright (c) 2003/12/01
フィールドの概要 | |
---|---|
protected java.lang.String |
clnm
|
protected org.w3c.dom.Document |
controlXml
|
protected java.util.logging.Logger |
log
|
protected java.lang.String |
msgHed
|
protected java.lang.String |
process
|
protected HttpServletRequest |
request
|
protected java.util.ResourceBundle |
resource
|
protected HttpServletResponse |
response
|
protected java.lang.Object |
saveObj
|
protected ServletConfig |
sconfig
|
protected HttpSession |
session
|
protected java.lang.String |
sysId
|
コンストラクタの概要 | |
---|---|
ProcessBase()
|
メソッドの概要 | |
---|---|
abstract CommonMessage |
exec(CommonMessage msg)
Describe exec method : Process Execute. |
CommonMessage |
finish(CommonMessage msg)
Describe finish method : fainal process. |
protected UserDto |
getUerDto()
Describe getUerDto method : . |
protected java.lang.String |
getUserID()
Describe getUserID method : . |
CommonMessage |
init(HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
java.util.ResourceBundle rsb,
java.util.Map<DistributeServlet.SVAL,java.lang.String> sval)
Describe init method : create CommonMessage and initialize. |
protected CommonMessage |
newCommonMessage()
Describe newCommonMessage method : create new CommonMessage. |
void |
setSconfig(ServletConfig sconfig)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected HttpServletRequest request
protected HttpServletResponse response
protected HttpSession session
protected java.util.logging.Logger log
protected java.lang.Object saveObj
protected org.w3c.dom.Document controlXml
protected java.lang.String sysId
protected java.lang.String process
protected java.lang.String clnm
protected java.lang.String msgHed
protected java.util.ResourceBundle resource
protected ServletConfig sconfig
コンストラクタの詳細 |
---|
public ProcessBase()
メソッドの詳細 |
---|
public final CommonMessage init(HttpServletRequest httpRequest, HttpServletResponse httpResponse, java.util.ResourceBundle rsb, java.util.Map<DistributeServlet.SVAL,java.lang.String> sval)
init
method : create CommonMessage and initialize.
httpRequest
- : HttpServletRequesthttpResponse
- : HttpServletResponsersb
- : ResourceBundleargSysId
- a String
: システムIDsval
- a Map
: システム情報Map
CommonMessage
: 生成した共通メッセージオブジェクトpublic CommonMessage finish(CommonMessage msg)
finish
method : fainal process.
msg
- a CommonMessage
: 共通メッセージオブジェクト
CommonMessage
: 共通メッセージオブジェクトprotected CommonMessage newCommonMessage()
newCommonMessage
method : create new CommonMessage.
CommonMessage
をインスタンス化して戻す。
CommonMessage
: 共通メッセージオブジェクトpublic void setSconfig(ServletConfig sconfig)
sconfig
- sconfig を設定します。protected UserDto getUerDto()
getUerDto
method : .
UserDto
:protected java.lang.String getUserID()
getUserID
method : .
String
: ログインユーザーIDpublic abstract CommonMessage exec(CommonMessage msg) throws java.lang.Exception
exec
method : Process Execute.
CommonMessage
のリクエスト用Mapに設定されています。
CommonMessage
のレスポンス用のMap或いはList領域に、
msg
- a CommonMessage
: 共通メッセージオブジェクト
CommonMessage
: 共通メッセージオブジェクト
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |