Package com.liferay.redirect.model
Interface RedirectNotFoundEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<RedirectNotFoundEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<RedirectNotFoundEntry>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,RedirectNotFoundEntryModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
RedirectNotFoundEntryWrapper
@ProviderType
public interface RedirectNotFoundEntry
extends com.liferay.portal.kernel.model.PersistedModel, RedirectNotFoundEntryModel
The extended model interface for the RedirectNotFoundEntry service. Represents a row in the "RedirectNotFoundEntry" 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<RedirectNotFoundEntry,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.redirect.model.RedirectNotFoundEntryModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getGroupId, getIgnored, getModifiedDate, getMvccVersion, getPrimaryKey, getRedirectNotFoundEntryId, getUrl, getUserId, getUserName, getUserUuid, isIgnored, setCompanyId, setCreateDate, setGroupId, setIgnored, setModifiedDate, setMvccVersion, setPrimaryKey, setRedirectNotFoundEntryId, setUrl, setUserId, setUserName, setUserUuid, toXmlString
-
Field Details
-
REDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<RedirectNotFoundEntry,Long> REDIRECT_NOT_FOUND_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getHits
long getHits() -
getRequestCount
long getRequestCount()
-