edu.uoc.tfc.dbmodel.crud
Class FacturaManageableServiceBase

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.crud.FacturaManageableServiceBase
All Implemented Interfaces:
FacturaManageableService

public final class FacturaManageableServiceBase
extends java.lang.Object
implements FacturaManageableService


Constructor Summary
FacturaManageableServiceBase()
           
 
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)
           
 void setDao(FacturaManageableDao dao)
           
 FacturaValueObject update(java.lang.String codiFactura, java.lang.String dataEmissio, java.lang.Long id, java.lang.Long partDeLaFactura)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacturaManageableServiceBase

public FacturaManageableServiceBase()
Method Detail

setDao

public void setDao(FacturaManageableDao dao)

create

public FacturaValueObject create(java.lang.String codiFactura,
                                 java.lang.String dataEmissio,
                                 java.lang.Long id,
                                 java.lang.Long partDeLaFactura)
                          throws java.lang.Exception
Specified by:
create in interface FacturaManageableService
Throws:
java.lang.Exception

readById

public FacturaValueObject readById(java.lang.Long id)
                            throws java.lang.Exception
Specified by:
readById in interface FacturaManageableService
Throws:
java.lang.Exception

read

public java.util.List read(java.lang.String codiFactura,
                           java.lang.String dataEmissio,
                           java.lang.Long id,
                           java.lang.Long partDeLaFactura)
                    throws java.lang.Exception
Specified by:
read in interface FacturaManageableService
Throws:
java.lang.Exception

readAll

public java.util.List readAll()
                       throws java.lang.Exception
Specified by:
readAll in interface FacturaManageableService
Throws:
java.lang.Exception

readBackingLists

public java.util.Map readBackingLists()
                               throws java.lang.Exception
Specified by:
readBackingLists in interface FacturaManageableService
Throws:
java.lang.Exception

update

public FacturaValueObject update(java.lang.String codiFactura,
                                 java.lang.String dataEmissio,
                                 java.lang.Long id,
                                 java.lang.Long partDeLaFactura)
                          throws java.lang.Exception
Specified by:
update in interface FacturaManageableService
Throws:
java.lang.Exception

delete

public void delete(java.lang.Long[] ids)
            throws java.lang.Exception
Specified by:
delete in interface FacturaManageableService
Throws:
java.lang.Exception