Interface UndeletableModifier<T extends MasterEntity>

All Superinterfaces:
Modifier<T>
All Known Subinterfaces:
AccountModifier, CategoryModifier, LocationModifier, MessengerAccountModifier, TenantModifier, TransactionCodeModifier, UserModifier

public interface UndeletableModifier<T extends MasterEntity> extends Modifier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Undelete the MasterEntity instance associated with this UndeletableModifier

    Methods inherited from interface com.novomind.ecom.api.imail.routing.persistence.Modifier

    delete, get, write
  • Method Details

    • undelete

      void undelete() throws PersistencyException
      Undelete the MasterEntity instance associated with this UndeletableModifier
      Throws:
      PersistencyException - if the MasterEntity could not be undeleted
      Since:
      10.0.128