Uses of Class
com.iu.javadatastructureslab.model.Customer
Packages that use Customer
Package
Description
Service layer components that encapsulate demo logic and computations.
-
Uses of Customer in com.iu.javadatastructureslab.services
Methods in com.iu.javadatastructureslab.services that return CustomerModifier and TypeMethodDescriptionWrapperService.buildCustomerFromInput(String name, String ageInput, String email, String balanceInput, String activeInput) Builds a customer from form inputs and parsed wrapper values.WrapperService.buildSampleCustomer()Creates a sample customer for initial page render.Methods in com.iu.javadatastructureslab.services with parameters of type CustomerModifier and TypeMethodDescriptionWrapperService.buildWrapperDemo(Customer customer) Builds wrapper demo values using customer fields only.WrapperService.buildWrapperDemo(Customer customer, String ageInput, String balanceInput, String activeInput) Builds wrapper demo values from a customer and raw inputs.