Ontimize 5.2072EN

com.ontimize.util.notice
Class NoticeManagerFactory

java.lang.Object
  extended bycom.ontimize.util.notice.NoticeManagerFactory

public class NoticeManagerFactory
extends java.lang.Object


Constructor Summary
NoticeManagerFactory()
           
 
Method Summary
static INoticeWindow getNoticeWindow(boolean create)
           
static ITemplateManagement getTemplateManagement()
           
static void setNoticesWindow(INoticeWindow i)
           
static void setTemplateManagement(ITemplateManagement i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoticeManagerFactory

public NoticeManagerFactory()
Method Detail

getTemplateManagement

public static ITemplateManagement getTemplateManagement()

setTemplateManagement

public static void setTemplateManagement(ITemplateManagement i)

getNoticeWindow

public static INoticeWindow getNoticeWindow(boolean create)

setNoticesWindow

public static void setNoticesWindow(INoticeWindow i)

Ontimize