Subversion Repositories SmartDukaan

Rev

Rev 34619 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34619 Rev 34813
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);