Subversion Repositories SmartDukaan

Rev

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

Rev 26412 Rev 26423
Line 289... Line 289...
289
 
289
 
290
	}
290
	}
291
 
291
 
292
	public void fetchImeiActivation(int ym) throws Exception {
292
	public void fetchImeiActivation(int ym) throws Exception {
293
		LocalDate endDate = LocalDate.now().minusMonths(ym);
293
		LocalDate endDate = LocalDate.now().minusMonths(ym);
294
		samsungActivationService.getActivationsBetweenNew(endDate.minusDays(30), endDate);
294
		samsungActivationService.getActivationsBetweenNew(endDate.withDayOfMonth(1), endDate.withDayOfMonth(endDate.lengthOfMonth()));
295
	}
295
	}
296
 
296
 
297
	public void migarateLineItemsToNewTable() throws Exception {
297
	public void migarateLineItemsToNewTable() throws Exception {
298
		LOGGER.info("Before Migrated LineItems Successfully");
298
		LOGGER.info("Before Migrated LineItems Successfully");
299
		int lineItemImeiId = 0;
299
		int lineItemImeiId = 0;