|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.portlet.PortletHome
fr.paris.lutece.plugins.jcr.business.portlet.Jsr170PortletHome
public class Jsr170PortletHome
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 |
---|
public Jsr170PortletHome()
Method Detail |
---|
public static Jsr170PortletHome getInstance()
public fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
public String getPortletTypeId()
public Collection<Jsr170Portlet> findPortletsByViewId(int nViewId)
public boolean existsPortletWithViewId(int nViewId)
public Jsr170Portlet findByPortletId(int nPortletId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |