|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.business.portlet.MyLutecePortletDAO
public final class MyLutecePortletDAO
this class provides Data Access methods for HtmlPortlet objects
Constructor Summary | |
---|---|
MyLutecePortletDAO()
|
Method Summary | |
---|---|
void |
delete(int nPortletId)
Delete a record from the 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 nPortletId)
loads the data of portlet 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 MyLutecePortletDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface IMyLutecePortletDAO
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the object to be insertedpublic void delete(int nPortletId)
delete
in interface IMyLutecePortletDAO
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- the Html Portlet identifierpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load
in interface IMyLutecePortletDAO
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The Html Portlet identifier
public void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store
in interface IMyLutecePortletDAO
store
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the instance of Portlet class to be updated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |