Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.display.context
Interface DLEditFileEntryDisplayContext

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

public interface DLEditFileEntryDisplayContext
extends DLDisplayContext


Method Summary
 DLFilePicker getDLFilePicker(String onFilePickCallback)
           
 long getMaximumUploadRequestSize()
           
 long getMaximumUploadSize()
           
 String getPublishButtonLabel()
           
 String getSaveButtonLabel()
           
 boolean isCancelCheckoutDocumentButtonDisabled()
           
 boolean isCancelCheckoutDocumentButtonVisible()
           
 boolean isCheckinButtonDisabled()
           
 boolean isCheckinButtonVisible()
           
 boolean isCheckoutDocumentButtonDisabled()
           
 boolean isCheckoutDocumentButtonVisible()
           
 boolean isDDMStructureVisible(DDMStructure ddmStructure)
           
 boolean isFolderSelectionVisible()
           
 boolean isPublishButtonDisabled()
           
 boolean isPublishButtonVisible()
           
 boolean isSaveButtonDisabled()
           
 boolean isSaveButtonVisible()
           
 boolean isVersionInfoVisible()
           
 
Methods inherited from interface com.liferay.portal.kernel.display.context.DisplayContext
getUuid
 

Method Detail

getDLFilePicker

DLFilePicker getDLFilePicker(String onFilePickCallback)
                             throws PortalException
Throws:
PortalException

getMaximumUploadRequestSize

long getMaximumUploadRequestSize()
                                 throws PortalException
Throws:
PortalException

getMaximumUploadSize

long getMaximumUploadSize()
                          throws PortalException
Throws:
PortalException

getPublishButtonLabel

String getPublishButtonLabel()
                             throws PortalException
Throws:
PortalException

getSaveButtonLabel

String getSaveButtonLabel()
                          throws PortalException
Throws:
PortalException

isCancelCheckoutDocumentButtonDisabled

boolean isCancelCheckoutDocumentButtonDisabled()
                                               throws PortalException
Throws:
PortalException

isCancelCheckoutDocumentButtonVisible

boolean isCancelCheckoutDocumentButtonVisible()
                                              throws PortalException
Throws:
PortalException

isCheckinButtonDisabled

boolean isCheckinButtonDisabled()
                                throws PortalException
Throws:
PortalException

isCheckinButtonVisible

boolean isCheckinButtonVisible()
                               throws PortalException
Throws:
PortalException

isCheckoutDocumentButtonDisabled

boolean isCheckoutDocumentButtonDisabled()
                                         throws PortalException
Throws:
PortalException

isCheckoutDocumentButtonVisible

boolean isCheckoutDocumentButtonVisible()
                                        throws PortalException
Throws:
PortalException

isDDMStructureVisible

boolean isDDMStructureVisible(DDMStructure ddmStructure)
                              throws PortalException
Throws:
PortalException

isFolderSelectionVisible

boolean isFolderSelectionVisible()
                                 throws PortalException
Throws:
PortalException

isPublishButtonDisabled

boolean isPublishButtonDisabled()
                                throws PortalException
Throws:
PortalException

isPublishButtonVisible

boolean isPublishButtonVisible()
                               throws PortalException
Throws:
PortalException

isSaveButtonDisabled

boolean isSaveButtonDisabled()
                             throws PortalException
Throws:
PortalException

isSaveButtonVisible

boolean isSaveButtonVisible()
                            throws PortalException
Throws:
PortalException

isVersionInfoVisible

boolean isVersionInfoVisible()
                             throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4