com.hack23.cia.service.impl.common
Interface BusinessService

Package class diagram package BusinessService
All Known Implementing Classes:
AbstractBusinessServiceImpl

@Transactional(propagation=REQUIRED)
public interface BusinessService

The Interface BusinessService.


Method Summary
 Class<? extends ServiceRequest> getSupportedService()
          Gets the supported service.
 ServiceResponse processService(ServiceRequest serviceRequest)
          Process service.
 

Method Detail

getSupportedService

@Transactional(readOnly=true)
Class<? extends ServiceRequest> getSupportedService()
Gets the supported service.

Returns:
the supported service

processService

ServiceResponse processService(ServiceRequest serviceRequest)
Process service.

Parameters:
serviceRequest - the service request
Returns:
the service response


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.