RI_Audit AddressBookManager Reference Implementation

Oracle provides the JPR95001 - RI_AuditAddressBookManager reference implementation, which you can use to extend the RI_AddressBookManager published business service to pass audit information. This table describes the components of JPR95001 -RI_AuditAddressBookManager and the location of these components in the JD Edwards EnterpriseOne installation directory:

Reference Implementation Component

Description

Location

RI_AuditAddressBookManager

A published business service class that extends the AddressBookManager reference implementation so that it inserts an address book record with audit information.

B9\STAGINGA\java\source\oracle\e1\bssv\JPR95001

auditAddAddressBook

A method in the RI_AuditAddressBookManager that is used to insert an address book record with audit information. This method uses the addAddressBook method of the RI_AddressBookManager class to insert the address book record.

Same as previous.

RI_AuditAddAddressBook

The value object class that contains getter and setter methods for the GUID, application ID, workstation name, and IP address.

B9\STAGINGA\java\source\oracle\e1\bssv\JPR95001\valueobject

See "Configuring a Published Business Service to Pass Audit Information" in the JD Edwards EnterpriseOne Tools Auditing Administration Including 21 CFR Part 11 Administration Guide for instructions on how to use this reference implementation to test this auditing configuration.