Uses of Class
com.pnpconsult.zeiterfassung.model.Bill

Packages that use Bill
com.pnpconsult.zeiterfassung.helper   
com.pnpconsult.zeiterfassung.model   
com.pnpconsult.zeiterfassung.table   
 

Uses of Bill in com.pnpconsult.zeiterfassung.helper
 

Methods in com.pnpconsult.zeiterfassung.helper that return Bill
 Bill BillManager.load(long id)
           
 Bill BillManager.loadSame(Bill bill)
          Returns a bill that is overlapped by the given bill object.
 

Methods in com.pnpconsult.zeiterfassung.helper with parameters of type Bill
 java.util.List BillManager.loadUserEntries(Bill bill)
           
 void BillManager.save(Bill bill)
           
 Bill BillManager.loadSame(Bill bill)
          Returns a bill that is overlapped by the given bill object.
 void BillManager.update(Bill bill)
           
 

Uses of Bill in com.pnpconsult.zeiterfassung.model
 

Methods in com.pnpconsult.zeiterfassung.model that return Bill
 Bill BillEntry.getBill()
           
 

Methods in com.pnpconsult.zeiterfassung.model with parameters of type Bill
 void BillEntry.setBill(Bill bill)
           
 

Uses of Bill in com.pnpconsult.zeiterfassung.table
 

Methods in com.pnpconsult.zeiterfassung.table that return Bill
 Bill Table.getBill()
           
 

Constructors in com.pnpconsult.zeiterfassung.table with parameters of type Bill
Table(Bill bill)
           
 



Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.