| Package | Description |
|---|---|
| com.ptteng.academy.goods.service | |
| com.ptteng.sca.academy.goods.client |
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ZoneService.getObjectsByIds(List<Long> ids) |
List<Zone> |
ZoneService.insertList(List<Zone> zoneList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ZoneService.insert(Zone zone) |
boolean |
ZoneService.update(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ZoneService.insertList(List<Zone> zoneList) |
boolean |
ZoneService.updateList(List<Zone> zoneList) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ZoneSCAClient.getObjectsByIds(List<Long> ids) |
List<Zone> |
ZoneSCAClient.insertList(List<Zone> zoneList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ZoneSCAClient.insert(Zone zone) |
boolean |
ZoneSCAClient.update(Zone zone) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ZoneSCAClient.insertList(List<Zone> zoneList) |
boolean |
ZoneSCAClient.updateList(List<Zone> zoneList) |
Copyright © 2018. All Rights Reserved.