|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIForm
org.exoplatform.wcm.webui.newsletter.manager.UINewsletterEntryManager
public class UINewsletterEntryManager
Created by The eXo Platform SAS Author : eXoPlatform ngoc.tran@exoplatform.com Jun 9, 2009
| Nested Class Summary | |
|---|---|
static class |
UINewsletterEntryManager.AddEntryActionListener
The listener interface for receiving addEntryAction events. |
static class |
UINewsletterEntryManager.BackToCategoriesActionListener
The listener interface for receiving backToCategoriesAction events. |
static class |
UINewsletterEntryManager.BackToSubcriptionsActionListener
The listener interface for receiving backToSubcriptionsAction events. |
static class |
UINewsletterEntryManager.ConvertTemplateActionListener
The listener interface for receiving convertTemplateAction events. |
static class |
UINewsletterEntryManager.DeleteNewsletterEntryActionListener
The listener interface for receiving deleteNewsletterEntryAction events. |
static class |
UINewsletterEntryManager.EditNewsletterEntryActionListener
The listener interface for receiving editNewsletterEntryAction events. |
static class |
UINewsletterEntryManager.OpenNewsletterActionListener
The listener interface for receiving openNewsletterAction events. |
static class |
UINewsletterEntryManager.SelectNewsletterActionListener
The listener interface for receiving selectNewsletterAction events. |
| 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.form.UIForm |
|---|
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UINewsletterEntryManager()
Instantiates a new uI newsletter entry manager. |
|
| Method Summary | |
|---|---|
NewsletterCategoryConfig |
getCategoryConfig()
Gets the category config. |
java.util.List<java.lang.String> |
getChecked()
Gets the checked. |
java.util.List |
getListNewsletterEntries()
Gets the list newsletter entries. |
NewsletterSubscriptionConfig |
getSubscriptionConfig()
Gets the subscription config. |
void |
init()
Inits the. |
void |
setCategoryConfig(NewsletterCategoryConfig categoryConfig)
Sets the category config. |
void |
setSubscriptionConfig(NewsletterSubscriptionConfig subscriptionConfig)
Sets the subscription config. |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
|---|
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url |
| Methods inherited from class org.exoplatform.webui.core.UIContainer |
|---|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit |
| Methods inherited from class org.exoplatform.webui.core.UIComponent |
|---|
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UINewsletterEntryManager()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public void init()
throws java.lang.Exception
java.lang.Exception - the exception
public java.util.List getListNewsletterEntries()
throws java.lang.Exception
java.lang.Exception - the exceptionpublic java.util.List<java.lang.String> getChecked()
public NewsletterSubscriptionConfig getSubscriptionConfig()
public void setSubscriptionConfig(NewsletterSubscriptionConfig subscriptionConfig)
subscriptionConfig - the new subscription configpublic NewsletterCategoryConfig getCategoryConfig()
public void setCategoryConfig(NewsletterCategoryConfig categoryConfig)
categoryConfig - the new category config
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||