fr.paris.lutece.plugins.jcr.business.portlet
Class Jsr170PortletHome

java.lang.Object
  extended by fr.paris.lutece.portal.business.portlet.PortletHome
      extended by fr.paris.lutece.plugins.jcr.business.portlet.Jsr170PortletHome
All Implemented Interfaces:
fr.paris.lutece.portal.business.portlet.PortletHomeInterface

public class Jsr170PortletHome
extends fr.paris.lutece.portal.business.portlet.PortletHome

This class provides instances management methods for Jsr170Portlet objects


Constructor Summary
Jsr170PortletHome()
          Constructor Need to be public to use getDAO and getPortletTypeId methods
 
Method Summary
 boolean existsPortletWithViewId(int nViewId)
           
 Jsr170Portlet findByPortletId(int nPortletId)
           
 Collection<Jsr170Portlet> findPortletsByViewId(int nViewId)
           
 fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
          Returns the instance of the Jsr170PortletDAO singleton
static Jsr170PortletHome getInstance()
          Returns the instance of the Jsr170PortletHome singleton
 String getPortletTypeId()
          Returns the type of the portlet
 
Methods inherited from class fr.paris.lutece.portal.business.portlet.PortletHome
create, findByPrimaryKey, findByType, getAliasList, getLastModifiedPortlet, getPortletIdByOrderAndColumn, getPortletListByStyle, getPortletsByRoleKey, getPortletsListbyName, getPortletType, getStylesList, hasAlias, invalidate, invalidate, notifyListeners, remove, update, updateStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsr170PortletHome

public Jsr170PortletHome()
Constructor Need to be public to use getDAO and getPortletTypeId methods

Method Detail

getInstance

public static Jsr170PortletHome getInstance()
Returns the instance of the Jsr170PortletHome singleton

Returns:
the Jsr170PortletHome instance

getDAO

public fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
Returns the instance of the Jsr170PortletDAO singleton

Returns:
the instance of the Jsr170PortletDAO

getPortletTypeId

public String getPortletTypeId()
Returns the type of the portlet

Returns:
The type of the portlet

findPortletsByViewId

public Collection<Jsr170Portlet> findPortletsByViewId(int nViewId)

existsPortletWithViewId

public boolean existsPortletWithViewId(int nViewId)

findByPortletId

public Jsr170Portlet findByPortletId(int nPortletId)


Copyright © 2014 Mairie de Paris. All Rights Reserved.