|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDbPagePortletDAO
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 |
Method Detail |
---|
boolean checkNoDbPagePortlet(java.lang.String strDbPageId)
strDbPageId
- The identifier of the DbPage
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 indentifier 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 portlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |