Skip to content

WIP: Issue #188 - getProdIdfromProdInfo(int cId, String iName)** method in **NestDBDataSource.java** needs to be updated to include a third parameter

John Herbener requested to merge issue_188_JH into master
  1. getProdIdfromProdInfo(int cId, String iName) method in NestDBDataSource.java needs to be updated to include a third parameter of type String that also checks for the "subtitle" of the product. [Ex. getProdIdfromProdInfo(int cId, String name, String subtitle)] This is because there are many products with the same "name" and "category id" so this method will currently only return the first id it finds in the list of products that have the same "name" and "category id". Including a "subtitle" parameter will help further specify which product id out of that list to return.
Edited by John Herbener

Merge request reports