public class DDLFormDisplayContext
extends java.lang.Object
| Constructor and Description |
|---|
DDLFormDisplayContext(javax.portlet.RenderRequest renderRequest,
com.liferay.dynamic.data.lists.service.DDLRecordSetLocalService ddlRecordSetLocalService) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getPortletId() |
protected java.lang.String |
getPortletResource() |
com.liferay.dynamic.data.lists.model.DDLRecordSet |
getRecordSet() |
long |
getRecordSetId() |
java.lang.String |
getRedirectURL() |
protected com.liferay.portal.kernel.theme.ThemeDisplay |
getThemeDisplay() |
protected boolean |
hasViewPermission() |
boolean |
isFormAvailable() |
protected boolean |
isFormPublished() |
protected boolean |
isFormShared() |
protected boolean |
isPreview() |
protected boolean |
isSharedURL() |
boolean |
isShowConfigurationIcon() |
public DDLFormDisplayContext(javax.portlet.RenderRequest renderRequest,
com.liferay.dynamic.data.lists.service.DDLRecordSetLocalService ddlRecordSetLocalService)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.dynamic.data.lists.model.DDLRecordSet getRecordSet()
public long getRecordSetId()
public java.lang.String getRedirectURL()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean isFormAvailable()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean isShowConfigurationIcon()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.lang.String getPortletId()
protected java.lang.String getPortletResource()
protected com.liferay.portal.kernel.theme.ThemeDisplay getThemeDisplay()
protected boolean hasViewPermission()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected boolean isFormPublished()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected boolean isFormShared()
protected boolean isPreview()
protected boolean isSharedURL()