Subversion Repositories SmartDukaan

Rev

Rev 5432 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5432 Rev 5560
Line 545... Line 545...
545
 
545
 
546
	public String getDataSourceUrl() {
546
	public String getDataSourceUrl() {
547
		org.apache.commons.dbcp.BasicDataSource ds = (org.apache.commons.dbcp.BasicDataSource)context.getBean("dataSource");
547
		org.apache.commons.dbcp.BasicDataSource ds = (org.apache.commons.dbcp.BasicDataSource)context.getBean("dataSource");
548
		return ds.getUrl();
548
		return ds.getUrl();
549
	}
549
	}
-
 
550
 
-
 
551
	@Override
-
 
552
	public void addStoreToCart(long cartId, long storeId)
-
 
553
			throws ShoppingCartException, TException {
-
 
554
			cartHandler.addStoreToCart(cartId, storeId);
-
 
555
		
-
 
556
	}
550
	
557
	
551
}
558
}