org.exoplatform.wcm.webui.newsletter.manager
Class UINewsletterEntryContainer

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wcm.webui.newsletter.manager.UINewsletterEntryContainer

public class UINewsletterEntryContainer
extends org.exoplatform.webui.core.UIContainer

Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Jun 10, 2009


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UINewsletterEntryContainer()
          Instantiates a new uI newsletter entry container.
 
Method Summary
 NewsletterCategoryConfig getCategoryConfig()
          Gets the category config.
 boolean isUpdated()
          Checks if is updated.
 void setCategoryConfig(NewsletterCategoryConfig categoryConfig)
          Sets the category config.
 void setNewsletterInfor(java.lang.String newsletterPath)
          Sets the newsletter infor.
 void setUpdated(boolean isUpdated)
          Sets the updated.
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UINewsletterEntryContainer

public UINewsletterEntryContainer()
                           throws java.lang.Exception
Instantiates a new uI newsletter entry container.

Throws:
java.lang.Exception - the exception
Method Detail

setUpdated

public void setUpdated(boolean isUpdated)
Sets the updated.

Parameters:
isUpdated - the new updated

isUpdated

public boolean isUpdated()
Checks if is updated.

Returns:
true, if is updated

setNewsletterInfor

public void setNewsletterInfor(java.lang.String newsletterPath)
                        throws java.lang.Exception
Sets the newsletter infor.

Parameters:
newsletterPath - the new newsletter infor
Throws:
java.lang.Exception - the exception

getCategoryConfig

public NewsletterCategoryConfig getCategoryConfig()
Gets the category config.

Returns:
the category config

setCategoryConfig

public void setCategoryConfig(NewsletterCategoryConfig categoryConfig)
                       throws java.lang.Exception
Sets the category config.

Parameters:
categoryConfig - the new category config
Throws:
java.lang.Exception - the exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.