| Line 6... |
Line 6... |
| 6 |
import com.spice.profitmandi.common.model.MapWrapper;
|
6 |
import com.spice.profitmandi.common.model.MapWrapper;
|
| 7 |
import com.spice.profitmandi.common.model.UpdateRetailerRequest;
|
7 |
import com.spice.profitmandi.common.model.UpdateRetailerRequest;
|
| 8 |
import com.spice.profitmandi.dao.entity.dtr.DistrictMaster;
|
8 |
import com.spice.profitmandi.dao.entity.dtr.DistrictMaster;
|
| 9 |
import com.spice.profitmandi.dao.entity.dtr.User;
|
9 |
import com.spice.profitmandi.dao.entity.dtr.User;
|
| 10 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
10 |
import com.spice.profitmandi.dao.entity.fofo.FofoStore;
|
| - |
|
11 |
import com.spice.profitmandi.dao.entity.fofo.RetailerContact;
|
| 11 |
import com.spice.profitmandi.dao.entity.user.LoginRequestResponseModel;
|
12 |
import com.spice.profitmandi.dao.entity.user.LoginRequestResponseModel;
|
| 12 |
import com.spice.profitmandi.service.offers.PartnerCriteria;
|
13 |
import com.spice.profitmandi.service.offers.PartnerCriteria;
|
| 13 |
import org.springframework.stereotype.Service;
|
14 |
import org.springframework.stereotype.Service;
|
| 14 |
|
15 |
|
| 15 |
import java.util.List;
|
16 |
import java.util.List;
|
| Line 66... |
Line 67... |
| 66 |
|
67 |
|
| 67 |
void update(com.spice.profitmandi.dao.entity.user.User user);
|
68 |
void update(com.spice.profitmandi.dao.entity.user.User user);
|
| 68 |
|
69 |
|
| 69 |
void updateRetailerEmail(int fofoID, String newEmail) throws ProfitMandiBusinessException;
|
70 |
void updateRetailerEmail(int fofoID, String newEmail) throws ProfitMandiBusinessException;
|
| 70 |
|
71 |
|
| - |
|
72 |
List<RetailerContact> getContactsByFofoId(int fofoId, boolean activeOnly) throws ProfitMandiBusinessException;
|
| - |
|
73 |
|
| 71 |
|
74 |
|
| 72 |
//void update(com.spice.profitmandi.dao.entity.user.User user);
|
75 |
//void update(com.spice.profitmandi.dao.entity.user.User user);
|
| 73 |
// {
|
76 |
// {
|
| 74 |
// String sql="update Emp99 set name='"+p.getName()+"', salary="+p.getSalary()+",designation='"+p.getDesignation()+"' where id="+p.getId()+"";
|
77 |
// String sql="update Emp99 set name='"+p.getName()+"', salary="+p.getSalary()+",designation='"+p.getDesignation()+"' where id="+p.getId()+"";
|
| 75 |
// return template.update(sql);
|
78 |
// return template.update(sql);
|