Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.notices
Class NoticesUtil  view NoticesUtil download NoticesUtil.java

java.lang.Object
  extended bycom.aendvari.common.notices.NoticesUtil

public class NoticesUtil
extends java.lang.Object

Provides various utility methods for the notice classes.


Constructor Summary
NoticesUtil()
           
 
Method Summary
static void noticesToModel(Notices notices, NoticeTranslator translator, com.aendvari.common.model.ModelNode modelNode, java.lang.String path, boolean recursive)
          Extracts all the notices in their translated form into the given com.aendvari.common.model.ModelNode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoticesUtil

public NoticesUtil()
Method Detail

noticesToModel

public static void noticesToModel(Notices notices,
                                  NoticeTranslator translator,
                                  com.aendvari.common.model.ModelNode modelNode,
                                  java.lang.String path,
                                  boolean recursive)

Extracts all the notices in their translated form into the given com.aendvari.common.model.ModelNode.

The form in which the notices will placed is:

<notice>this is notice 1</notice> <notice>this is notice 2</notice> <notice>this is notice 3</notice>