Uses of Class
fr.paris.lutece.portal.business.portlet.Portlet

Packages that use Portlet
fr.paris.lutece.portal.business.page   
fr.paris.lutece.portal.business.portlet   
fr.paris.lutece.portal.web.portlet   
 

Uses of Portlet in fr.paris.lutece.portal.business.page
 

Methods in fr.paris.lutece.portal.business.page that return types with arguments of type Portlet
 java.util.List<Portlet> Page.getPortlets()
          Returns the portlets list contained into the page
 

Method parameters in fr.paris.lutece.portal.business.page with type arguments of type Portlet
 void Page.setPortlets(java.util.ArrayList<Portlet> listPortlets)
          Sets the date to which the portlets list has been modified
 

Uses of Portlet in fr.paris.lutece.portal.business.portlet
 

Subclasses of Portlet in fr.paris.lutece.portal.business.portlet
 class AliasPortlet
          This class represents business objects AliasPortlet
 class PortletImpl
          This class provides definition of methods which be overloaded by classes which inherits the Portlet class
 

Methods in fr.paris.lutece.portal.business.portlet that return Portlet
 Portlet PortletHome.create(Portlet portlet)
          Creates a new portlet in the database
static Portlet PortletHome.findByPrimaryKey(int nKey)
          Returns the Portlet whose primary key is specified in parameter
 Portlet PortletDAO.load(int nPortletId)
           
 Portlet IPortletInterfaceDAO.load(int nPortletId)
          Load the portlet whose identifier is specified in parameter
 Portlet IPortletDAO.load(int nPortletId)
          Load the data of a portlet from the database
 Portlet IAliasPortletDAO.load(int nIdPortlet)
          Load the data of a portlet from the database
 Portlet AliasPortletDAO.load(int nIdPortlet)
           
 

Methods in fr.paris.lutece.portal.business.portlet that return types with arguments of type Portlet
static java.util.List<Portlet> PortletHome.findByType(java.lang.String strIdPortletType)
          Returns a collection of portlets according to the selected type
 java.util.List<Portlet> PortletDAO.selectPortletsByType(java.lang.String strPortletTypeId)
           
 java.util.List<Portlet> IPortletDAO.selectPortletsByType(java.lang.String strPortletTypeId)
          Returns a list of portlets according to the selected type
 

Methods in fr.paris.lutece.portal.business.portlet with parameters of type Portlet
 void Portlet.copy(Portlet portlet)
          This method copies the fields of the portlet specified in this portlet.
 Portlet PortletHome.create(Portlet portlet)
          Creates a new portlet in the database
 void PortletDAO.insert(Portlet portlet)
           
 void IPortletInterfaceDAO.insert(Portlet portlet)
          Insert the portlet
 void IPortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
 void IAliasPortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
 void AliasPortletDAO.insert(Portlet portlet)
           
static void PortletHome.invalidate(Portlet portlet)
          Invalidate the portlet which is specified in parameter
 void PortletHome.remove(Portlet portlet)
          Deletes the portlet in the database
 void PortletDAO.store(Portlet portlet)
           
 void IPortletInterfaceDAO.store(Portlet portlet)
          Update the portlet
 void IPortletDAO.store(Portlet portlet)
          Update the record in the table
 void IAliasPortletDAO.store(Portlet portlet)
          Update the record in the table
 void AliasPortletDAO.store(Portlet portlet)
           
 void PortletHome.update(Portlet portlet)
          Updates a portlet with the values of the specified portlet instance
static void PortletHome.updateStatus(Portlet portlet, int nStatus)
          Update the status of portlet
 void PortletDAO.updateStatus(Portlet portlet, int nStatus)
           
 void IPortletDAO.updateStatus(Portlet portlet, int nStatus)
          Update the portlet status : 0 for activated - 1 for suspended
 

Uses of Portlet in fr.paris.lutece.portal.web.portlet
 

Methods in fr.paris.lutece.portal.web.portlet with parameters of type Portlet
protected  HtmlTemplate PortletJspBean.getModifyTemplate(Portlet portlet)
          Fills update template with portlet values
protected  HtmlTemplate PortletJspBean.getModifyTemplate(Portlet portlet, java.util.Map model)
          Fills update template with portlet values
protected  java.lang.String PortletJspBean.setPortletCommonData(javax.servlet.http.HttpServletRequest request, Portlet portlet)
          Recovers the common attributes of the portlet
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.