Interface CPDefinition

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CPDefinition>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CPDefinition>, CPDefinitionModel, com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinition>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
CPDefinitionWrapper

@ProviderType public interface CPDefinition extends CPDefinitionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPDefinition service. Represents a row in the "CPDefinition" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • CP_DEFINITION_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<CPDefinition,Long> CP_DEFINITION_ID_ACCESSOR
  • Method Details

    • clone

      Object clone()
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<CPDefinition>
      Specified by:
      clone in interface com.liferay.portal.kernel.model.StagedModel
    • equals

      boolean equals(Object object)
      Overrides:
      equals in class Object
    • fetchCPConfigurationEntry

      CPConfigurationEntry fetchCPConfigurationEntry(long cpConfigurationListId)
    • fetchMasterCPConfigurationEntry

      CPConfigurationEntry fetchMasterCPConfigurationEntry() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceCatalog

      CommerceCatalog getCommerceCatalog()
    • getCPAttachmentFileEntries

      List<CPAttachmentFileEntry> getCPAttachmentFileEntries(int type, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionOptionRels

      List<CPDefinitionOptionRel> getCPDefinitionOptionRels()
    • getCPDefinitionSpecificationOptionValues

      List<CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues()
    • getCPInstances

      List<CPInstance> getCPInstances()
    • getCProduct

      CProduct getCProduct() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPTaxCategory

      CPTaxCategory getCPTaxCategory() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultImageThumbnailSrc

      String getDefaultImageThumbnailSrc(long commerceAccountId) throws Exception
      Throws:
      Exception
    • getDeliverySubscriptionTypeSettingsUnicodeProperties

      com.liferay.portal.kernel.util.UnicodeProperties getDeliverySubscriptionTypeSettingsUnicodeProperties()
    • getDescriptionMap

      Map<Locale,String> getDescriptionMap()
    • getMasterCPConfigurationList

      CPConfigurationList getMasterCPConfigurationList() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMetaDescriptionMap

      Map<Locale,String> getMetaDescriptionMap()
    • getMetaKeywordsMap

      Map<Locale,String> getMetaKeywordsMap()
    • getMetaTitleMap

      Map<Locale,String> getMetaTitleMap()
    • getNameCurrentValue

      String getNameCurrentValue()
    • getNameMap

      Map<Locale,String> getNameMap()
    • getShortDescriptionMap

      Map<Locale,String> getShortDescriptionMap()
    • getSubscriptionTypeSettingsUnicodeProperties

      com.liferay.portal.kernel.util.UnicodeProperties getSubscriptionTypeSettingsUnicodeProperties()
    • getURL

      String getURL(String languageId)
    • getUrlTitleMap

      Map<Locale,String> getUrlTitleMap()
    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • isVisible

      boolean isVisible(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setDeliverySubscriptionTypeSettingsUnicodeProperties

      void setDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties)
    • setDescriptionMap

      void setDescriptionMap(Map<Locale,String> descriptionMap)
    • setNameMap

      void setNameMap(Map<Locale,String> nameMap)
    • setShortDescriptionMap

      void setShortDescriptionMap(Map<Locale,String> shortDescriptionMap)
    • setSubscriptionTypeSettingsUnicodeProperties

      void setSubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties)
    • setUrlTitleMap

      void setUrlTitleMap(Map<Locale,String> urlTitleMap)