public class DocumentPortletDAO extends Object implements IDocumentPortletDAO
| Constructor and Description |
|---|
DocumentPortletDAO() |
| 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 document_portlet,
document_published, document_category_portlet
|
void |
insert(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Insert a new record in the table document_portlet
|
fr.paris.lutece.portal.business.portlet.Portlet |
load(int nPortletId)
Loads the data of Document Portlet whose identifier is specified in
parameter
|
Collection<fr.paris.lutece.util.ReferenceItem> |
selectByDocumentOdAndDocumentType(int nDocumentId,
String strCodeDocumentType,
PortletOrder pOrder,
PortletFilter pFilter)
Returns a list of couple id_portlet/name filtered by documentType and
category
|
List<Integer> |
selectPortletsByDocumentId(int nDocumentId)
Find all portlets that contain the document
|
void |
store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
Update the record in the table
|
public void 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 insertpublic void delete(int nPortletId)
delete in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnPortletId - the portlet identifierpublic fr.paris.lutece.portal.business.portlet.Portlet load(int nPortletId)
load in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOnPortletId - The Portlet identifierpublic void store(fr.paris.lutece.portal.business.portlet.Portlet portlet)
store in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAOportlet - A portletpublic Collection<fr.paris.lutece.util.ReferenceItem> selectByDocumentOdAndDocumentType(int nDocumentId, String strCodeDocumentType, PortletOrder pOrder, PortletFilter pFilter)
selectByDocumentOdAndDocumentType in interface IDocumentPortletDAOnDocumentId - the Document IDstrCodeDocumentType - the codepOrder - the order of the portletspFilter - The portlet filterpublic boolean checkIsAliasPortlet(int nPortletId)
checkIsAliasPortlet in interface IDocumentPortletDAOnPortletId - The identifier of the documentpublic List<Integer> selectPortletsByDocumentId(int nDocumentId)
selectPortletsByDocumentId in interface IDocumentPortletDAOnDocumentId - the document idCopyright © 2020 City of Paris. All rights reserved.