Subversion Repositories SmartDukaan

Rev

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

Rev 33952 Rev 35191
Line 103... Line 103...
103
 
103
 
104
    public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds) throws ProfitMandiBusinessException;
104
    public Map<Integer, String> getCatalogIdDescriptionMap(Set<Integer> catalogIds) throws ProfitMandiBusinessException;
105
 
105
 
106
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
106
	public void rollbackInventory(int inventoryItemId, int rollbackQuantity, int orderId);
107
 
107
 
108
	float getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
108
    double getActivatedStockAmount(int fofoId) throws ProfitMandiBusinessException;
109
 
109
 
110
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription(boolean anyColor);
110
	public List<ItemDescriptionModel> getAllPartnerItemStringDescription(boolean anyColor);
111
 
111
 
112
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
112
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap);
113
 
113