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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
undelete()
Undelete theMasterEntity
instance associated with thisUndeletableModifier
-
-
-
Method Detail
-
undelete
void undelete() throws PersistencyException
Undelete theMasterEntity
instance associated with thisUndeletableModifier
- Throws:
PersistencyException
- if theMasterEntity
could not be undeleted- Since:
- 10.0.128
-
-