パッケージ org.iplass.mtp.impl.sms
クラス SmsServiceBaseImpl
java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedMetaDataService<MetaSmsMailTemplate,MetaSmsMailTemplate.SmsMailTemplateRuntime>
org.iplass.mtp.impl.sms.SmsServiceBaseImpl
- すべての実装されたインタフェース:
TypedMetaDataService<MetaSmsMailTemplate,,MetaSmsMailTemplate.SmsMailTemplateRuntime> SmsService,Service
public class SmsServiceBaseImpl
extends AbstractTypedMetaDataService<MetaSmsMailTemplate,MetaSmsMailTemplate.SmsMailTemplateRuntime>
implements SmsService
SmeServiceのベース実装.
テンプレート操作など最低限の操作のみ.
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明createMail(Tenant tenant) voiddestroy()protected booleanfireOnSendMail(SmsMail mail) protected voidfireOnSuccess(SmsMail mail) static Stringメタデータのクラスを取得します。メタデータのRuntimeクラスを取得します。protected voidhandleException(SmsMail mail, Exception e) voidfinal voidsendSmsMail(Tenant tenant, SmsMail sms) テナント情報に設定されているメール情報を利用してSMSを送信する。protected voidsendSmsMailImpl(Tenant tenant, SmsMail sms) voidsetDefaultFrom(String defaultFrom) クラスから継承されたメソッド org.iplass.mtp.impl.definition.AbstractTypedMetaDataService
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaDataクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.definition.TypedMetaDataService
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaData
-
フィールド詳細
-
SMS_TEMPLATE_META_PATH
- 関連項目:
-
-
コンストラクタの詳細
-
SmsServiceBaseImpl
public SmsServiceBaseImpl()
-
-
メソッドの詳細
-
init
-
destroy
public void destroy() -
getFixedPath
-
sendSmsMail
インタフェースからコピーされた説明:SmsServiceテナント情報に設定されているメール情報を利用してSMSを送信する。- 定義:
sendSmsMailインタフェース内SmsService- パラメータ:
tenant- テナント情報
-
fireOnSendMail
-
fireOnSuccess
-
handleException
-
sendSmsMailImpl
-
createMail
- 定義:
createMailインタフェース内SmsService
-
getDefaultFrom
-
setDefaultFrom
-
getMetaDataType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのクラスを取得します。 -
getRuntimeType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのRuntimeクラスを取得します。
-