Subversion Repositories SmartDukaan

Rev

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

Rev 33245 Rev 33952
Line 109... Line 109...
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
 
-
 
114
	public void addActivatedImeis(Map<String, LocalDateTime> imeisActivationMap, int authId);
-
 
115
 
114
	Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
116
	Map<Integer, List<InventoryItemAgingModel>> getItemAgingByInterval(List<Integer> intervals)
115
			throws ProfitMandiBusinessException;
117
			throws ProfitMandiBusinessException;
116
 
118
 
117
	void getItemAvailabilityAndIndent() throws Exception;
119
	void getItemAvailabilityAndIndent() throws Exception;
118
 
120