Creating the Bank interface
The Bank interface has these operations:
createCustomer
retrieveCustomer
updateCustomer
updateContactInformation
createAccount
getAccounts
deleteAccount
withdraw
deposit
transfer
authenticate
Follow these tasks to create the Bank interface:
Creating the interface file
Creating the createCustomer operation
Creating the retrieveCustomer operation
Creating the updateCustomer operation
Creating the updateContactInformation operation
Creating the createAccount operation
Creating the getAccounts operation
Creating the deleteAccount operation
Creating the withdraw operation
Creating the deposit operation
Creating the transfer operation
Creating the authenticate operation
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the BankAccountList business object
Next topic:
Adding the interface to the Bank import component