Interface UndeletableModifier<T extends MasterEntity>
- All Superinterfaces:
Modifier<T>
- All Known Subinterfaces:
AccountModifier
,CategoryModifier
,LocationModifier
,MessengerAccountModifier
,TenantModifier
,TransactionCodeModifier
,UserModifier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
undelete()
Undelete theMasterEntity
instance associated with thisUndeletableModifier
-
Method Details
-
undelete
Undelete theMasterEntity
instance associated with thisUndeletableModifier
- Throws:
PersistencyException
- if theMasterEntity
could not be undeleted- Since:
- 10.0.128
-