|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.jsr168.business.portlet.Jsr168PortletDAO
public final class Jsr168PortletDAO
this class provides Data Access methods for HtmlPortlet objects
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 nIdPortlet)
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 |
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
portlet
- the object to be insertedpublic void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- the Jsr 168 Portlet identifierpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nIdPortlet
- The Jsr 168 Portlet identifier
public void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
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 |