fr.paris.lutece.portal.business.portlet
Interface IPortletInterfaceDAO

All Known Subinterfaces:
IAliasPortletDAO
All Known Implementing Classes:
AliasPortletDAO

public interface IPortletInterfaceDAO

This class represents business objects IPortletInterfaceDAO


Method Summary
 void delete(int nPortletId)
          Deletes the portlet whose identifier is specified in parameter
 void insert(Portlet portlet)
          Insert the portlet
 Portlet load(int nPortletId)
          Load the portlet whose identifier is specified in parameter
 void store(Portlet portlet)
          Update the portlet
 

Method Detail

insert

void insert(Portlet portlet)
Insert the portlet

Parameters:
portlet - The Portlet object

delete

void delete(int nPortletId)
Deletes the portlet whose identifier is specified in parameter

Parameters:
nPortletId - The identifier of the portlet

load

Portlet load(int nPortletId)
Load the portlet whose identifier is specified in parameter

Parameters:
nPortletId - the identifier of the portlet
Returns:
The portlet instance

store

void store(Portlet portlet)
Update the portlet

Parameters:
portlet - The portlet object


Copyright © 2011 Mairie de Paris. All Rights Reserved.