Published Business Service: JPR01001 - RI_AddressBookTransactionManager
This table describes the components of JPR01001 - RI_AddressBookTransactionManager:
Business Service |
Method |
Description |
Implementation Pattern and Reference to Business Services Development Methodology Guide |
JR010011 - RI_AddressBookTransactionProcessor |
addAddressBook |
Adds an address book record with phone number information. |
A business service calling a business function, utility, or another business service. See: Calling Business Functions. Calling Other Business Services. |
JR010011 - RI_AddressBookTransactionProcessor |
addAddressBookandBusinessUnit |
An explicit transaction business function and database operation. See Using an Explicit Transaction. |
no value |
JR010011 - RI_AddressBookTransactionProcessor |
addAddressBookAndParent |
Adds an address book record with phone information and creates a parent record to demonstrate an explicit transaction. |
An explicit transaction business function. See Using an Explicit Transaction. |
JR010040 - RI_AddressBookQueryProcessor |
getAddressBook |
Queries the V0101XPI view and returns address book information based on data passed in. |
Select database operation and auto commit transaction. See: Creating a Query Database Operation Business Service. Understanding Transaction Processing. |