|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.childpages.business.portlet.ChildPagesPortletDAO
public final class ChildPagesPortletDAO
This class provides Data Access methods for ChildPagesPortlet objects
Constructor Summary | |
---|---|
ChildPagesPortletDAO()
|
Method Summary | |
---|---|
void |
delete(int nPortletId)
Deletes a record from the table |
void |
insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Insert a new record in the table childpages_portlet |
fr.paris.lutece.portal.business.portlet.Portlet |
load(int nPortletId)
Loads the data of a ChildPagesPortlet whose identifier is specified in parameter from the table |
fr.paris.lutece.util.ReferenceList |
selectChildPagesList(int nPageId)
Load the list of the child pages of a page whose identifier is specified in parameter |
fr.paris.lutece.util.ReferenceList |
selectPagesList()
Load the list of all the pages of the database |
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Updates a record in the table with the Portlet instance specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildPagesPortletDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface IChildPagesPortletDAO
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the instance of the Portlet object to insertpublic void delete(int nPortletId)
delete
in interface IChildPagesPortletDAO
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- Identifier portletpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load
in interface IChildPagesPortletDAO
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The ChildPagesPortlet identifier
public void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface IChildPagesPortletDAO
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the instance of Portlet class to be updatedpublic fr.paris.lutece.util.ReferenceList selectChildPagesList(int nPageId)
selectChildPagesList
in interface IChildPagesPortletDAO
nPageId
- the identifier of the page
public fr.paris.lutece.util.ReferenceList selectPagesList()
selectPagesList
in interface IChildPagesPortletDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |