| Package | Description |
|---|---|
| com.ptteng.common.skill.service | |
| com.ptteng.sca.common.skill.client |
| Modifier and Type | Method and Description |
|---|---|
MoneyFlow |
MoneyFlowService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<MoneyFlow> |
MoneyFlowService.getObjectsByIds(List<Long> ids) |
List<MoneyFlow> |
MoneyFlowService.getObjectsByUIdAndType(Long uid,
Integer type) |
List<MoneyFlow> |
MoneyFlowService.insertList(List<MoneyFlow> moneyFlowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
MoneyFlowService.insert(MoneyFlow moneyFlow) |
boolean |
MoneyFlowService.update(MoneyFlow moneyFlow) |
| Modifier and Type | Method and Description |
|---|---|
List<MoneyFlow> |
MoneyFlowService.insertList(List<MoneyFlow> moneyFlowList) |
boolean |
MoneyFlowService.updateList(List<MoneyFlow> moneyFlowList) |
| Modifier and Type | Method and Description |
|---|---|
MoneyFlow |
MoneyFlowSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<MoneyFlow> |
MoneyFlowSCAClient.getObjectsByIds(List<Long> ids) |
List<MoneyFlow> |
MoneyFlowSCAClient.getObjectsByUIdAndType(Long uid,
Integer type) |
List<MoneyFlow> |
MoneyFlowSCAClient.insertList(List<MoneyFlow> moneyFlowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
MoneyFlowSCAClient.insert(MoneyFlow moneyFlow) |
boolean |
MoneyFlowSCAClient.update(MoneyFlow moneyFlow) |
| Modifier and Type | Method and Description |
|---|---|
List<MoneyFlow> |
MoneyFlowSCAClient.insertList(List<MoneyFlow> moneyFlowList) |
boolean |
MoneyFlowSCAClient.updateList(List<MoneyFlow> moneyFlowList) |
Copyright © 2016. All rights reserved.