Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Refund Membership Fee: When the user class the refund button an event will be sent to the control object. This will get the data from
Refund Membership Fee: When the user class the refund button an event will be sent to the control object. This will get the data from the interface object: First the ID of the carsharer, which must when be found in the database or activated in some way : Second the boolean value that tells the control object whether or not to delete the journeys. the carshearer in this design contains a collection of journey objects. Taere must be at least one, so we get the first one and set it to be defunct, then iterate through the collection, getting each journey in turn, until we reach the end of collection. each carshearer has a link to account object in the accounts package and a message is sent to accounts subsystem, requesting it to pay the refund for the relevant account... please draw the sequence diagram!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started