Package com.liferay.trash.kernel.model
Interface TrashEntry
- All Superinterfaces:
AttachedModel
,BaseModel<TrashEntry>
,ClassedModel
,Cloneable
,Comparable<TrashEntry>
,PersistedModel
,Serializable
,ShardedModel
,TrashEntryModel
,TypedModel
- All Known Implementing Classes:
TrashEntryWrapper
Deprecated.
The extended model interface for the TrashEntry service. Represents a row in the "TrashEntry" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
-
TrashEntryModel
com.liferay.portlet.trash.model.impl.TrashEntryImpl
com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getTypeSettingsProperty
(String key, String defaultValue) Deprecated.boolean
isTrashEntry
(Class<?> clazz, long classPK) Deprecated.boolean
isTrashEntry
(String className, long classPK) Deprecated.void
setRootEntry
(TrashEntry rootEntry) Deprecated.void
setTypeSettingsProperties
(UnicodeProperties typeSettingsProperties) Deprecated.Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
cloneWithOriginalValues, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.trash.kernel.model.TrashEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getStatus, getSystemEventSetKey, getTypeSettings, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setSystemEventSetKey, setTypeSettings, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel
-
Field Details
-
ENTRY_ID_ACCESSOR
Deprecated.
-
-
Method Details
-
getRootEntry
TrashEntry getRootEntry()Deprecated. -
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()Deprecated. -
getTypeSettingsProperty
Deprecated. -
getTypeSettingsProperty
Deprecated. -
isTrashEntry
Deprecated. -
isTrashEntry
Deprecated. -
setRootEntry
Deprecated. -
setTypeSettingsProperties
Deprecated.
-
com.liferay.trash.model.impl.TrashEntryImpl