Subversion Repositories SmartDukaan

Rev

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

Rev 10997 Rev 11062
Line 705... Line 705...
705
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
705
							amazonfbasalessnapshot.setAmazonFbaInventory(inventory);
706
							fbaSalesSnapShotList.add(amazonfbasalessnapshot);
706
							fbaSalesSnapShotList.add(amazonfbasalessnapshot);
707
						}
707
						}
708
					}
708
					}
709
					System.out.println("Order Details to be Updated Size... "+fbaSalesSnapShotList.size());
709
					System.out.println("Order Details to be Updated Size... "+fbaSalesSnapShotList.size());
-
 
710
					try{
710
					transactionServiceClient.getClient().bulkAddOrUpdateAmazonFbaSalesSnapshot(fbaSalesSnapShotList);
711
						transactionServiceClient.getClient().bulkAddOrUpdateAmazonFbaSalesSnapshot(fbaSalesSnapShotList);
-
 
712
					}
-
 
713
					catch(TTransportException ex){
-
 
714
						new TransactionClient().getClient().bulkAddOrUpdateAmazonFbaSalesSnapshot(fbaSalesSnapShotList);
-
 
715
					}
711
				} catch (IOException e) {
716
				} catch (IOException e) {
712
					// TODO Auto-generated catch block
717
					// TODO Auto-generated catch block
713
					e.printStackTrace();
718
					e.printStackTrace();
714
				} catch (ParseException e) {
719
				} catch (ParseException e) {
715
					// TODO Auto-generated catch block
720
					// TODO Auto-generated catch block
716
					e.printStackTrace();
721
					e.printStackTrace(); 
717
				} catch (TException e) {
722
				} catch (TException e) {
718
					// TODO Auto-generated catch block
723
					// TODO Auto-generated catch block
719
					e.printStackTrace();
724
					e.printStackTrace();
720
 
725
 
721
				}
726
				}