edu.uoc.tfc.dbmodel.crud
Interface TipusSiniestreManageableService

All Known Implementing Classes:
TipusSiniestreManageableServiceBase

public interface TipusSiniestreManageableService


Method Summary
 TipusSiniestreValueObject create(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 void delete(java.lang.Long[] ids)
           
 java.util.List read(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 java.util.List readAll()
           
 java.util.Map readBackingLists()
           
 TipusSiniestreValueObject readById(java.lang.Long id)
           
 TipusSiniestreValueObject update(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 

Method Detail

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