com.ferri.persistence.dao.interfaces
Interface ContadorDAO
- All Superinterfaces:
- GenericBaseDAO<ContadorVO,Object[]>, Initializable
- All Known Implementing Classes:
- BaseContadorDAO, ContadorDAOImpl
public interface ContadorDAO
- extends GenericBaseDAO<ContadorVO,Object[]>
Interficie DAO per la entitat Contador
- Author:
- dferri
Methods inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO |
create, create, find, findByCriteria, findByExample, getCriteria, getQueryOrderedBy, load, loadAll, loadAllOrderBy, loadAllOrderby, remove, remove, removeByPk, save, saveOrUpdate, saveOrUpdate, update |
nextNumeroFactura
String nextNumeroFactura()
- Recupera el següent numero de factura tenint en compte l'any actual.
- Returns:
- String següent número
nextNumeroContracte
String nextNumeroContracte()
- Recupera el següent numero de contracte tenint en compte l'any actual.
- Returns:
- String següent número
nextNumeroPressupost
String nextNumeroPressupost()
- Recupera el següent numero de pressupost tenint en compte l'any actual.
- Returns:
- String següent número