Interface ActionHelper
public interface ActionHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetCPAttachmentFileEntries(jakarta.portlet.PortletRequest portletRequest) getCPAttachmentFileEntry(jakarta.portlet.PortletRequest portletRequest) getCPDefinition(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionLink(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionLinks(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionOptionRel(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionOptionRels(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionOptionValueRel(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionOptionValueRels(long cpDefinitionOptionRelId) getCPDefinitionOptionValueRels(jakarta.portlet.PortletRequest portletRequest) getCPDefinitions(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionSpecificationOptionValue(jakarta.portlet.PortletRequest portletRequest) getCPDefinitionSpecificationOptionValues(jakarta.portlet.PortletRequest portletRequest) getCPInstance(jakarta.portlet.PortletRequest portletRequest) getCPInstances(jakarta.portlet.PortletRequest portletRequest) getCPInstanceUnitOfMeasure(jakarta.portlet.PortletRequest portletRequest) getSkuContributorCPDefinitionOptionRels(long cpDefinitionId) voidwriteJSON(jakarta.portlet.PortletRequest portletRequest, jakarta.portlet.ActionResponse actionResponse, Object object)
-
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
-
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
-