public interface IDocumentListPortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIsAliasPortlet(int nPortletId)
Tests if is a portlet is portlet type alias
|
void |
delete(int nPortletId)
Deletes records for a portlet identifier in the tables portlet_articles_list, published_article_portlet,
auto_publishing
|
void |
insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Insert a new record in the table portlet_articles_list
|
fr.paris.lutece.portal.business.portlet.Portlet |
load(int nPortletId)
Loads the data of Document List Portlet whose identifier is specified in parameter
|
Collection<fr.paris.lutece.util.ReferenceItem> |
selectByDocumentIdAndDocumentType(int nDocumentId,
String strCodeDocumentType,
PortletOrder pOrder,
PortletFilter pFilter)
Load the list of documentTypes
|
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 portlet identifiervoid insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
insert in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - the instance of the Portlet object to insertfr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnPortletId - The Portlet identifierCollection<fr.paris.lutece.util.ReferenceItem> selectByDocumentIdAndDocumentType(int nDocumentId, String strCodeDocumentType, PortletOrder pOrder, PortletFilter pFilter)
nDocumentId - the document IDstrCodeDocumentType - The codepOrder - order of the portletspFilter - The portlet filtervoid store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - A portletboolean checkIsAliasPortlet(int nPortletId)
nPortletId - The identifier of the documentCopyright © 2020 City of Paris. All rights reserved.