|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentPortletDAO
Method Summary | |
---|---|
boolean |
checkIsAliasPortlet(int nPortletId)
Tests if is a portlet is portlet type alias |
java.util.Collection<fr.paris.lutece.util.ReferenceItem> |
selectDocumentTypeListByCodeAndCategory(int nDocumentId,
java.lang.String strCodeDocumentType)
Load the list of documentTypes |
java.util.List<java.lang.Integer> |
selectPortletsByDocumentId(int nDocumentId)
Find all portlets that contain the document |
Methods inherited from interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO |
---|
delete, insert, load, store |
Method Detail |
---|
java.util.Collection<fr.paris.lutece.util.ReferenceItem> selectDocumentTypeListByCodeAndCategory(int nDocumentId, java.lang.String strCodeDocumentType)
strCodeDocumentType
- The code
boolean checkIsAliasPortlet(int nPortletId)
nPortletId
- The identifier of the document
java.util.List<java.lang.Integer> selectPortletsByDocumentId(int nDocumentId)
nDocumentId
- the document id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |