| Package | Description |
|---|---|
| org.clawiz.etl.common.storage.job |
| Modifier and Type | Method and Description |
|---|---|
JobObject |
JobServicePrototype.create()
Create new JobObject instance and fill default values
|
JobObject |
JobServicePrototype.load(BigDecimal id)
Load object from database by record id
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobServicePrototype.check(JobObject job)
Fill object default values and check data consistency
|
String |
JobServicePrototype.objectToString(JobObject jobObject)
Return toString() value for object
|
void |
JobServicePrototype.save(JobObject job)
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
|
void |
JobService.save(JobObject processObject) |
protected void |
JobServicePrototype.saveAudit(org.clawiz.core.common.system.session.transaction.TransactionAction transactionAction,
JobObject oldJobObject,
JobObject newJobObject) |
Copyright © 2018. All rights reserved.