fr.paris.lutece.plugins.mylutece.business.portlet
Interface IMyLutecePortletDAO

All Superinterfaces:
fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
All Known Implementing Classes:
MyLutecePortletDAO

public interface IMyLutecePortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO

Author:
Isabelle

Method Summary
 void delete(int nPortletId)
          Delete a record from the table
 void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
          Insert a new record in the table.
 fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
          loads the data of portlet from the table
 void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
          Update the record in the table
 

Method Detail

delete

void delete(int nPortletId)
Delete a record from the table

Specified by:
delete in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Parameters:
nPortletId - the Html Portlet identifier

insert

void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Insert a new record in the table.

Specified by:
insert in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Parameters:
portlet - the object to be inserted

load

fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
loads the data of portlet from the table

Specified by:
load in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Parameters:
nPortletId - The Html Portlet identifier
Returns:
the Html Portlet object

store

void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Update the record in the table

Specified by:
store in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Parameters:
portlet - the instance of Portlet class to be updated


Copyright © 2011 Mairie de Paris. All Rights Reserved.