|
||||||||||
| 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.viewer.UINewsletterViewerForm
public class UINewsletterViewerForm
Created by The eXo Platform SAS Author : Tran Nguyen Ngoc ngoc.tran@exoplatform.com May 25, 2009
| Nested Class Summary | |
|---|---|
static class |
UINewsletterViewerForm.ChangeSubcriptionsActionListener
The listener interface for receiving changeSubcriptionsAction events. |
static class |
UINewsletterViewerForm.ForgetEmailActionListener
The listener interface for receiving forgetEmailAction events. |
static class |
UINewsletterViewerForm.SubcribeActionListener
The listener interface for receiving subcribeAction events. |
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
|---|
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Field Summary | |
|---|---|
static java.lang.String |
CONTENT_KEY
|
org.exoplatform.webui.form.UIFormStringInput |
inputEmail
The input email. |
boolean |
isUpdated
The is updated. |
NewsletterPublicUserHandler |
publicUserHandler
The public user handler. |
NewsletterSubscriptionHandler |
subcriptionHandler
The subcription handler. |
static java.lang.String |
SUBJECT_KEY
|
java.lang.String |
userCode
The user code. |
java.lang.String |
userMail
The user mail. |
| Fields inherited from class org.exoplatform.webui.form.UIForm |
|---|
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
|---|
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Constructor Summary | |
|---|---|
UINewsletterViewerForm()
Instantiates a new uI newsletter viewer form. |
|
| Method Summary | |
|---|---|
java.util.List<NewsletterCategoryConfig> |
getListCategories()
Gets the list categories. |
java.util.List<NewsletterSubscriptionConfig> |
getListSubscription(java.lang.String categoryName)
Gets the list subscription. |
void |
init(java.util.List<NewsletterSubscriptionConfig> listNewsletterSubcription,
java.lang.String categoryName)
Inits the. |
void |
setInforConfirm(java.lang.String userEmail,
java.lang.String userCode)
Sets the infor confirm. |
void |
setLink(java.lang.String url)
Sets the link. |
void |
setListIds(java.util.List<java.lang.String> listIds)
Sets the list ids. |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
|---|
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, 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, 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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String SUBJECT_KEY
public static java.lang.String CONTENT_KEY
public java.lang.String userCode
public org.exoplatform.webui.form.UIFormStringInput inputEmail
public java.lang.String userMail
public boolean isUpdated
public NewsletterSubscriptionHandler subcriptionHandler
public NewsletterPublicUserHandler publicUserHandler
| Constructor Detail |
|---|
public UINewsletterViewerForm()
throws java.lang.Exception
java.lang.Exception - the exception| Method Detail |
|---|
public void setListIds(java.util.List<java.lang.String> listIds)
listIds - the new list ids
public void init(java.util.List<NewsletterSubscriptionConfig> listNewsletterSubcription,
java.lang.String categoryName)
throws java.lang.Exception
listNewsletterSubcription - the list newsletter subcriptioncategoryName - the category name
java.lang.Exception - the exception
public void setInforConfirm(java.lang.String userEmail,
java.lang.String userCode)
userEmail - the user emailuserCode - the user codepublic java.util.List<NewsletterCategoryConfig> getListCategories()
public java.util.List<NewsletterSubscriptionConfig> getListSubscription(java.lang.String categoryName)
categoryName - the category name
public void setLink(java.lang.String url)
throws java.lang.Exception
url - the new link
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||