public final class JasperPortletDAO extends Object implements IJasperPortletDAO
| Constructor and Description |
|---|
JasperPortletDAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkNoPortletLinked(int nIdJasperFeed)
Checks if a feed is linked to a portlet
|
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 IJasperPortletDAOinsert in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - The Instance of the Portletpublic void delete(int nPortletId)
delete in interface IJasperPortletDAOdelete 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 IJasperPortletDAOstore 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 IJasperPortletDAOload in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnIdPortlet - The identifier of the portletpublic boolean checkNoPortletLinked(int nIdJasperFeed)
checkNoPortletLinked in interface IJasperPortletDAOnIdJasperFeed - The identifier of the Jasper feedCopyright © 2019 City of Paris. All rights reserved.