| 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(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
List<GovernanceOfficerAppointee> duplicatePosts)
This is the typical constructor used for creating an exception.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
List<GovernanceOfficerAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the typical constructor used for creating an exception.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
List<GovernanceOfficerAppointee> duplicatePosts)
This is the constructor used for creating an exception when an unexpected error has been caught.
|
GovernanceAppointeeNotUniqueException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError,
List<GovernanceOfficerAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the constructor used for creating an exception when an unexpected error has been caught.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String errorMessageId,
String[] errorMessageParameters,
String systemAction,
String userAction,
String caughtErrorClassName,
List<GovernanceOfficerAppointee> duplicatePosts,
Map<String,Object> relatedProperties)
This is the constructor used when receiving an exception from a remote server.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
List<GovernanceOfficerAppointee> duplicatePosts)
Deprecated.
|
GovernanceAppointeeNotUniqueException(int httpCode,
String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
Throwable caughtError,
List<GovernanceOfficerAppointee> duplicatePosts)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceOfficerAppointee |
GovernanceOfficerProperties.getAppointee()
Return information about the person appointed to the governance officer role.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceOfficerAppointee> |
GovernanceOfficerProperties.getPredecessors()
Return the list of predecessors to this appointment.
|
List<GovernanceOfficerAppointee> |
GovernanceOfficerProperties.getSuccessors()
Return the list of successors lined up to take over this appointment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerProperties.setAppointee(GovernanceOfficerAppointee appointee)
Set up the information about the person appointed to the governance officer role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceOfficerProperties.setPredecessors(List<GovernanceOfficerAppointee> predecessors)
Set up the list of predecessors to this appointment.
|
void |
GovernanceOfficerProperties.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 © 2018–2020 ODPi. All rights reserved.