Interface UndeletableModifier<T extends MasterEntity>
- Type Parameters:
T- the type ofMasterEntitymanaged by this modifier
- All Superinterfaces:
Modifier<T>
- All Known Subinterfaces:
AccountModifier,CategoryModifier,LocationModifier,MessengerAccountModifier,TenantModifier,TransactionCodeModifier,UserModifier
A
Modifier that supports undeleting a MasterEntity.- Since:
- 10.0.128
-
Method Summary
Modifier and TypeMethodDescriptionvoidundelete()Undelete theMasterEntityinstance associated with thisUndeletableModifier
-
Method Details
-
undelete
Undelete theMasterEntityinstance associated with thisUndeletableModifier- Throws:
PersistencyException- if theMasterEntitycould not be undeleted- Since:
- 10.0.128
-