| Package | Description |
|---|---|
| org.clawiz.bpm.common.storage.message |
| Modifier and Type | Method and Description |
|---|---|
MessageObject |
MessageServicePrototype.create()
Create new MessageObject instance and fill default values
|
MessageObject |
MessageServicePrototype.load(BigDecimal id)
Load object from database by record id
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageServicePrototype.check(MessageObject message)
Fill object default values and check data consistency
|
String |
MessageServicePrototype.objectToString(MessageObject messageObject)
Return toString() value for object
|
void |
MessageServicePrototype.save(MessageObject message)
Save object to database:
- check data consistency with check() call
- INSERT into database for newly created objects or
UPDATE if object is loaded from existing database record
|
protected void |
MessageServicePrototype.saveAudit(org.clawiz.core.common.system.session.transaction.TransactionAction transactionAction,
MessageObject oldMessageObject,
MessageObject newMessageObject) |
Copyright © 2018. All rights reserved.