Uses of Class
net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplateDocument
-
Packages that use PushNotificationTemplateDocument Package Description net.anotheria.anosite.gen.asresourcedata.data -
-
Uses of PushNotificationTemplateDocument in net.anotheria.anosite.gen.asresourcedata.data
Methods in net.anotheria.anosite.gen.asresourcedata.data that return PushNotificationTemplateDocument Modifier and Type Method Description PushNotificationTemplateDocumentModuleASResourceData. createPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)PushNotificationTemplateDocumentModuleASResourceData. getPushNotificationTemplate(java.lang.String id)PushNotificationTemplateDocumentModuleASResourceData. importPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)Methods in net.anotheria.anosite.gen.asresourcedata.data that return types with arguments of type PushNotificationTemplateDocument Modifier and Type Method Description java.util.List<PushNotificationTemplateDocument>ModuleASResourceData. getPushNotificationTemplates()Methods in net.anotheria.anosite.gen.asresourcedata.data with parameters of type PushNotificationTemplateDocument Modifier and Type Method Description PushNotificationTemplateDocumentModuleASResourceData. createPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)PushNotificationTemplateDocumentModuleASResourceData. importPushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)voidModuleASResourceData. updatePushNotificationTemplate(PushNotificationTemplateDocument pushnotificationtemplate)Constructors in net.anotheria.anosite.gen.asresourcedata.data with parameters of type PushNotificationTemplateDocument Constructor Description PushNotificationTemplateDocument(PushNotificationTemplateDocument toClone)
-