Published Business Service: JPR01000 - RI_AddressBookManager
This table describes the components of JPR01000 - RI_AddressBookManager:
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. |