edu.uoc.tfc.dbmodel.crud
Class TipusSiniestreManageableServiceBase
java.lang.Object
edu.uoc.tfc.dbmodel.crud.TipusSiniestreManageableServiceBase
- All Implemented Interfaces:
- TipusSiniestreManageableService
public final class TipusSiniestreManageableServiceBase
- extends java.lang.Object
- implements TipusSiniestreManageableService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TipusSiniestreManageableServiceBase
public TipusSiniestreManageableServiceBase()
setDao
public void setDao(TipusSiniestreManageableDao dao)
create
public TipusSiniestreValueObject create(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
throws java.lang.Exception
- Specified by:
create
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
readById
public TipusSiniestreValueObject readById(java.lang.Long id)
throws java.lang.Exception
- Specified by:
readById
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
read
public java.util.List read(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
throws java.lang.Exception
- Specified by:
read
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
readAll
public java.util.List readAll()
throws java.lang.Exception
- Specified by:
readAll
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
readBackingLists
public java.util.Map readBackingLists()
throws java.lang.Exception
- Specified by:
readBackingLists
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
update
public TipusSiniestreValueObject update(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
throws java.lang.Exception
- Specified by:
update
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception
delete
public void delete(java.lang.Long[] ids)
throws java.lang.Exception
- Specified by:
delete
in interface TipusSiniestreManageableService
- Throws:
java.lang.Exception