com.liferay.portlet.trash.model
Interface TrashEntry
- All Superinterfaces:
- AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, ShardedModel, 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,
com.liferay.portlet.trash.model.impl.TrashEntryImpl,
com.liferay.portlet.trash.model.impl.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 |
ENTRY_ID_ACCESSOR
static final Accessor<TrashEntry,Long> ENTRY_ID_ACCESSOR
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)
setRootEntry
void setRootEntry(TrashEntry rootEntry)
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)