edu.uoc.tfc.dbmodel.crud
Class FacturaManageableServiceBase
java.lang.Object
edu.uoc.tfc.dbmodel.crud.FacturaManageableServiceBase
- All Implemented Interfaces:
- FacturaManageableService
public final class FacturaManageableServiceBase
- extends java.lang.Object
- implements FacturaManageableService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacturaManageableServiceBase
public FacturaManageableServiceBase()
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