Interface ObjectEntryDisplayContext
public interface ObjectEntryDisplayContext
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectLayoutBox
(String type) com.liferay.frontend.taglib.clay.servlet.taglib.util.CreationMenu
getRelatedModelCreationMenu
(ObjectRelationship objectRelationship) getRelatedObjectEntryItemSelectorURL
(ObjectRelationship objectRelationship) boolean
boolean
boolean
renderDDMForm
(javax.servlet.jsp.PageContext pageContext)
-
Method Details
-
getBackURL
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectDefinition1
ObjectDefinition getObjectDefinition1() -
getObjectDefinition2
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntry
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectLayout
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectLayoutBox
ObjectLayoutBox getObjectLayoutBox(String type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectLayoutTab
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationship
ObjectRelationship getObjectRelationship() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationshipERCObjectFieldName
String getObjectRelationshipERCObjectFieldName() -
getParentObjectEntryId
String getParentObjectEntryId() -
getRelatedModelCreationMenu
com.liferay.frontend.taglib.clay.servlet.taglib.util.CreationMenu getRelatedModelCreationMenu(ObjectRelationship objectRelationship) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRelatedObjectEntryItemSelectorURL
String getRelatedObjectEntryItemSelectorURL(ObjectRelationship objectRelationship) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRelationshipContextParams
Map<String,String> getRelationshipContextParams() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isGuestUser
boolean isGuestUser() -
isReadOnly
boolean isReadOnly() -
isShowObjectEntryForm
boolean isShowObjectEntryForm() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
renderDDMForm
String renderDDMForm(javax.servlet.jsp.PageContext pageContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-