Subversion Repositories SmartDukaan

Rev

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

Rev 13440 Rev 16582
Line 216... Line 216...
216
 
216
 
217
    public String index() {
217
    public String index() {
218
        try {
218
        try {
219
            PaymentClient paymentServiceClient = new PaymentClient();
219
            PaymentClient paymentServiceClient = new PaymentClient();
220
            TransactionClient transactionServiceClient = new TransactionClient();
220
            TransactionClient transactionServiceClient = new TransactionClient();
221
            LogisticsClient logisticsServiceClient = new LogisticsClient();
221
            
222
 
-
 
223
            /*List<Provider> providerList = logisticsServiceClient.getClient().getAllProviders();
222
            /*List<Provider> providerList = logisticsServiceClient.getClient().getAllProviders();
224
			Map<Long, String> providerNameMap = new HashMap<Long, String>();
223
			Map<Long, String> providerNameMap = new HashMap<Long, String>();
225
			for(Provider provider : providerList){
224
			for(Provider provider : providerList){
226
				providerNameMap.put(provider.getId(), provider.getName());
225
				providerNameMap.put(provider.getId(), provider.getName());
227
			}*/
226
			}*/