Class PushNotificationTemplateFactory
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplateFactory
-
public class PushNotificationTemplateFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PushNotificationTemplateFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PushNotificationTemplatecreatePushNotificationTemplate()static PushNotificationTemplatecreatePushNotificationTemplate(java.lang.String anId)For internal use only!static PushNotificationTemplatecreatePushNotificationTemplate(PushNotificationTemplate template)static PushNotificationTemplatecreatePushNotificationTemplateForImport(java.lang.String anId)
-
-
-
Method Detail
-
createPushNotificationTemplate
public static PushNotificationTemplate createPushNotificationTemplate(PushNotificationTemplate template)
-
createPushNotificationTemplate
public static PushNotificationTemplate createPushNotificationTemplate()
-
createPushNotificationTemplateForImport
public static PushNotificationTemplate createPushNotificationTemplateForImport(java.lang.String anId)
-
createPushNotificationTemplate
public static PushNotificationTemplate createPushNotificationTemplate(java.lang.String anId)
For internal use only!
-
-