Interface CommerceChannel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceChannel>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, CommerceChannelModel, Comparable<CommerceChannel>, com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannel>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel
All Known Implementing Classes:
CommerceChannelWrapper

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

    • COMMERCE_CHANNEL_ID_ACCESSOR

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

    • getGroup

      com.liferay.portal.kernel.model.Group getGroup()
    • getGroupId

      long getGroupId()
    • getTypeSettingsUnicodeProperties

      com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()
    • setTypeSettingsUnicodeProperties

      void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)