public interface DLEditFileEntryDisplayContext extends DLDisplayContext
| Modifier and Type | Method and Description |
|---|---|
com.liferay.dynamic.data.mapping.storage.DDMFormValues |
getDDMFormValues(long classPK) |
DLFilePicker |
getDLFilePicker(java.lang.String onFilePickCallback) |
long |
getMaximumUploadRequestSize() |
long |
getMaximumUploadSize() |
java.lang.String |
getPublishButtonLabel() |
java.lang.String |
getSaveButtonLabel() |
boolean |
isCancelCheckoutDocumentButtonDisabled() |
boolean |
isCancelCheckoutDocumentButtonVisible() |
boolean |
isCheckinButtonDisabled() |
boolean |
isCheckinButtonVisible() |
boolean |
isCheckoutDocumentButtonDisabled() |
boolean |
isCheckoutDocumentButtonVisible() |
boolean |
isDDMStructureVisible(com.liferay.dynamic.data.mapping.kernel.DDMStructure ddmStructure) |
boolean |
isFolderSelectionVisible() |
boolean |
isPublishButtonDisabled() |
boolean |
isPublishButtonVisible() |
boolean |
isSaveButtonDisabled() |
boolean |
isSaveButtonVisible() |
boolean |
isVersionInfoVisible() |
com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionDLFilePicker getDLFilePicker(java.lang.String onFilePickCallback) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getMaximumUploadRequestSize()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getMaximumUploadSize()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getPublishButtonLabel()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getSaveButtonLabel()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCancelCheckoutDocumentButtonDisabled()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCancelCheckoutDocumentButtonVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCheckinButtonDisabled()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCheckinButtonVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCheckoutDocumentButtonDisabled()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCheckoutDocumentButtonVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isDDMStructureVisible(com.liferay.dynamic.data.mapping.kernel.DDMStructure ddmStructure)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isFolderSelectionVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isPublishButtonDisabled()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isPublishButtonVisible()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isSaveButtonDisabled()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isSaveButtonVisible()
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.PortalException