Package com.liferay.trash.model
Interface TrashEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<TrashEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<TrashEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<TrashEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,TrashEntryModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
TrashEntryWrapper
@ProviderType
public interface TrashEntry
extends com.liferay.portal.kernel.model.PersistedModel, TrashEntryModel
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.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<TrashEntry, Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.util.UnicodePropertiesgetTypeSettingsProperty(String key, String defaultValue) booleanisTrashEntry(Class<?> clazz, long classPK) booleanisTrashEntry(String className, long classPK) voidsetRootEntry(TrashEntry rootEntry) voidsetTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) 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.trash.model.TrashEntryModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getEntryId, getGroupId, getMvccVersion, getPrimaryKey, getStatus, getSystemEventSetKey, getTypeSettings, getUserId, getUserName, getUserUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setEntryId, setGroupId, setMvccVersion, setPrimaryKey, setStatus, setSystemEventSetKey, setTypeSettings, setUserId, setUserName, setUserUuid, toXmlString
-
Field Details
-
ENTRY_ID_ACCESSOR
-
-
Method Details
-
getRootEntry
TrashEntry getRootEntry() -
getTypeSettingsProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() -
getTypeSettingsProperty
-
getTypeSettingsProperty
-
isTrashEntry
-
isTrashEntry
-
setRootEntry
-
setTypeSettingsProperties
void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-