Creating the Bank interface
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 deleteCustomer operation
Creating the createAccount operation
Creating the retrieveAccount operation
Creating the updateAccount operation
Creating the deleteAccount operation
Creating the createContactInfo operation
Creating the retrieveContactInfo operation
Creating the updateContactInfo operation
Creating the deleteContactInfo operation
Creating the getAccounts operation
Creating the deposit operation
Creating the withdraw operation
Creating the transfer operation
Creating the isWebLoginValid operation
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the Customer business object
Next topic:
Adding the interface to the Bank Java component