public final class GraphitePortletDAO extends Object implements IGraphitePortletDAO
| Constructor and Description |
|---|
GraphitePortletDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nPortletId)
Delete record from 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 nIdPortlet)
load the data of dbpagePortlet from the table
|
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Update the record in the table
|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert in interface IGraphitePortletDAOinsert in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - The Instance of the Portletpublic void delete(int nPortletId)
delete in interface IGraphitePortletDAOdelete in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnPortletId - The indentifier of the Portletpublic void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store in interface IGraphitePortletDAOstore in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - The reference of the portletpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load in interface IGraphitePortletDAOload in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnIdPortlet - The identifier of the portletCopyright © 2016 City of Paris. All rights reserved.