Interface TrashEntry

All Superinterfaces:
AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, ShardedModel, TrashEntryModel, TypedModel
All Known Implementing Classes:
TrashEntryWrapper

@Deprecated @ProviderType public interface TrashEntry extends TrashEntryModel, PersistedModel
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.trash.model.impl.TrashEntryImpl
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.
Author:
Brian Wing Shun Chan
See Also:
  • TrashEntryModel
  • com.liferay.portlet.trash.model.impl.TrashEntryImpl
  • com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
{$generated.description}
  • Field Details

  • Method Details

    • getRootEntry

      TrashEntry getRootEntry()
      Deprecated.
    • getTypeSettingsProperties

      UnicodeProperties getTypeSettingsProperties()
      Deprecated.
    • getTypeSettingsProperty

      String getTypeSettingsProperty(String key)
      Deprecated.
    • getTypeSettingsProperty

      String getTypeSettingsProperty(String key, String defaultValue)
      Deprecated.
    • isTrashEntry

      boolean isTrashEntry(Class<?> clazz, long classPK)
      Deprecated.
    • isTrashEntry

      boolean isTrashEntry(String className, long classPK)
      Deprecated.
    • setRootEntry

      void setRootEntry(TrashEntry rootEntry)
      Deprecated.
    • setTypeSettingsProperties

      void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
      Deprecated.