|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jasper.business.portlet.JasperPortletDAO
public final class JasperPortletDAO
this class provides Data Access methods for JasperPortlet objects
Constructor Summary | |
---|---|
JasperPortletDAO()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JasperPortletDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface IJasperPortletDAO
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The Instance of the Portletpublic void delete(int nPortletId)
delete
in interface IJasperPortletDAO
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The indentifier of the Portletpublic void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface IJasperPortletDAO
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The reference of the portletpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load
in interface IJasperPortletDAO
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nIdPortlet
- The identifier of the portlet
public boolean checkNoPortletLinked(int nIdJasperFeed)
checkNoPortletLinked
in interface IJasperPortletDAO
nIdJasperFeed
- The identifier of the Jasper feed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |