Package com.liferay.view.count.model
Interface ViewCountEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<ViewCountEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<ViewCountEntry>
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,ViewCountEntryModel
- All Known Implementing Classes:
ViewCountEntryWrapper
@ProviderType
public interface ViewCountEntry
extends com.liferay.portal.kernel.model.PersistedModel, ViewCountEntryModel
The extended model interface for the ViewCountEntry service. Represents a row in the "ViewCountEntry" 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<ViewCountEntry,
Long> static final com.liferay.portal.kernel.util.Accessor<ViewCountEntry,
Long> static final com.liferay.portal.kernel.util.Accessor<ViewCountEntry,
Long> -
Method Summary
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.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.view.count.model.ViewCountEntryModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getPrimaryKey, getViewCount, setClassName, setClassNameId, setClassPK, setCompanyId, setPrimaryKey, setViewCount, toXmlString
-
Field Details
-
COMPANY_ID_ACCESSOR
-
CLASS_NAME_ID_ACCESSOR
-
CLASS_PK_ACCESSOR
-