| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
CouponService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Coupon> |
CouponService.getObjectsByIds(List<Long> ids) |
List<Coupon> |
CouponService.insertList(List<Coupon> couponList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CouponService.insert(Coupon coupon) |
boolean |
CouponService.update(Coupon coupon) |
| Modifier and Type | Method and Description |
|---|---|
List<Coupon> |
CouponService.insertList(List<Coupon> couponList) |
boolean |
CouponService.updateList(List<Coupon> couponList) |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
CouponSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Coupon> |
CouponSCAClient.getObjectsByIds(List<Long> ids) |
List<Coupon> |
CouponSCAClient.insertList(List<Coupon> couponList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CouponSCAClient.insert(Coupon coupon) |
boolean |
CouponSCAClient.update(Coupon coupon) |
| Modifier and Type | Method and Description |
|---|---|
List<Coupon> |
CouponSCAClient.insertList(List<Coupon> couponList) |
boolean |
CouponSCAClient.updateList(List<Coupon> couponList) |
Copyright © 2019. All Rights Reserved.