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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods 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
-