| Package | Description |
|---|---|
| com.ptteng.keeper.common.service | |
| com.ptteng.sca.keeper.common.client |
| Modifier and Type | Method and Description |
|---|---|
ApplyingRecord |
ApplyingRecordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyingRecord> |
ApplyingRecordService.getObjectsByIds(List<Long> ids) |
List<ApplyingRecord> |
ApplyingRecordService.insertList(List<ApplyingRecord> applyingRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ApplyingRecordService.insert(ApplyingRecord applyingRecord) |
boolean |
ApplyingRecordService.update(ApplyingRecord applyingRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyingRecord> |
ApplyingRecordService.insertList(List<ApplyingRecord> applyingRecordList) |
boolean |
ApplyingRecordService.updateList(List<ApplyingRecord> applyingRecordList) |
| Modifier and Type | Method and Description |
|---|---|
ApplyingRecord |
ApplyingRecordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyingRecord> |
ApplyingRecordSCAClient.getObjectsByIds(List<Long> ids) |
List<ApplyingRecord> |
ApplyingRecordSCAClient.insertList(List<ApplyingRecord> applyingRecordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ApplyingRecordSCAClient.insert(ApplyingRecord applyingRecord) |
boolean |
ApplyingRecordSCAClient.update(ApplyingRecord applyingRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplyingRecord> |
ApplyingRecordSCAClient.insertList(List<ApplyingRecord> applyingRecordList) |
boolean |
ApplyingRecordSCAClient.updateList(List<ApplyingRecord> applyingRecordList) |
Copyright © 2018. All rights reserved.