Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model.impl
Class TrashEntryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<TrashEntry>
      extended by com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
          extended by com.liferay.portlet.trash.model.impl.TrashEntryBaseImpl
              extended by 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

Field Summary
 
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
 
Constructor Summary
TrashEntryImpl()
           
 
Method Summary
 TrashEntry getRootEntry()
           
 String getTypeSettings()
          Returns the type settings of this trash entry.
 UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 boolean isTrashEntry(Class<?> clazz, long classPK)
           
 boolean isTrashEntry(String className, long classPK)
           
 boolean isTrashEntry(TrashedModel trashedModel)
           
 void setRootEntry(TrashEntry rootEntry)
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this trash entry.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from class com.liferay.portlet.trash.model.impl.TrashEntryBaseImpl
persist
 
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 class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

TrashEntryImpl

public TrashEntryImpl()
Method Detail

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)

Liferay 6.2-ce-ga5