New Text Document
New Text Document
Problem Statement
XYZ Helpdesk needs an application for ticket management. This application is for
raising tickets ( by the employee ) . Other functionalities are out of scope.
Consider one HashMap TicketCategory Which contain categoryId as key and
categoryName as value ;
Consider another HashMap TicketLog which will store the Ticket Details (ticket No
as key and Ticket Object as value )
• Marks Distribution:
Selecting ticket category from ticketCategory and displaying it on console using
DAO + service layer 17
Accepting the user details and generating the ticketNo using Math.random() method
13
Inserting the accepted user details in HashMap 10
Presentation 10
Service and Bean 10
Total 60
2. Exit
When employee selects this option, user should be able to quit from application.
[3 Marks]
Marks[7]
Classes to be created
}
com.cg.tms.util -// package containing data access class to perform
utilityoperations
return ticketCategory;
}
}
Add appropriate