Subversion Repositories SmartDukaan

Rev

Rev 33247 | Rev 34619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33247 Rev 33367
Line 31... Line 31...
31
 
31
 
32
    public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds) throws ProfitMandiBusinessException;
32
    public Map<Integer, CustomRetailer> getFofoRetailers(List<Integer> fofoIds) throws ProfitMandiBusinessException;
33
 
33
 
34
    public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly) throws ProfitMandiBusinessException;
34
    public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly) throws ProfitMandiBusinessException;
35
 
35
 
-
 
36
    public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
-
 
37
 
36
    public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
38
    public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
37
 
39
 
38
    public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
40
    public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
39
                                                                  FofoType fofoType) throws ProfitMandiBusinessException;
41
                                                                  FofoType fofoType) throws ProfitMandiBusinessException;
40
 
42