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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommerceChannel,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.GroupgetGroup()longcom.liferay.portal.kernel.util.UnicodePropertiesvoidsetTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.commerce.product.model.CommerceChannelModel
cloneWithOriginalValues, getAccountEntryId, getCommerceChannelId, getCommerceCurrencyCode, getCompanyId, getCreateDate, getCtCollectionId, getDiscountsTargetNetPrice, getExternalReferenceCode, getModifiedDate, getMvccVersion, getName, getPriceDisplayType, getPrimaryKey, getSiteGroupId, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, isDiscountsTargetNetPrice, setAccountEntryId, setCommerceChannelId, setCommerceCurrencyCode, setCompanyId, setCreateDate, setCtCollectionId, setDiscountsTargetNetPrice, setExternalReferenceCode, setModifiedDate, setMvccVersion, setName, setPriceDisplayType, setPrimaryKey, setSiteGroupId, setType, setTypeSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
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)
-