Interface COREntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<COREntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<COREntry>
,COREntryModel
,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
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
COREntryWrapper
@ProviderType
public interface COREntry
extends COREntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the COREntry service. Represents a row in the "COREntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
setTypeSettingsUnicodeProperties
(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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.commerce.order.rule.model.COREntryModel
cloneWithOriginalValues, getActive, getCompanyId, getCOREntryId, getCreateDate, getDescription, getDisplayDate, getExpirationDate, getExternalReferenceCode, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPriority, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, isActive, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setActive, setCompanyId, setCOREntryId, setCreateDate, setDescription, setDisplayDate, setExpirationDate, setExternalReferenceCode, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setPriority, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setType, setTypeSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
COR_ENTRY_ID_ACCESSOR
-
-
Method Details
-
setTypeSettingsUnicodeProperties
void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-