Package com.agiletec.plugins.jpaddressbook.aps.system.services.addressbook

Examples of com.agiletec.plugins.jpaddressbook.aps.system.services.addressbook.AddressBookSearcherDAO


    super.setUp();
    this.init();
  }
 
  private void init() {
    AddressBookSearcherDAO addressBookSearcherDAO = new AddressBookSearcherDAO();
    DataSource dataSource = (DataSource) this.getApplicationContext().getBean("servDataSource");
    addressBookSearcherDAO.setDataSource(dataSource);
    this._addressBookSearcherDAO = addressBookSearcherDAO;
   
    this._helper = new JpaddressbookTestHelper(this.getApplicationContext());
  }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jpaddressbook.aps.system.services.addressbook.AddressBookSearcherDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.