| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
InvitationService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
InvitationService.getObjectsByIds(List<Long> ids) |
List<Invitation> |
InvitationService.insertList(List<Invitation> invitationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
InvitationService.insert(Invitation invitation) |
boolean |
InvitationService.update(Invitation invitation) |
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
InvitationService.insertList(List<Invitation> invitationList) |
boolean |
InvitationService.updateList(List<Invitation> invitationList) |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
InvitationSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
InvitationSCAClient.getObjectsByIds(List<Long> ids) |
List<Invitation> |
InvitationSCAClient.insertList(List<Invitation> invitationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
InvitationSCAClient.insert(Invitation invitation) |
boolean |
InvitationSCAClient.update(Invitation invitation) |
| Modifier and Type | Method and Description |
|---|---|
List<Invitation> |
InvitationSCAClient.insertList(List<Invitation> invitationList) |
boolean |
InvitationSCAClient.updateList(List<Invitation> invitationList) |
Copyright © 2019. All Rights Reserved.