Liferay 7.0-ce-b8 portal-service

com.liferay.document.library.kernel.display.context
Interface DLViewFileVersionDisplayContext

All Superinterfaces:
DisplayContext, DLDisplayContext
All Known Implementing Classes:
BaseDLViewFileVersionDisplayContext

public interface DLViewFileVersionDisplayContext
extends DLDisplayContext


Method Summary
 String getCssClassFileMimeType()
           
 DDMFormValues getDDMFormValues(DDMStructure ddmStructure)
           
 List<DDMStructure> getDDMStructures()
           
 int getDDMStructuresCount()
           
 String getDiscussionClassName()
           
 long getDiscussionClassPK()
           
 String getDiscussionLabel(Locale locale)
           
 Menu getMenu()
           
 List<ToolbarItem> getToolbarItems()
           
 boolean isDownloadLinkVisible()
           
 boolean isVersionInfoVisible()
           
 void renderPreview(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from interface com.liferay.portal.kernel.display.context.DisplayContext
getUuid
 

Method Detail

getCssClassFileMimeType

String getCssClassFileMimeType()

getDDMFormValues

DDMFormValues getDDMFormValues(DDMStructure ddmStructure)
                               throws PortalException
Throws:
PortalException

getDDMStructures

List<DDMStructure> getDDMStructures()
                                    throws PortalException
Throws:
PortalException

getDDMStructuresCount

int getDDMStructuresCount()
                          throws PortalException
Throws:
PortalException

getDiscussionClassName

String getDiscussionClassName()

getDiscussionClassPK

long getDiscussionClassPK()

getDiscussionLabel

String getDiscussionLabel(Locale locale)

getMenu

Menu getMenu()
             throws PortalException
Throws:
PortalException

getToolbarItems

List<ToolbarItem> getToolbarItems()
                                  throws PortalException
Throws:
PortalException

isDownloadLinkVisible

boolean isDownloadLinkVisible()
                              throws PortalException
Throws:
PortalException

isVersionInfoVisible

boolean isVersionInfoVisible()
                             throws PortalException
Throws:
PortalException

renderPreview

void renderPreview(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
                   throws IOException,
                          javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

Liferay 7.0-ce-b8 portal-service