edu.uoc.tfc.service
Class AsseguradoraServiceBase

java.lang.Object
  extended by edu.uoc.tfc.service.AsseguradoraServiceBase
All Implemented Interfaces:
AsseguradoraService
Direct Known Subclasses:
AsseguradoraServiceImpl

public abstract class AsseguradoraServiceBase
extends java.lang.Object
implements AsseguradoraService

Spring Service base class for edu.uoc.tfc.service.AsseguradoraService, provides access to all services and entities referenced by this service.

See Also:
AsseguradoraService

Constructor Summary
AsseguradoraServiceBase()
           
 
Method Summary
 void altaAsseguradora(AsseguradoraVO asseguradora)
           
 ResultatCercaAsseguradoraVO cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)
           
 AsseguradoraVO getAsseguradora(java.lang.String asseguradoraId)
           
 void modificaAsseguradora(AsseguradoraVO asseguradora)
           
 void setAsseguradoraDao(AsseguradoraDao asseguradoraDao)
          Sets the reference to asseguradora's DAO.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsseguradoraServiceBase

public AsseguradoraServiceBase()
Method Detail

setAsseguradoraDao

public void setAsseguradoraDao(AsseguradoraDao asseguradoraDao)
Sets the reference to asseguradora's DAO.


getAsseguradora

public AsseguradoraVO getAsseguradora(java.lang.String asseguradoraId)
Specified by:
getAsseguradora in interface AsseguradoraService
See Also:
AsseguradoraService.getAsseguradora(java.lang.String)

cercaAsseguradores

public ResultatCercaAsseguradoraVO cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)
Specified by:
cercaAsseguradores in interface AsseguradoraService
See Also:
AsseguradoraService.cercaAsseguradores(edu.uoc.tfc.dto.CriteriaAsseguradoraVO)

altaAsseguradora

public void altaAsseguradora(AsseguradoraVO asseguradora)
Specified by:
altaAsseguradora in interface AsseguradoraService
See Also:
AsseguradoraService.altaAsseguradora(edu.uoc.tfc.dto.AsseguradoraVO)

modificaAsseguradora

public void modificaAsseguradora(AsseguradoraVO asseguradora)
Specified by:
modificaAsseguradora in interface AsseguradoraService
See Also:
AsseguradoraService.modificaAsseguradora(edu.uoc.tfc.dto.AsseguradoraVO)