Interface ActionHelper


public interface ActionHelper
  • Method Details

    • getCPAttachmentFileEntries

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

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

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

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

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

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

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

      CPDefinitionOptionValueRel getCPDefinitionOptionValueRel(jakarta.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(jakarta.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitions

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

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

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

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

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

      CPInstanceUnitOfMeasure getCPInstanceUnitOfMeasure(jakarta.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(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.ActionResponse actionResponse, Object object) throws IOException
      Throws:
      IOException