public interface IMyLutecePortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Modifier and Type | Method and Description |
---|---|
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
|
void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- the Html Portlet identifiervoid insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the object to be insertedfr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The Html Portlet identifiervoid 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 updatedCopyright © 2015 City of Paris. All rights reserved.