| Line 69... |
Line 69... |
| 69 |
|
69 |
|
| 70 |
void updateRetailerEmail(int fofoID, String newEmail) throws ProfitMandiBusinessException;
|
70 |
void updateRetailerEmail(int fofoID, String newEmail) throws ProfitMandiBusinessException;
|
| 71 |
|
71 |
|
| 72 |
List<RetailerContact> getContactsByFofoId(int fofoId, boolean activeOnly) throws ProfitMandiBusinessException;
|
72 |
List<RetailerContact> getContactsByFofoId(int fofoId, boolean activeOnly) throws ProfitMandiBusinessException;
|
| 73 |
|
73 |
|
| - |
|
74 |
Map<String, Object> computeIncomeMap(int fofoId, int yearMonth);
|
| 74 |
|
75 |
|
| 75 |
//void update(com.spice.profitmandi.dao.entity.user.User user);
|
76 |
//void update(com.spice.profitmandi.dao.entity.user.User user);
|
| 76 |
// {
|
77 |
// {
|
| 77 |
// String sql="update Emp99 set name='"+p.getName()+"', salary="+p.getSalary()+",designation='"+p.getDesignation()+"' where id="+p.getId()+"";
|
78 |
// String sql="update Emp99 set name='"+p.getName()+"', salary="+p.getSalary()+",designation='"+p.getDesignation()+"' where id="+p.getId()+"";
|
| 78 |
// return template.update(sql);
|
79 |
// return template.update(sql);
|