edu.uoc.tfc.dbmodel.crud
Interface TipusSiniestreManageableService
- All Known Implementing Classes:
- TipusSiniestreManageableServiceBase
public interface TipusSiniestreManageableService
create
TipusSiniestreValueObject create(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
throws java.lang.Exception
- Throws:
java.lang.Exception
readById
TipusSiniestreValueObject readById(java.lang.Long id)
throws java.lang.Exception
- Throws:
java.lang.Exception
read
java.util.List read(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
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
TipusSiniestreValueObject update(java.lang.String nom,
java.lang.Boolean actiu,
java.lang.Long id,
java.lang.Long[] parts)
throws java.lang.Exception
- Throws:
java.lang.Exception
delete
void delete(java.lang.Long[] ids)
throws java.lang.Exception
- Throws:
java.lang.Exception