Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.trash.kernel.model.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:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.trash.kernel.model.TrashEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.trash.kernel.model.TrashEntry, com.liferay.trash.kernel.model.TrashEntryModel, Serializable, Cloneable, Comparable<com.liferay.trash.kernel.model.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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Fields inherited from interface com.liferay.trash.kernel.model.TrashEntry
ENTRY_ID_ACCESSOR
 
Constructor Summary
TrashEntryImpl()
           
 
Method Summary
 com.liferay.trash.kernel.model.TrashEntry getRootEntry()
           
 String getTypeSettings()
           
 com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 boolean isTrashEntry(Class<?> clazz, long classPK)
           
 boolean isTrashEntry(String className, long classPK)
           
 void setRootEntry(com.liferay.trash.kernel.model.TrashEntry rootEntry)
           
 void setTypeSettings(String typeSettings)
           
 void setTypeSettingsProperties(com.liferay.portal.kernel.util.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, isEntityCacheEnabled, isFinderCacheEnabled, 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.kernel.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.trash.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

TrashEntryImpl

public TrashEntryImpl()
Method Detail

getRootEntry

public com.liferay.trash.kernel.model.TrashEntry getRootEntry()

getTypeSettings

public String getTypeSettings()
Specified by:
getTypeSettings in interface com.liferay.trash.kernel.model.TrashEntryModel
Overrides:
getTypeSettings in class TrashEntryModelImpl

getTypeSettingsProperties

public com.liferay.portal.kernel.util.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)

setRootEntry

public void setRootEntry(com.liferay.trash.kernel.model.TrashEntry rootEntry)

setTypeSettings

public void setTypeSettings(String typeSettings)
Specified by:
setTypeSettings in interface com.liferay.trash.kernel.model.TrashEntryModel
Overrides:
setTypeSettings in class TrashEntryModelImpl

setTypeSettingsProperties

public void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)

Liferay 7.0-ga1 portal-impl