public interface ActionHelper
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CPAttachmentFileEntry> |
getCPAttachmentFileEntries(javax.portlet.PortletRequest portletRequest) |
CPAttachmentFileEntry |
getCPAttachmentFileEntry(javax.portlet.PortletRequest portletRequest) |
CPDefinition |
getCPDefinition(javax.portlet.PortletRequest portletRequest) |
CPDefinitionLink |
getCPDefinitionLink(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPDefinitionLink> |
getCPDefinitionLinks(javax.portlet.PortletRequest portletRequest) |
CPDefinitionOptionRel |
getCPDefinitionOptionRel(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPDefinitionOptionRel> |
getCPDefinitionOptionRels(javax.portlet.PortletRequest portletRequest) |
CPDefinitionOptionValueRel |
getCPDefinitionOptionValueRel(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPDefinitionOptionValueRel> |
getCPDefinitionOptionValueRels(long cpDefinitionOptionRelId) |
java.util.List<CPDefinitionOptionValueRel> |
getCPDefinitionOptionValueRels(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPDefinition> |
getCPDefinitions(javax.portlet.PortletRequest portletRequest) |
CPDefinitionSpecificationOptionValue |
getCPDefinitionSpecificationOptionValue(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(javax.portlet.PortletRequest portletRequest) |
CPInstance |
getCPInstance(javax.portlet.PortletRequest portletRequest) |
java.util.List<CPInstance> |
getCPInstances(javax.portlet.PortletRequest portletRequest) |
CPType |
getCPType(java.lang.String name) |
java.util.List<CPType> |
getCPTypes() |
java.util.List<CPDefinitionOptionRel> |
getSkuContributorCPDefinitionOptionRels(long cpDefinitionId) |
void |
writeJSON(javax.portlet.PortletRequest portletRequest,
javax.portlet.ActionResponse actionResponse,
java.lang.Object object) |
java.util.List<CPAttachmentFileEntry> getCPAttachmentFileEntries(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPAttachmentFileEntry getCPAttachmentFileEntry(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDefinition getCPDefinition(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDefinitionLink getCPDefinitionLink(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinitionLink> getCPDefinitionLinks(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDefinitionOptionRel getCPDefinitionOptionRel(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinitionOptionRel> getCPDefinitionOptionRels(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDefinitionOptionValueRel getCPDefinitionOptionValueRel(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinitionOptionValueRel> getCPDefinitionOptionValueRels(long cpDefinitionOptionRelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinitionOptionValueRel> getCPDefinitionOptionValueRels(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinition> getCPDefinitions(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDefinitionSpecificationOptionValue getCPDefinitionSpecificationOptionValue(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPInstance getCPInstance(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPInstance> getCPInstances(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPType getCPType(java.lang.String name)
java.util.List<CPType> getCPTypes()
java.util.List<CPDefinitionOptionRel> getSkuContributorCPDefinitionOptionRels(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid writeJSON(javax.portlet.PortletRequest portletRequest,
javax.portlet.ActionResponse actionResponse,
java.lang.Object object)
throws java.io.IOException
java.io.IOException