edu.uoc.tfc.dbmodel.crud
Interface FacturaManageableService

All Known Implementing Classes:
FacturaManageableServiceBase

public interface FacturaManageableService


Method Summary
 FacturaValueObject create(java.lang.String codiFactura, java.lang.String dataEmissio, java.lang.Long id, java.lang.Long partDeLaFactura)
           
 void delete(java.lang.Long[] ids)
           
 java.util.List read(java.lang.String codiFactura, java.lang.String dataEmissio, java.lang.Long id, java.lang.Long partDeLaFactura)
           
 java.util.List readAll()
           
 java.util.Map readBackingLists()
           
 FacturaValueObject readById(java.lang.Long id)
           
 FacturaValueObject update(java.lang.String codiFactura, java.lang.String dataEmissio, java.lang.Long id, java.lang.Long partDeLaFactura)
           
 

Method Detail

create

FacturaValueObject create(java.lang.String codiFactura,
                          java.lang.String dataEmissio,
                          java.lang.Long id,
                          java.lang.Long partDeLaFactura)
                          throws java.lang.Exception
Throws:
java.lang.Exception

readById

FacturaValueObject readById(java.lang.Long id)
                            throws java.lang.Exception
Throws:
java.lang.Exception

read

java.util.List read(java.lang.String codiFactura,
                    java.lang.String dataEmissio,
                    java.lang.Long id,
                    java.lang.Long partDeLaFactura)
                    throws java.lang.Exception
Throws:
java.lang.Exception

readAll

java.util.List readAll()
                       throws java.lang.Exception
Throws:
java.lang.Exception

readBackingLists

java.util.Map readBackingLists()
                               throws java.lang.Exception
Throws:
java.lang.Exception

update

FacturaValueObject update(java.lang.String codiFactura,
                          java.lang.String dataEmissio,
                          java.lang.Long id,
                          java.lang.Long partDeLaFactura)
                          throws java.lang.Exception
Throws:
java.lang.Exception

delete

void delete(java.lang.Long[] ids)
            throws java.lang.Exception
Throws:
java.lang.Exception