Interface CommerceDiscountRel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceDiscountRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,CommerceDiscountRelModel,Comparable<CommerceDiscountRel>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
CommerceDiscountRelWrapper
@ProviderType
public interface CommerceDiscountRel
extends CommerceDiscountRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceDiscountRel service. Represents a row in the "CommerceDiscountRel" 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<CommerceDiscountRel,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.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.discount.model.CommerceDiscountRelModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCommerceDiscountId, getCommerceDiscountRelId, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getPrimaryKey, getTypeSettings, getUserId, getUserName, getUserUuid, setClassName, setClassNameId, setClassPK, setCommerceDiscountId, setCommerceDiscountRelId, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setPrimaryKey, setTypeSettings, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_DISCOUNT_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceDiscountRel,Long> COMMERCE_DISCOUNT_REL_ID_ACCESSOR
-
-
Method Details
-
getCommerceDiscount
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties() -
setTypeSettingsUnicodeProperties
void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-