|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
public final class RssPortletDAO
this class provides Data Access methods for RssPortlet objects
Constructor Summary | |
---|---|
RssPortletDAO()
|
Method Summary | |
---|---|
java.util.List<RssPortlet> |
checkLinkedPortlet(int nIdRssFeed)
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 RssPortletDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface IRssPortletDAO
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The Instance of the Portletpublic void delete(int nPortletId)
delete
in interface IRssPortletDAO
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 IRssPortletDAO
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 IRssPortletDAO
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nIdPortlet
- The identifier of the portlet
public java.util.List<RssPortlet> checkLinkedPortlet(int nIdRssFeed)
checkLinkedPortlet
in interface IRssPortletDAO
nIdRssFeed
- The identifier of the Rss feed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |