Interface ActionHelper


public interface ActionHelper
  • Method Details

    • getCPAttachmentFileEntries

      List<CPAttachmentFileEntry> getCPAttachmentFileEntries(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntry

      CPAttachmentFileEntry getCPAttachmentFileEntry(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinition

      CPDefinition getCPDefinition(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLink

      CPDefinitionLink getCPDefinitionLink(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionLinks

      List<CPDefinitionLink> getCPDefinitionLinks(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionRel

      CPDefinitionOptionRel getCPDefinitionOptionRel(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionRels

      List<CPDefinitionOptionRel> getCPDefinitionOptionRels(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionValueRel

      CPDefinitionOptionValueRel getCPDefinitionOptionValueRel(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionValueRels

      List<CPDefinitionOptionValueRel> getCPDefinitionOptionValueRels(long cpDefinitionOptionRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionValueRels

      List<CPDefinitionOptionValueRel> getCPDefinitionOptionValueRels(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitions

      List<CPDefinition> getCPDefinitions(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionSpecificationOptionValue

      CPDefinitionSpecificationOptionValue getCPDefinitionSpecificationOptionValue(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionSpecificationOptionValues

      List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPInstance

      CPInstance getCPInstance(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPInstances

      List<CPInstance> getCPInstances(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPInstanceUnitOfMeasure

      CPInstanceUnitOfMeasure getCPInstanceUnitOfMeasure(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPType

      CPType getCPType(String name)
    • getCPTypes

      List<CPType> getCPTypes()
    • getSkuContributorCPDefinitionOptionRels

      List<CPDefinitionOptionRel> getSkuContributorCPDefinitionOptionRels(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • writeJSON

      void writeJSON(javax.portlet.PortletRequest portletRequest, javax.portlet.ActionResponse actionResponse, Object object) throws IOException
      Throws:
      IOException