|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.portlet.DbPagePortletDAO
public final class DbPagePortletDAO
this class provides Data Access methods for DbPagePortlet objects
Constructor Summary | |
---|---|
DbPagePortletDAO()
|
Method Summary | |
---|---|
boolean |
checkNoDbPagePortlet(java.lang.String strDbPageId)
Checks whether the dbPage is registered in 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 DbPagePortletDAO()
Method Detail |
---|
public void delete(int nPortletId)
delete
in interface IDbPagePortletDAO
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The indentifier of the Portletpublic void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface IDbPagePortletDAO
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The Instance of the Portletpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load
in interface IDbPagePortletDAO
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nIdPortlet
- The indentifier of the portlet
public void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface IDbPagePortletDAO
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- The reference of the portletpublic boolean checkNoDbPagePortlet(java.lang.String strDbPageId)
checkNoDbPagePortlet
in interface IDbPagePortletDAO
strDbPageId
- The identifier of the DbPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |