|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJasperPortletDAO
Method Summary | |
---|---|
boolean |
checkNoPortletLinked(int nIdJasperFeed)
Checks if a feed is linked to a portlet |
void |
delete(int nPortletId)
Deletes record from table |
void |
insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Inserts a new record in the table. |
fr.paris.lutece.portal.business.portlet.Portlet |
load(int nIdPortlet)
Loads the data of dbpagePortlet from the table |
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Updates the record in the table |
Method Detail |
---|
void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The indentifier of the Portletvoid insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The Instance of the Portletfr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nIdPortlet
- The identifier of the portlet
void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The reference of the portletboolean checkNoPortletLinked(int nIdJasperFeed)
nIdJasperFeed
- The identifier of the Jasper feed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |