Class ServiceDao
- java.lang.Object
-
- com.palmer.billingstatementgenerator.dao.ServiceDao
-
public class ServiceDao extends java.lang.ObjectDAO for loadingServicerecords from the database. Results are returned insort_ordersequence.
-
-
Constructor Summary
Constructors Constructor Description ServiceDao(javax.sql.DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Service>findAll()Returns all services ordered bysort_order.
-