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