Uses of Class
trial.gaurav.customer.Customer
Packages that use Customer
-
Uses of Customer in trial.gaurav.console
Methods in trial.gaurav.console that return CustomerModifier and TypeMethodDescriptionCustomerConsoleManager.collectCustomerDetails()Collects customer details from the console.Methods in trial.gaurav.console with parameters of type Customer -
Uses of Customer in trial.gaurav.customer
Fields in trial.gaurav.customer with type parameters of type CustomerModifier and TypeFieldDescriptionprivate LinkedList<Customer>AddCustomerAction.customerRecordsprivate static LinkedList<Customer>CustomerApp.customerRecordsprivate LinkedList<Customer>CustomerFinder.customerRecordsprivate LinkedList<Customer>CustomerFinderTest.customerRecordsprivate LinkedList<Customer>CustomerMenu.customerRecordsprivate LinkedList<Customer>DeleteCustomerAction.customerRecordsprivate LinkedList<Customer>ViewAllCustomersAction.customerRecordsprivate LinkedList<Customer>ViewCustomerAction.customerRecordsMethods in trial.gaurav.customer that return CustomerModifier and TypeMethodDescriptionCustomerRecordIo.collectCustomerDetails()Collects customer details from the user.Methods in trial.gaurav.customer with parameters of type CustomerModifier and TypeMethodDescriptionvoidDisplays the customer details on the console.Constructor parameters in trial.gaurav.customer with type arguments of type CustomerModifierConstructorDescriptionAddCustomerAction(LinkedList<Customer> cRecords, CustomerConsoleManager cConsoleManager) Constructs a new `AddCustomerAction` object with the given customer records and customer console manager.CustomerFinder(LinkedList<Customer> cRecords, int id) Constructs a new `CustomerFinder` object with the given customer records and customer ID to find.CustomerMenu(LinkedList<Customer> cRecords) Constructs a new `CustomerMenu` object with the given customer records.DeleteCustomerAction(LinkedList<Customer> cRecords, CustomerConsoleManager cConsoleManager) Constructs a new `DeleteCustomerAction` object with the given customer records and customer console manager.ViewAllCustomersAction(LinkedList<Customer> cRecords, CustomerConsoleManager cConsoleManager) Constructs a new `ViewAllCustomersAction` object with the given customer records and customer console manager.ViewCustomerAction(LinkedList<Customer> cRecords, CustomerConsoleManager cConsoleManager) Constructs a new `ViewCustomerAction` object with the given customer records and customer console manager.