| Package | Description |
|---|---|
| com.ptteng.credit.admin.service | |
| com.ptteng.sca.credit.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleService.getObjectsByIds(List<Long> ids) |
List<Role> |
RoleService.insertList(List<Role> roleList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
RoleService.insert(Role role) |
boolean |
RoleService.update(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleService.insertList(List<Role> roleList) |
boolean |
RoleService.updateList(List<Role> roleList) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleSCAClient.getObjectsByIds(List<Long> ids) |
List<Role> |
RoleSCAClient.insertList(List<Role> roleList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
RoleSCAClient.insert(Role role) |
boolean |
RoleSCAClient.update(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RoleSCAClient.insertList(List<Role> roleList) |
boolean |
RoleSCAClient.updateList(List<Role> roleList) |
Copyright © 2018. All rights reserved.