| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
AccountMember |
AccountMemberService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountMember> |
AccountMemberService.getObjectsByIds(List<Long> ids) |
List<AccountMember> |
AccountMemberService.insertList(List<AccountMember> accountMemberList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AccountMemberService.insert(AccountMember accountMember) |
boolean |
AccountMemberService.update(AccountMember accountMember) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountMember> |
AccountMemberService.insertList(List<AccountMember> accountMemberList) |
boolean |
AccountMemberService.updateList(List<AccountMember> accountMemberList) |
| Modifier and Type | Method and Description |
|---|---|
AccountMember |
AccountMemberSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountMember> |
AccountMemberSCAClient.getObjectsByIds(List<Long> ids) |
List<AccountMember> |
AccountMemberSCAClient.insertList(List<AccountMember> accountMemberList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
AccountMemberSCAClient.insert(AccountMember accountMember) |
boolean |
AccountMemberSCAClient.update(AccountMember accountMember) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountMember> |
AccountMemberSCAClient.insertList(List<AccountMember> accountMemberList) |
boolean |
AccountMemberSCAClient.updateList(List<AccountMember> accountMemberList) |
Copyright © 2019. All Rights Reserved.