Commit 2ff5b097 authored by sgadve's avatar sgadve

updated bussiness logic for the ChrgBckLocConf

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196102 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c4f49f22
......@@ -140,8 +140,8 @@ public class ChrgBckLocConf extends ActionHandlerEJB implements ChrgBckLocConfLo
String custCode1 = "", itemCodeRepl = "", confDateStr = "", settleMethod = "", siteCode1 = "",custCode2="",siteCode2="",
offer = "", vaildUpto = "";
int freeQty = 0, freeVaule = 0;
Map<String, String> map1=new HashMap<>();
Map<String, String> map2=new HashMap<>();
Map map1=new HashMap();
Map map2=new HashMap();
try
{
//Changes and Commented By Bhushan on 09-06-2016 :START
......@@ -3920,7 +3920,7 @@ public class ChrgBckLocConf extends ActionHandlerEJB implements ChrgBckLocConfLo
return xmlInEditMode;
}
public void insertDataInSchemeBal(Map<String,String> map)
public void insertDataInSchemeBal(Map map)
{
System.out.println("ChrgBckLocConf.insertDataInSchemeBal() : "+map);
PreparedStatement pStmt=null;
......@@ -4005,9 +4005,9 @@ public class ChrgBckLocConf extends ActionHandlerEJB implements ChrgBckLocConfLo
}
}
}
public Map<String,String> getStockiestData(String offer,String custCode1,String itemCodeRepl,String currentDate,String validUpto,String freeQty,String freeVaule,String balanceFreeValue,String balanceFreeQty,String userId,String currDate,String termId,String entrySource,String siteCode)
public Map getStockiestData(String offer,String custCode1,String itemCodeRepl,String currentDate,String validUpto,String freeQty,String freeVaule,String balanceFreeValue,String balanceFreeQty,String userId,String currDate,String termId,String entrySource,String siteCode)
{
HashMap<String,String> map=new HashMap<>();
HashMap map=new HashMap();
map.put("offer", offer);
map.put("custCode", custCode1);
map.put("itemCodeRepl",itemCodeRepl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment