sazanrjb / InventoryManagementSystem

A software developed using Java SE which provides as easy way to track the products, suppliers, customers as well as purchase and sales information. It also records the stock currently available in the store.
267 stars 138 forks source link

Applied Rename Variable Refactoring Technique on CustomerDAO.java class #11

Closed AayushiGandhi closed 2 years ago

AayushiGandhi commented 2 years ago

Location: src/com/inventory/dao/CustomerDAO.java • File: src/com/inventory/dao • Class: Customer.java • Method: o addCustomerDAO(): query => findCustomersByNameLocationAndPhone o addFunction(): query1 => getAllCustomers, query2 => getAllCustomersInDescOrder, q => insertCustomers o editCustomerDAO(): query => updateCustomerDetails o deleteCustomerDAO(): query => deleteCustomerByCode o getQueryResult(): query => getCustomersDetails o getCreditCustomersQueryResult(): query => getCustomersWithCredit o getDebitCustomersQueryResult(): query => getCustomersWithDebit o getSearchCustomersQueryResult(): query => getCustomers o getCustomersName(): query => getCustomersByCode o getProductsName(): query => getCustomersByProductCode