|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.Portlet
fr.paris.lutece.plugins.form.business.portlet.FormPortlet
public class FormPortlet
This class represents business objects ArticlesList Portlet
Field Summary |
---|
Fields inherited from class fr.paris.lutece.portal.business.portlet.Portlet |
---|
STATUS_PUBLISHED, STATUS_UNPUBLISHED |
Fields inherited from interface fr.paris.lutece.portal.business.XmlContent |
---|
TAG_CHILD_PAGES_LIST, TAG_CURRENT_PAGE_ID, TAG_DISPLAY_PORTLET_TITLE, TAG_MENU, TAG_MENU_INDEX, TAG_MENU_LIST, TAG_MODE, TAG_PAGE, TAG_PAGE_DESCRIPTION, TAG_PAGE_ID, TAG_PAGE_IMAGE, TAG_PAGE_LEVEL, TAG_PAGE_NAME, TAG_PARENT_PAGE_ID, TAG_PLUGIN_NAME, TAG_PORTLET, TAG_PORTLET_ID, TAG_PORTLET_NAME, TAG_SUBLEVEL_INDEX, TAG_SUBLEVEL_MENU, TAG_SUBLEVEL_MENU_LIST |
Constructor Summary | |
---|---|
FormPortlet()
Sets the identifier of the portlet type to the value specified in the ArticlesListPortletHome class |
Method Summary | |
---|---|
int |
getFormId()
Returns the FormId |
int |
getPortletId()
Returns the nPortletId |
int |
getStatus()
Returns the Status |
java.lang.String |
getXml(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the form portlet without XML heading |
java.lang.String |
getXmlDocument(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the form portlet with XML heading |
void |
remove()
Removes the current instance of the the form portlet object |
void |
setFormId(int nFormId)
Sets the FormId |
void |
setPortletId(int nPortletId)
Sets the IdPortlet |
void |
setStatus(int nStatus)
Sets the Status |
void |
update()
Updates the current instance of the form portlet object |
Methods inherited from class fr.paris.lutece.portal.business.portlet.Portlet |
---|
addPortletTags, copy, getAcceptAlias, getColumn, getDateUpdate, getDisplayPortletTitle, getHomeClassName, getId, getName, getOrder, getPageId, getPluginName, getPortletTypeId, getPortletTypeName, getRole, getStyleId, getUrlCreation, getUrlUpdate, getXslFile, getXslParams, getXslSource, setAcceptAlias, setColumn, setDateUpdate, setDisplayPortletTitle, setHomeClassName, setId, setName, setOrder, setPageId, setPluginName, setPortletTypeId, setPortletTypeName, setRole, setStyleId, setUrlCreation, setUrlUpdate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormPortlet()
Method Detail |
---|
public java.lang.String getXml(javax.servlet.http.HttpServletRequest request)
request
- The HTTP Servlet request
public java.lang.String getXmlDocument(javax.servlet.http.HttpServletRequest request)
request
- The HTTP Servlet Request
public void update()
public void remove()
remove
in class fr.paris.lutece.portal.business.portlet.Portlet
public int getPortletId()
public void setPortletId(int nPortletId)
nPortletId
- The nPortletIdpublic int getFormId()
public void setFormId(int nFormId)
nFormId
- The nFormIdpublic int getStatus()
getStatus
in class fr.paris.lutece.portal.business.portlet.Portlet
public void setStatus(int nStatus)
setStatus
in class fr.paris.lutece.portal.business.portlet.Portlet
nStatus
- The Status
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |