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.service.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.List<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
static Portlet PortletHome.getLastModifiedPortlet()
          Get the last modified portlet
 Portlet AliasPortletDAO.load(int nIdPortlet)
          Load the data of a portlet from the database
 Portlet IAliasPortletDAO.load(int nPortletId)
          Load the data of a portlet from the database
 Portlet IPortletInterfaceDAO.load(int nPortletId)
          Load the portlet whose identifier is specified in parameter
 Portlet PortletDAO.load(int nPortletId)
          Load the data of a portlet from the database
 Portlet IPortletDAO.load(int nPortletId)
          Load the data of a portlet from the database
 Portlet PortletDAO.loadLastModifiedPortlet()
          Load the last modified portlet
 Portlet IPortletDAO.loadLastModifiedPortlet()
          Load the last modified portlet
 

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
static java.util.Collection<Portlet> PortletHome.getAliasList(int nPortletId)
          Returns the collection of the StyleSheet objects associated to the Style
static java.util.Collection<Portlet> PortletHome.getPortletsByRoleKey(java.lang.String strRole)
          Gets a collection of portlets associated to a given role
 java.util.Collection<Portlet> PortletDAO.selectAliasesForPortlet(int nPortletId)
          Returns the list of the alias portlets associated to the original portlet
 java.util.Collection<Portlet> IPortletDAO.selectAliasesForPortlet(int nPortletId)
          Returns the list of the alias portlets associated to the original portlet
 java.util.Collection<Portlet> PortletDAO.selectPortletsByRole(java.lang.String strRole)
          Gets a collection of portlets associated to a given role
 java.util.Collection<Portlet> IPortletDAO.selectPortletsByRole(java.lang.String strRole)
          Gets a collection of portlets associated to a given role
 java.util.List<Portlet> PortletDAO.selectPortletsByType(java.lang.String strPortletTypeId)
          Returns a list of portlets according to the selected type
 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 AliasPortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
 void IAliasPortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
 void IPortletInterfaceDAO.insert(Portlet portlet)
          Insert the portlet
 void PortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
 void IPortletDAO.insert(Portlet portlet)
          Insert a new record in the table.
static void PortletHome.invalidate(Portlet portlet)
          Invalidate the portlet which is specified in parameter Invalidates the alias portlets connected to this portlet too.
 void PortletHome.remove(Portlet portlet)
          Deletes the portlet in the database
 void AliasPortletDAO.store(Portlet portlet)
          Update the record in the table
 void IAliasPortletDAO.store(Portlet portlet)
          Update the record in the table
 void IPortletInterfaceDAO.store(Portlet portlet)
          Update the portlet
 void PortletDAO.store(Portlet portlet)
          Update the record in the table
 void IPortletDAO.store(Portlet portlet)
          Update the record in the table
 void PortletHome.update(Portlet portlet)
          Updates a portlet with the values of the specified portlet instance
 void PortletDAO.updateStatus(Portlet portlet, int nStatus)
          Update the portlet status : 0 for activated - 1 for suspended
static void PortletHome.updateStatus(Portlet portlet, int nStatus)
          Update the status of portlet
 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.service.portlet
 

Methods in fr.paris.lutece.portal.service.portlet that return types with arguments of type Portlet
 java.util.Collection<Portlet> PortletService.getAuthorizedPortletCollection(java.util.Collection<Portlet> collectionPortlet, AdminUser user)
          Filter a collection of portlet associated to a given user
 

Methods in fr.paris.lutece.portal.service.portlet with parameters of type Portlet
 boolean PortletService.isAuthorized(Portlet portlet, AdminUser user)
          Check if a portlet should be visible to the user
 

Method parameters in fr.paris.lutece.portal.service.portlet with type arguments of type Portlet
 java.util.Collection<Portlet> PortletService.getAuthorizedPortletCollection(java.util.Collection<Portlet> collectionPortlet, AdminUser user)
          Filter a collection of portlet associated to a given user
 

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<java.lang.String,java.lang.Object> 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 © 2012 Mairie de Paris. All Rights Reserved.