edu.uoc.tfc.dbmodel.crud
Class TipusSiniestreManageableServiceBase

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.crud.TipusSiniestreManageableServiceBase
All Implemented Interfaces:
TipusSiniestreManageableService

public final class TipusSiniestreManageableServiceBase
extends java.lang.Object
implements TipusSiniestreManageableService


Constructor Summary
TipusSiniestreManageableServiceBase()
           
 
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)
           
 void setDao(TipusSiniestreManageableDao dao)
           
 TipusSiniestreValueObject update(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TipusSiniestreManageableServiceBase

public TipusSiniestreManageableServiceBase()
Method Detail

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