edu.uoc.tfc.service
Class ClientServiceBase

java.lang.Object
  extended by edu.uoc.tfc.service.ClientServiceBase
All Implemented Interfaces:
ClientService
Direct Known Subclasses:
ClientServiceImpl

public abstract class ClientServiceBase
extends java.lang.Object
implements ClientService

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

See Also:
ClientService

Constructor Summary
ClientServiceBase()
           
 
Method Summary
 void altaClient(ClientVO client)
           
 ResultatCercaClientVO cercaClients(CriteriaClientVO criteriaClient)
           
 ClientVO getClient(java.lang.String clientId)
           
 void modificaClient(ClientVO client)
           
 void setClientDao(ClientDao clientDao)
          Sets the reference to client's DAO.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientServiceBase

public ClientServiceBase()
Method Detail

setClientDao

public void setClientDao(ClientDao clientDao)
Sets the reference to client's DAO.


cercaClients

public ResultatCercaClientVO cercaClients(CriteriaClientVO criteriaClient)
Specified by:
cercaClients in interface ClientService
See Also:
ClientService.cercaClients(edu.uoc.tfc.dto.CriteriaClientVO)

getClient

public ClientVO getClient(java.lang.String clientId)
Specified by:
getClient in interface ClientService
See Also:
ClientService.getClient(java.lang.String)

altaClient

public void altaClient(ClientVO client)
Specified by:
altaClient in interface ClientService
See Also:
ClientService.altaClient(edu.uoc.tfc.dto.ClientVO)

modificaClient

public void modificaClient(ClientVO client)
Specified by:
modificaClient in interface ClientService
See Also:
ClientService.modificaClient(edu.uoc.tfc.dto.ClientVO)