Subversion Repositories SmartDukaan

Rev

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

Rev 23365 Rev 23418
Line 20... Line 20...
20
	public String getBillingAddress(CustomerAddress customerAddress);
20
	public String getBillingAddress(CustomerAddress customerAddress);
21
	public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;
21
	public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;
22
	public List<FofoOrderItem> getByOrderId(int orderId)throws ProfitMandiBusinessException;
22
	public List<FofoOrderItem> getByOrderId(int orderId)throws ProfitMandiBusinessException;
23
	public Map<String, Object> getSaleHistory(int fofoId, SearchType searchType, String searchValue, String startTimeString, String endTimeString, int offset, int limit) throws ProfitMandiBusinessException;
23
	public Map<String, Object> getSaleHistory(int fofoId, SearchType searchType, String searchValue, String startTimeString, String endTimeString, int offset, int limit) throws ProfitMandiBusinessException;
24
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue, String startTimeString, String endTimeString, int offset, int limit) throws ProfitMandiBusinessException;
24
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue, String startTimeString, String endTimeString, int offset, int limit) throws ProfitMandiBusinessException;
-
 
25
	public int generatePrebookingOrdersOtp(String customerEmailId, String customerMobileNumber, Map<Integer, Float> itemIdAdvanceAmount) throws ProfitMandiBusinessException;
-
 
26
	public String validateOtp(String customerEmailId, String customerMobileNumber, int otpId, String otp) throws ProfitMandiBusinessException;
25
}
27
}