| Modifier and Type | Interface and Description |
|---|---|
interface |
IAuditDAO<T extends IAuditable>
Interface for auditable DAO objects
|
| Modifier and Type | Class and Description |
|---|---|
class |
AAuditableJPA
Abstract class to handle auditable objects
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExportAudit
Interface for the audit details of an extraction task created by an export request.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExportFileAudit
Interface for the audit details of an exported file associated with an extraction task.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMandate
Interface for mandate objects
|
interface |
IMandateParentChild
Interface for parent/child mandate structure
|
interface |
IMandateStatus
Interface used to handle mandate statuses
|
| Modifier and Type | Method and Description |
|---|---|
static IAuditable |
ServiceUtils.submitUpdate(IAuditDAO auditDAO,
IAuditable toUpdate,
BiFunction<IAuditDAO,IAuditable,IAuditable> retrievalFunction)
Returns the result of submitting an update object using the audit DAO and waiting for the live audit to match.
|
| Modifier and Type | Method and Description |
|---|---|
static BiFunction<IAuditDAO,IAuditable,IAuditable> |
ServiceUtils.exportRetrieval()
Returns a BiFunction that accepts a DAO object and an update object and returns the live export status corresponding to the update object.
|
static BiFunction<IAuditDAO,IAuditable,IAuditable> |
ServiceUtils.exportRetrieval()
Returns a BiFunction that accepts a DAO object and an update object and returns the live export status corresponding to the update object.
|
static BiFunction<IAuditDAO,IAuditable,IAuditable> |
ServiceUtils.mandateRetrieval()
Returns a BiFunction that accepts a DAO object and an update object and returns the live mandate status corresponding to the update object.
|
static BiFunction<IAuditDAO,IAuditable,IAuditable> |
ServiceUtils.mandateRetrieval()
Returns a BiFunction that accepts a DAO object and an update object and returns the live mandate status corresponding to the update object.
|
| Modifier and Type | Method and Description |
|---|---|
static IAuditable |
ServiceUtils.submitUpdate(IAuditDAO auditDAO,
IAuditable toUpdate,
BiFunction<IAuditDAO,IAuditable,IAuditable> retrievalFunction)
Returns the result of submitting an update object using the audit DAO and waiting for the live audit to match.
|
| Modifier and Type | Method and Description |
|---|---|
static IAuditable |
ServiceUtils.submitUpdate(IAuditDAO auditDAO,
IAuditable toUpdate,
BiFunction<IAuditDAO,IAuditable,IAuditable> retrievalFunction)
Returns the result of submitting an update object using the audit DAO and waiting for the live audit to match.
|
static IAuditable |
ServiceUtils.submitUpdate(IAuditDAO auditDAO,
IAuditable toUpdate,
BiFunction<IAuditDAO,IAuditable,IAuditable> retrievalFunction)
Returns the result of submitting an update object using the audit DAO and waiting for the live audit to match.
|
Copyright © 2019. All rights reserved.