Interface TrashElementDAO

All Known Implementing Classes:
TrashElementDAO, WebTrashElementDAO

public interface TrashElementDAO
Interface for a component able to instantiate a TrashElement
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The avalon role
  • Method Summary

    Modifier and Type
    Method
    Description
    Instantiate a new trash element where the ametys object can store data to be able to restore itself later
  • Field Details

  • Method Details

    • createTrashElement

      Instantiate a new trash element where the ametys object can store data to be able to restore itself later
      Parameters:
      ametysObject - the ametys object to trash
      title - the title of the element
      Returns:
      the trash element