Published Business Service: JPR01000 - RI_AddressBookManager

This table describes the components of JPR01000 - RI_AddressBookManager:

Note: When you develop a business service, you need to test it as you develop it. For JPR01000 - RI_AddressBookManager, JD Edwards EnterpriseOne provides a test object that makes use of the functionality of the RI_AddressBookManager service. It is included in the reference implementation as an example of how a developer codes test objects. The JTR87010 test object is automatically delivered with JD Edwards EnterpriseOne and requires no additional configuration.

Business Service

Method

Description

Implementation Pattern and Reference to Business Services Development Methodology Guide

JR010010 - RI_AddressBookProcessor

addAddressBook

Adds an address book record with phone number information.

A business service calling a BSFN, utility, or another business service.

See:

Calling Business Functions.

Calling Other Business Services.

JR010010 - RI_AddressBookProcessor

addAddressBookAndParent

Adds an address book record with phone information and creates a parent record to demonstrate an explicit transaction.

An explicit transaction with a manual connection.

See Using an Explicit Transaction.

JR010030 - RI_PhonesProcessor

addPhones

Adds phones from a collection of phone information.

A business service that is not exposed publicly in a web service; it is used only by other business services.

See Calling Other Business Services.

JR010040 - RI_AddressBookQueryProcessor

getAddressBook

Queries the V0101XPI view and returns address book information based on data passed in.

Query of "Select" database operation and auto commit transaction.

See:

Creating a Query Database Operation Business Service.

Understanding Transaction Processing.