com.liferay.portlet.trash.model
Interface TrashEntry
- All Superinterfaces:
- AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, TrashEntryModel, TypedModel
- All Known Implementing Classes:
- TrashEntryWrapper
@ProviderType
public interface TrashEntry
- extends TrashEntryModel, PersistedModel
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:
TrashEntryModel
,
TrashEntryImpl
,
TrashEntryModelImpl
Methods inherited from interface com.liferay.portlet.trash.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, toXmlString |
getRootEntry
TrashEntry getRootEntry()
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
String getTypeSettingsProperty(String key)
getTypeSettingsProperty
String getTypeSettingsProperty(String key,
String defaultValue)
isTrashEntry
boolean isTrashEntry(Class<?> clazz,
long classPK)
isTrashEntry
boolean isTrashEntry(String className,
long classPK)
isTrashEntry
boolean isTrashEntry(TrashedModel trashedModel)
setRootEntry
void setRootEntry(TrashEntry rootEntry)
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)