Examples of EingangsrechnungDao


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
Copyright © 2018 www.massapi.com. 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.