クラス PushNotificationService
java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedMetaDataService<MetaPushNotificationTemplate,MetaPushNotificationTemplate.PushNotificationTemplateRuntime>
org.iplass.mtp.impl.pushnotification.PushNotificationService
- すべての実装されたインタフェース:
TypedMetaDataService<MetaPushNotificationTemplate,,MetaPushNotificationTemplate.PushNotificationTemplateRuntime> Service
public class PushNotificationService
extends AbstractTypedMetaDataService<MetaPushNotificationTemplate,MetaPushNotificationTemplate.PushNotificationTemplateRuntime>
implements Service
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voiddestroy()static Stringメタデータのクラスを取得します。メタデータのRuntimeクラスを取得します。voidfinal PushNotificationResultpush(Tenant tenant, PushNotification notification) protected PushNotificationResultpushImpl(Tenant tenant, PushNotification notification) クラスから継承されたメソッド org.iplass.mtp.impl.definition.AbstractTypedMetaDataService
createMetaData, getRuntimeById, getRuntimeByName, list, list, nameList, removeMetaData, updateMetaData
-
フィールド詳細
-
PUSH_NOTIFICATION_TEMPLATE_META_PATH
- 関連項目:
-
-
コンストラクタの詳細
-
PushNotificationService
public PushNotificationService()
-
-
メソッドの詳細
-
getFixedPath
-
init
-
destroy
public void destroy() -
push
-
pushImpl
-
getMetaDataType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのクラスを取得します。 -
getRuntimeType
インタフェースからコピーされた説明:TypedMetaDataServiceメタデータのRuntimeクラスを取得します。
-