Package com.liferay.wiki.model
Interface WikiPageResource
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<WikiPageResource>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<WikiPageResource>
,com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPageResource>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,WikiPageResourceModel
- All Known Implementing Classes:
WikiPageResourceWrapper
@ProviderType
public interface WikiPageResource
extends com.liferay.portal.kernel.model.PersistedModel, WikiPageResourceModel
The extended model interface for the WikiPageResource service. Represents a row in the "WikiPageResource" 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<WikiPageResource,
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.wiki.model.WikiPageResourceModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getNodeId, getPrimaryKey, getResourcePrimKey, getTitle, getUuid, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setNodeId, setPrimaryKey, setResourcePrimKey, setTitle, setUuid, toXmlString
-
Field Details
-
RESOURCE_PRIM_KEY_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<WikiPageResource,Long> RESOURCE_PRIM_KEY_ACCESSOR
-