Package org.projectforge.fibu

Examples of org.projectforge.fibu.EingangsrechnungDao


  private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(EingangsrechnungListForm.class);

  @Override
  protected void init()
  {
    final EingangsrechnungDao eingangsrechnungDao = getParentPage().getBaseDao();
    this.years = eingangsrechnungDao.getYears();
    super.init();
  }
View Full Code Here

TOP

Related Classes of org.projectforge.fibu.EingangsrechnungDao

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.