public interface DLViewFileVersionDisplayContext extends DLDisplayContext
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem> |
getActionDropdownItems() |
java.lang.String |
getCssClassFileMimeType() |
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure) |
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues(long ddmStorageId) |
java.util.List<com.liferay.dynamic.data.mapping.model.DDMStructure> |
getDDMStructures() |
int |
getDDMStructuresCount() |
java.lang.String |
getDiscussionClassName() |
long |
getDiscussionClassPK() |
java.lang.String |
getDiscussionLabel(java.util.Locale locale) |
default java.lang.String |
getIconFileMimeType() |
default boolean |
hasCustomThumbnail() |
boolean |
hasPreview() |
default boolean |
isActionsVisible() |
boolean |
isDownloadLinkVisible() |
default boolean |
isShared() |
default boolean |
isSharingLinkVisible() |
boolean |
isVersionInfoVisible() |
default void |
renderCustomThumbnail(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
renderPreview(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
java.util.List<com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem> getActionDropdownItems()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getCssClassFileMimeType()
com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(com.liferay.dynamic.data.mapping.model.DDMStructure ddmStructure)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(long ddmStorageId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<com.liferay.dynamic.data.mapping.model.DDMStructure> getDDMStructures()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionint getDDMStructuresCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getDiscussionClassName()
long getDiscussionClassPK()
java.lang.String getDiscussionLabel(java.util.Locale locale)
default java.lang.String getIconFileMimeType()
default boolean hasCustomThumbnail()
boolean hasPreview()
default boolean isActionsVisible()
boolean isDownloadLinkVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault boolean isShared()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault boolean isSharingLinkVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isVersionInfoVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault void renderCustomThumbnail(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid renderPreview(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException