| Package | Description |
|---|---|
| com.ptteng.academy.business.service | |
| com.ptteng.sca.academy.business.client |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
AgentService.getObjectsByIds(List<Long> ids) |
List<Agent> |
AgentService.insertList(List<Agent> agentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AgentService.insert(Agent agent) |
boolean |
AgentService.update(Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
AgentService.insertList(List<Agent> agentList) |
boolean |
AgentService.updateList(List<Agent> agentList) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
AgentSCAClient.getObjectsByIds(List<Long> ids) |
List<Agent> |
AgentSCAClient.insertList(List<Agent> agentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AgentSCAClient.insert(Agent agent) |
boolean |
AgentSCAClient.update(Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
AgentSCAClient.insertList(List<Agent> agentList) |
boolean |
AgentSCAClient.updateList(List<Agent> agentList) |
Copyright © 2019. All Rights Reserved.