|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.hayabusa.mail.AbstractMailManager
public abstract class AbstractMailManager
フィールドの概要 | |
---|---|
static ApplicationInfo |
appInfo
アプリケーション情報 |
protected static String |
FGJ_ACNT_ERR
|
protected static String |
FGJ_ADDR_ERR
|
protected static String |
FGJ_SEND_OVER
|
protected static String |
FGJ_SEND_WAIT
|
コンストラクタの概要 | |
---|---|
AbstractMailManager()
|
メソッドの概要 | |
---|---|
protected void |
commitMailDB()
送信結果を履歴テーブル(GE32)と宛先テーブル(GE34)に登録します。 |
void |
create(Map<String,String> params)
呼出元よりパラメータマップを受取って、メールオブジェクト(mailObj)を作成します。 |
String |
getContent()
メール本文を返します。 |
protected List<String> |
getErrList()
アドレスチェックのエラーリストを返します。 |
String |
getFromAddr()
メール送信者アドレスを返します。 |
protected Map<String,String[]> |
getMailDstMap()
メール宛先マップをセットします。 |
String |
getTitle()
メールタイトルを返します。 |
void |
send()
メール送信を行うメソッドです。 |
protected void |
setAttachFiles(String attach1,
String attach2,
String attach3,
String attach4,
String attach5)
添付ファイル配列をセットします。 |
void |
setContent(String content)
メール本文をセットします。 |
void |
setDebug(boolean debug)
デバッグ情報の表示を行うかどうかをセットします。 |
void |
setFromAddr(String from)
メール送信者アドレスをセットします。 |
protected void |
setInitParams(Map<String,String> params)
パラメータマップをセットします。 |
protected void |
setMailDstMap(Map<String,String[]> mailDst)
メール宛先マップをセットします。 |
void |
setTitle(String title)
メールタイトルをセットします。 |
protected String |
trim(String src,
int maxLen)
指定の長さ以内の文字列を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final String FGJ_SEND_WAIT
protected static final String FGJ_SEND_OVER
protected static final String FGJ_ADDR_ERR
protected static final String FGJ_ACNT_ERR
public static final ApplicationInfo appInfo
コンストラクタの詳細 |
---|
public AbstractMailManager()
メソッドの詳細 |
---|
public void create(Map<String,String> params)
params
- Mappublic void send()
public void setDebug(boolean debug)
debug
- booleanpublic void setFromAddr(String from)
from
- Stringpublic void setTitle(String title)
title
- Stringpublic void setContent(String content)
content
- Stringpublic String getFromAddr()
public String getTitle()
public String getContent()
protected void commitMailDB()
protected void setInitParams(Map<String,String> params)
params
- Mapprotected void setAttachFiles(String attach1, String attach2, String attach3, String attach4, String attach5)
attach1
- String, attach2 String, attach3 String, attach4 String, attach5 Stringprotected void setMailDstMap(Map<String,String[]> mailDst)
mailDst
- Mapprotected Map<String,String[]> getMailDstMap()
protected String trim(String src, int maxLen)
src
- StringmaxLen
- int
protected List<String> getErrList()
|
openGion 5.0.0.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |