public interface PersistOperation
| Modifier and Type | Method and Description |
|---|---|
User |
getUser()
All PersistOperations must have a User object
who is performing the Operation.
|
ValidatorError |
store()
Perform the storage Operation to the Persistence
Layer.
|
User getUser()
ValidatorError store()