Subversion Repositories SmartDukaan

Rev

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

Rev 33367 Rev 34619
Line 35... Line 35...
35
 
35
 
36
    public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
36
    public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly, String pinCode) throws ProfitMandiBusinessException;
37
 
37
 
38
    public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
38
    public Map<Integer, CustomRetailer> getAllFofoRetailers() throws ProfitMandiBusinessException;
39
 
39
 
-
 
40
    public Map<Integer, CustomRetailer> getAllFofoRetailersInternalFalse() throws ProfitMandiBusinessException;
-
 
41
 
40
    public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
42
    public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
41
                                                                  FofoType fofoType) throws ProfitMandiBusinessException;
43
                                                                  FofoType fofoType) throws ProfitMandiBusinessException;
42
 
44
 
43
    public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
45
    public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
44
 
46