Package it.hotel.controller.facility

Examples of it.hotel.controller.facility.FacilityControllerDelegate


  public void setUp() throws Exception{

    super.setUp();
    user1 = setUpUserMock();
    role =  setUpRoleMock();
    facilityControllerDelegate = new FacilityControllerDelegate();
    facilityControllerDelegate.setStructureManager(structureManager);
    facilityControllerDelegate.setUserContainer(userContainer);
    facilityControllerDelegate.setFacilityManager(facilityManager);
    facilityControllerDelegate.setLocaleContainer(localeContainer);
   
View Full Code Here

TOP

Related Classes of it.hotel.controller.facility.FacilityControllerDelegate

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.