Class PushNotificationTemplateXMLHelper
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.PushNotificationTemplateXMLHelper
-
public class PushNotificationTemplateXMLHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description PushNotificationTemplateXMLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PushNotificationTemplatefromXML(net.anotheria.util.xml.XMLNode node)static net.anotheria.util.xml.XMLNodetoXML(PushNotificationTemplate object)static net.anotheria.util.xml.XMLNodetoXML(PushNotificationTemplate object, String... languages)
-
-
-
Field Detail
-
LANGUAGES
public static final String[] LANGUAGES
-
-
Method Detail
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(PushNotificationTemplate object)
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(PushNotificationTemplate object, String... languages)
-
fromXML
public static PushNotificationTemplate fromXML(net.anotheria.util.xml.XMLNode node)
-
-