Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model
Interface TrashEntry

All Superinterfaces:
AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, TrashEntryModel, TypedModel
All Known Implementing Classes:
TrashEntryBaseImpl, TrashEntryImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 TrashEntry getRootEntry()
           
 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 setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

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)

Liferay 6.2-ce-ga5