Package su.mauser.view

Examples of su.mauser.view.InsertPageView


    dao = new DatabaseDAO(db);
  }

  public InsertPageView getInsertPageView()
  {
    insertPageView = new InsertPageView();

    ActorsPageServiceImpl actorsPageService = new ActorsPageServiceImpl(db);
    insertPageView.setApv(actorsPageService.getActorsPageView());

    return insertPageView;
View Full Code Here

TOP

Related Classes of su.mauser.view.InsertPageView

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.