| Package | Description |
|---|---|
| com.ptteng.credit.user.service | |
| com.ptteng.sca.credit.user.client |
| Modifier and Type | Method and Description |
|---|---|
Poster |
PosterService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Poster> |
PosterService.getObjectsByIds(List<Long> ids) |
List<Poster> |
PosterService.insertList(List<Poster> posterList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PosterService.insert(Poster poster) |
boolean |
PosterService.update(Poster poster) |
| Modifier and Type | Method and Description |
|---|---|
List<Poster> |
PosterService.insertList(List<Poster> posterList) |
boolean |
PosterService.updateList(List<Poster> posterList) |
| Modifier and Type | Method and Description |
|---|---|
Poster |
PosterSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Poster> |
PosterSCAClient.getObjectsByIds(List<Long> ids) |
List<Poster> |
PosterSCAClient.insertList(List<Poster> posterList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PosterSCAClient.insert(Poster poster) |
boolean |
PosterSCAClient.update(Poster poster) |
| Modifier and Type | Method and Description |
|---|---|
List<Poster> |
PosterSCAClient.insertList(List<Poster> posterList) |
boolean |
PosterSCAClient.updateList(List<Poster> posterList) |
Copyright © 2018. All rights reserved.