| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficerAppointee> |
GovernanceAppointeeNotUniqueException.getDuplicatePosts()
Return the list of personal profiles that have a duplicate name.
|
| Constructor and Description |
|---|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
List<GovernanceOfficerAppointee> duplicatePosts)
This is the typical constructor used for creating an exception.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
Throwable caughtError,
List<GovernanceOfficerAppointee> duplicatePosts)
This is the constructor used for creating an exception that resulted from a previous error.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceOfficerAppointee |
GovernanceOfficer.getAppointee()
Return information about the person appointed to the governance officer role.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficerAppointee> |
GovernanceOfficer.getPredecessors()
Return the list of predecessors to this appointment.
|
List<GovernanceOfficerAppointee> |
GovernanceOfficer.getSuccessors()
Return the list of successors lined up to take over this appointment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficer.setAppointee(GovernanceOfficerAppointee appointee)
Set up the information about the person appointed to the governance officer role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficer.setPredecessors(List<GovernanceOfficerAppointee> predecessors)
Set up the list of predecessors to this appointment.
|
void |
GovernanceOfficer.setSuccessors(List<GovernanceOfficerAppointee> successors)
Set up the list of successors lined up to take over this appointment.
|
| Constructor and Description |
|---|
GovernanceOfficerAppointee(GovernanceOfficerAppointee template)
Copy/clone constructor
|
Copyright © 2017–2018 ODPi. All rights reserved.