public interface IBlogPortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
| Modifier and Type | Method and Description |
|---|---|
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
|
fr.paris.lutece.util.ReferenceList |
selectBlogPortletReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Collection<fr.paris.lutece.util.ReferenceItem> |
selectPortletByType(int nDocumentId,
PortletOrder pOrder,
PortletFilter pFilter)
Load the list of portlet
|
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Update the record in the table
|
void delete(int nPortletId)
delete in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnPortletId - The indentifier of the Portletvoid insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - The Instance of the Portletfr.paris.lutece.portal.business.portlet.Portlet load(int nIdPortlet)
load in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnIdPortlet - The identifier of the portletvoid store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - The reference of the portletfr.paris.lutece.util.ReferenceList selectBlogPortletReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin - Collection<fr.paris.lutece.util.ReferenceItem> selectPortletByType(int nDocumentId, PortletOrder pOrder, PortletFilter pFilter)
nDocumentId - the document IDpOrder - order of the portletsCopyright © 2020 City of Paris. All rights reserved.