edu.uoc.tfc.dbmodel.crud
Class AsseguradoraManageableServiceBase

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.crud.AsseguradoraManageableServiceBase
All Implemented Interfaces:
AsseguradoraManageableService

public final class AsseguradoraManageableServiceBase
extends java.lang.Object
implements AsseguradoraManageableService


Constructor Summary
AsseguradoraManageableServiceBase()
           
 
Method Summary
 AsseguradoraValueObject create(java.lang.String nom, java.lang.String descripcio, java.lang.Boolean activa, java.lang.Long id, java.lang.Long[] parts)
           
 void delete(java.lang.Long[] ids)
           
 java.util.List read(java.lang.String nom, java.lang.String descripcio, java.lang.Boolean activa, java.lang.Long id, java.lang.Long[] parts)
           
 java.util.List readAll()
           
 java.util.Map readBackingLists()
           
 AsseguradoraValueObject readById(java.lang.Long id)
           
 void setDao(AsseguradoraManageableDao dao)
           
 AsseguradoraValueObject update(java.lang.String nom, java.lang.String descripcio, java.lang.Boolean activa, 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

AsseguradoraManageableServiceBase

public AsseguradoraManageableServiceBase()
Method Detail

setDao

public void setDao(AsseguradoraManageableDao dao)

create

public AsseguradoraValueObject create(java.lang.String nom,
                                      java.lang.String descripcio,
                                      java.lang.Boolean activa,
                                      java.lang.Long id,
                                      java.lang.Long[] parts)
                               throws java.lang.Exception
Specified by:
create in interface AsseguradoraManageableService
Throws:
java.lang.Exception

readById

public AsseguradoraValueObject readById(java.lang.Long id)
                                 throws java.lang.Exception
Specified by:
readById in interface AsseguradoraManageableService
Throws:
java.lang.Exception

read

public java.util.List read(java.lang.String nom,
                           java.lang.String descripcio,
                           java.lang.Boolean activa,
                           java.lang.Long id,
                           java.lang.Long[] parts)
                    throws java.lang.Exception
Specified by:
read in interface AsseguradoraManageableService
Throws:
java.lang.Exception

readAll

public java.util.List readAll()
                       throws java.lang.Exception
Specified by:
readAll in interface AsseguradoraManageableService
Throws:
java.lang.Exception

readBackingLists

public java.util.Map readBackingLists()
                               throws java.lang.Exception
Specified by:
readBackingLists in interface AsseguradoraManageableService
Throws:
java.lang.Exception

update

public AsseguradoraValueObject update(java.lang.String nom,
                                      java.lang.String descripcio,
                                      java.lang.Boolean activa,
                                      java.lang.Long id,
                                      java.lang.Long[] parts)
                               throws java.lang.Exception
Specified by:
update in interface AsseguradoraManageableService
Throws:
java.lang.Exception

delete

public void delete(java.lang.Long[] ids)
            throws java.lang.Exception
Specified by:
delete in interface AsseguradoraManageableService
Throws:
java.lang.Exception