Package net.sf.esims.model.entity

Examples of net.sf.esims.model.entity.SchoolEssence


  public void testSave()throws Exception{
   
    DatabaseOperation.DELETE_ALL.execute(connection, academicYearDataSet);
    DatabaseOperation.DELETE_ALL.execute(connection, schoolDataSet);
   
    SchoolEssence schoolEssence =UtilsForTestCases.createValidSchoolEssence();
    School school =schoolEssence.createSchool();
    this.schoolDAO.save(school);
     
    Date startDate1 = EsimsUtils.createDate(1, Calendar.JUNE, 2004);
    Date endDate1 = EsimsUtils.createDate(15, Calendar.MARCH, 2005);
   
View Full Code Here

TOP

Related Classes of net.sf.esims.model.entity.SchoolEssence

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.