A Global Remittance System Application built in Java to fulfill the project requirements for MIS 768 advance software concepts.
0
stars
0
forks
source link
Implement data manipulation methods (CRUD opertations in database and file) #50
Open
jrgdnn12 opened 7 months ago
Mostly done, aside for new needs.
Will start working on DAO database logic encapsulation for the following tasks.
Retrieve ArrayList of ALL Remittance objects tied to a customerID.
This will give us all the recipients, customer and partner objects every used by the customer ID.
form here we can hope to retrieve a list of distinct recipient object without resorting to another query.