Uses of Class
overit.geocallapp.wfm.cee.rs1.customer.DTOCustomer
Packages that use DTOCustomer
-
Uses of DTOCustomer in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task that return DTOCustomerModifier and TypeMethodDescriptionprotected DTOCustomerBTAppointmentCreation.buildCustomerDTO(HashGetter customerValues) protected DTOCustomerBTWorkOrderValidation.buildCustomerDTO(HashGetter customerValues) -
Uses of DTOCustomer in overit.geocallapp.wfm.cee.rs1.customer
Methods in overit.geocallapp.wfm.cee.rs1.customer that return types with arguments of type DTOCustomerModifier and TypeMethodDescriptionCustomerApi.getCustomers(Page page, DTOCustomerSearchFilter filter) It allows to search (filtered) customers.Methods in overit.geocallapp.wfm.cee.rs1.customer with parameters of type DTOCustomerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> CustomerApi.addCustomer(DTOCustomer customer) Adds a new customer in CEE.