|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChildPagesPortletDAO
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 |
Method Detail |
---|
void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- Identifier portletvoid insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the instance of the Portlet object to insertfr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The ChildPagesPortlet identifier
fr.paris.lutece.util.ReferenceList selectChildPagesList(int nPageId)
nPageId
- the identifier of the page
fr.paris.lutece.util.ReferenceList selectPagesList()
void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the instance of Portlet class to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |