|
||||||||||
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.childpages.business.portlet.ChildPagesPortletHome
public class ChildPagesPortletHome
This class provides instances management methods for ChildPagesPortlet objects
Constructor Summary | |
---|---|
ChildPagesPortletHome()
|
Method Summary | |
---|---|
static fr.paris.lutece.util.ReferenceList |
getChildPagesList(int nPageId)
Returns the list of the child pages of a page whose identifier is specified in parameter |
fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO |
getDAO()
Returns the instance of the ChildPagesPortletDAO singleton |
static fr.paris.lutece.portal.business.portlet.PortletHome |
getInstance()
Returns the instance of ChildPagesPortletHome |
static fr.paris.lutece.util.ReferenceList |
getPagesList()
Returns the list of all the pages of the database |
static int |
getParentPageId(int nPortletId)
Returns the portlet parent page identifier of the portlet whose identifier is specified in parameter |
java.lang.String |
getPortletTypeId()
Returns the identifier of the child pages portlet type |
Methods inherited from class fr.paris.lutece.portal.business.portlet.PortletHome |
---|
create, findByPrimaryKey, findByType, getPortletListByStyle, getPortletsListbyName, getPortletType, getStylesList, hasAlias, invalidate, invalidate, remove, update, updateStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildPagesPortletHome()
Method Detail |
---|
public java.lang.String getPortletTypeId()
public static fr.paris.lutece.portal.business.portlet.PortletHome getInstance()
public fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
public static int getParentPageId(int nPortletId)
nPortletId
- the identifier of the portlet
public static fr.paris.lutece.util.ReferenceList getPagesList()
public static fr.paris.lutece.util.ReferenceList getChildPagesList(int nPageId)
nPageId
- the identifier of the page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |