Subversion Repositories SmartDukaan

Rev

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

Rev 30099 Rev 30100
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 activeOnly, int offset, int limit,
38
	// public Map<Integer, CustomRetailer> getFofoRetailersPaginated(boolean
-
 
39
	// activeOnly, int offset, int limit,
39
			FofoType fofoType);
40
	// FofoType fofoType);
40
 
41
 
41
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
42
	public CustomRetailer getFofoRetailer(int fofoId) throws ProfitMandiBusinessException;
42
 
43
 
43
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
44
	public Map<Integer, String> getAllFofoRetailerIdEmailIdMap();
44
 
45