Subversion Repositories SmartDukaan

Rev

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

Rev 30100 Rev 30219
Line 33... Line 33...
33
 
33
 
34
	public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly);
34
	public Map<Integer, CustomRetailer> getFofoRetailers(boolean activeOnly);
35
 
35
 
36
	public Map<Integer, CustomRetailer> getAllFofoRetailers();
36
	public Map<Integer, CustomRetailer> getAllFofoRetailers();
37
 
37
 
38
	// public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean
38
	public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean activeOnly, int offset, int limit,
39
	// activeOnly, int offset, int limit,
-
 
40
	// FofoType fofoType);
39
			FofoType fofoType);
41
 
40
 
42
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
41
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
43
 
42
 
44
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
43
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
45
 
44