fr.paris.lutece.plugins.dbpage.business.portlet
Class DbPagePortlet

java.lang.Object
  extended by fr.paris.lutece.portal.business.portlet.Portlet
      extended by fr.paris.lutece.plugins.dbpage.business.portlet.DbPagePortlet
All Implemented Interfaces:
fr.paris.lutece.portal.business.XmlContent

public class DbPagePortlet
extends fr.paris.lutece.portal.business.portlet.Portlet

This class represents business objects DbPagePortlet


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
DbPagePortlet()
          Creates a new DbPagePortlet object.
 
Method Summary
 java.lang.String getDbPageName()
          Returns the name of this dbpage
 java.lang.String getDbValues()
          Returns values of this dbpage
 java.util.List<java.lang.String> getValuesList()
          Returns values of this dbpage
 java.lang.String getXml(javax.servlet.http.HttpServletRequest request)
          Returns the Xml code of the DbPage portlet without XML heading
 java.lang.String getXmlDocument(javax.servlet.http.HttpServletRequest request)
          Returns the Xml code of the DbPage portlet with XML heading
 void remove()
          Remove portlet
 void setDbPageName(java.lang.String strDbPageName)
          Sets the name of the dbpage
 void setValues(java.lang.String strValues)
          Sets values of the dbpage
 void update()
          Update the portlet
 
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, getStatus, getStyleId, getUrlCreation, getUrlUpdate, getXslFile, getXslParams, getXslSource, setAcceptAlias, setColumn, setDateUpdate, setDisplayPortletTitle, setHomeClassName, setId, setName, setOrder, setPageId, setPluginName, setPortletTypeId, setPortletTypeName, setStatus, setStyleId, setUrlCreation, setUrlUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbPagePortlet

public DbPagePortlet()
Creates a new DbPagePortlet object.

Method Detail

setDbPageName

public void setDbPageName(java.lang.String strDbPageName)
Sets the name of the dbpage

Parameters:
strDbPageName - the dbpage name

getDbPageName

public java.lang.String getDbPageName()
Returns the name of this dbpage

Returns:
the dbpage name

getDbValues

public java.lang.String getDbValues()
Returns values of this dbpage

Returns:
the dbpage values

setValues

public void setValues(java.lang.String strValues)
Sets values of the dbpage

Parameters:
strValues - the values

getValuesList

public java.util.List<java.lang.String> getValuesList()
Returns values of this dbpage

Returns:
the dbpage values

getXml

public java.lang.String getXml(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the DbPage portlet without XML heading

Parameters:
request - The http request
Returns:
the Xml code of the DbPage portlet content

getXmlDocument

public java.lang.String getXmlDocument(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the DbPage portlet with XML heading

Parameters:
request - the HttpServletRequest
Returns:
the Xml code of the DbPage portlet

remove

public void remove()
Remove portlet

Overrides:
remove in class fr.paris.lutece.portal.business.portlet.Portlet

update

public void update()
Update the portlet



Copyright © 2010 Mairie de Paris. All Rights Reserved.