|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FacturaService
Servei de la capa de negoci per les enitats Factura, Pressupost, Estat i Contador(numeració de Factures i Pressupostos).
Method Summary | |
---|---|
String |
createFactura(FacturaSrvInDTO paramFacturaSrvInDTO)
Crea una instancia Factura |
String |
createPressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
Crea una instancia Pressupost |
Boolean |
deleteFactura(FacturaSrvInDTO paramFacturaSrvInDTO)
Elimina una instancia Factura |
Boolean |
deletePressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
Elimina una instancia Pressupost |
FacturaSrvOutDTO |
getAllFactura()
Carrega totes les Factures |
PressupostSrvOutDTO |
getAllPressupost()
Carrega tots els Pressupostos |
ConstantsSrvOutDTO |
getConstants(ConstantsSrvInDTO paramConstantsSrvInDTO)
Busca sobre Constants amb els criteris informats |
EstatSrvOutDTO |
getEstat(EstatSrvInDTO paramEstatSrvInDTO)
Busca sobre Estats amb els criteris informats |
EstatSrvOutDTO |
getEstatsContracte()
Carrega tots els Estats de Contracte |
EstatSrvOutDTO |
getEstatsFactura()
Carrega tots els Estats de Factura |
EstatSrvOutDTO |
getEstatsIntervencio()
Carrega tots els Estats de Intervencio |
EstatSrvOutDTO |
getEstatsPressupost()
Carrega tots els Estats de Pressupost |
FacturaSrvOutDTO |
getFactura(FacturaSrvInDTO paramFacturaSrvInDTO)
Busca sobre Factures amb els criteris informats |
FacturaSrvOutDTO |
getFacturasByCriteria(FacturaSrvInDTO paramFacturaSrvInDTO)
Busca sobre Factures amb els criteris informats |
PressupostSrvOutDTO |
getPressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
Busca sobre Pressupostos amb els criteris informats |
PressupostSrvOutDTO |
getPressupostsByCriteria(PressupostSrvInDTO paramPressupostSrvInDTO)
Busca sobre Pressupostos amb els criteris informats |
String |
nextNumeroFactura()
Crida el següent numero de Factura |
String |
nextNumeroPressupost()
Crida el següent numero de Pressupost |
Boolean |
updateFactura(FacturaSrvInDTO paramFacturaSrvInDTO)
Actualitza una instancia Factura |
Boolean |
updatePressupost(PressupostSrvInDTO paramPressupostSrvInDTO)
Actualitza una instancia Pressupost |
Method Detail |
---|
Boolean updateFactura(FacturaSrvInDTO paramFacturaSrvInDTO) throws CommonServiceException
paramFacturaSrvInDTO
-
CommonServiceException
String createFactura(FacturaSrvInDTO paramFacturaSrvInDTO) throws CommonServiceException
paramFacturaSrvInDTO
-
CommonServiceException
Boolean deleteFactura(FacturaSrvInDTO paramFacturaSrvInDTO) throws CommonServiceException
paramFacturaSrvInDTO
-
CommonServiceException
FacturaSrvOutDTO getFactura(FacturaSrvInDTO paramFacturaSrvInDTO) throws CommonServiceException
paramFacturaSrvInDTO
-
CommonServiceException
FacturaSrvOutDTO getFacturasByCriteria(FacturaSrvInDTO paramFacturaSrvInDTO) throws CommonServiceException
paramFacturaSrvInDTO
-
CommonServiceException
FacturaSrvOutDTO getAllFactura() throws CommonServiceException
CommonServiceException
Boolean updatePressupost(PressupostSrvInDTO paramPressupostSrvInDTO) throws CommonServiceException
paramPressupostSrvInDTO
-
CommonServiceException
String createPressupost(PressupostSrvInDTO paramPressupostSrvInDTO) throws CommonServiceException
paramPressupostSrvInDTO
-
CommonServiceException
Boolean deletePressupost(PressupostSrvInDTO paramPressupostSrvInDTO) throws CommonServiceException
paramPressupostSrvInDTO
-
CommonServiceException
PressupostSrvOutDTO getPressupost(PressupostSrvInDTO paramPressupostSrvInDTO) throws CommonServiceException
paramPressupostSrvInDTO
-
CommonServiceException
PressupostSrvOutDTO getPressupostsByCriteria(PressupostSrvInDTO paramPressupostSrvInDTO) throws CommonServiceException
paramPressupostSrvInDTO
-
CommonServiceException
PressupostSrvOutDTO getAllPressupost() throws CommonServiceException
CommonServiceException
EstatSrvOutDTO getEstat(EstatSrvInDTO paramEstatSrvInDTO) throws CommonServiceException
paramEstatSrvInDTO
-
CommonServiceException
EstatSrvOutDTO getEstatsFactura() throws CommonServiceException
CommonServiceException
EstatSrvOutDTO getEstatsPressupost() throws CommonServiceException
CommonServiceException
EstatSrvOutDTO getEstatsContracte() throws CommonServiceException
CommonServiceException
EstatSrvOutDTO getEstatsIntervencio() throws CommonServiceException
CommonServiceException
String nextNumeroFactura() throws CommonServiceException
CommonServiceException
String nextNumeroPressupost() throws CommonServiceException
CommonServiceException
ConstantsSrvOutDTO getConstants(ConstantsSrvInDTO paramConstantsSrvInDTO) throws CommonServiceException
paramConstantsSrvInDTO
-
CommonServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |