com.liferay.portlet.trash.model.impl
Class TrashEntryImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<TrashEntry>
com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
com.liferay.portlet.trash.model.impl.TrashEntryBaseImpl
com.liferay.portlet.trash.model.impl.TrashEntryImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<TrashEntry>, ClassedModel, PersistedModel, TypedModel, TrashEntry, TrashEntryModel, Serializable, Cloneable, Comparable<TrashEntry>
public class TrashEntryImpl
- extends TrashEntryBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.trash.model.impl.TrashEntryModelImpl |
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
Methods inherited from class com.liferay.portlet.trash.model.impl.TrashEntryModelImpl |
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalCreateDate, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getStatus, getSystemEventSetKey, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setStatus, setSystemEventSetKey, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from interface com.liferay.portlet.trash.model.TrashEntryModel |
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getStatus, getSystemEventSetKey, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setSystemEventSetKey, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
TrashEntryImpl
public TrashEntryImpl()
getRootEntry
public TrashEntry getRootEntry()
getTypeSettings
public String getTypeSettings()
- Description copied from interface:
TrashEntryModel
- Returns the type settings of this trash entry.
- Specified by:
getTypeSettings
in interface TrashEntryModel
- Overrides:
getTypeSettings
in class TrashEntryModelImpl
- Returns:
- the type settings of this trash entry
getTypeSettingsProperties
public UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
public String getTypeSettingsProperty(String key)
getTypeSettingsProperty
public String getTypeSettingsProperty(String key,
String defaultValue)
isTrashEntry
public boolean isTrashEntry(Class<?> clazz,
long classPK)
isTrashEntry
public boolean isTrashEntry(String className,
long classPK)
isTrashEntry
public boolean isTrashEntry(TrashedModel trashedModel)
setRootEntry
public void setRootEntry(TrashEntry rootEntry)
setTypeSettings
public void setTypeSettings(String typeSettings)
- Description copied from interface:
TrashEntryModel
- Sets the type settings of this trash entry.
- Specified by:
setTypeSettings
in interface TrashEntryModel
- Overrides:
setTypeSettings
in class TrashEntryModelImpl
- Parameters:
typeSettings
- the type settings of this trash entry
setTypeSettingsProperties
public void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)