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

Field Summary
 
Fields inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO
ORDER_BY, SEPARATOR_COMMA, SEPARATOR_DOT
 
Method Summary
 String nextNumeroContracte()
          Recupera el següent numero de contracte tenint en compte l'any actual.
 String nextNumeroFactura()
          Recupera el següent numero de factura tenint en compte l'any actual.
 String nextNumeroPressupost()
          Recupera el següent numero de pressupost tenint en compte l'any actual.
 
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
 
Methods inherited from interface com.ferri.core.behaviors.Initializable
initialize
 

Method Detail

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