com.hack23.cia.service.impl.common
Class ImageContentRequestService

Package class diagram package ImageContentRequestService
java.lang.Object
  extended by com.hack23.cia.service.impl.common.ImageContentRequestService
All Implemented Interfaces:
BusinessService

@Transactional(propagation=REQUIRED)
public class ImageContentRequestService
extends Object
implements BusinessService

The Class ImageContentRequestService.


Constructor Summary
ImageContentRequestService(ResourceDAO resourceDAO)
          Instantiates a new image content request service.
 
Method Summary
 Class getSupportedService()
          Gets the supported service.
 ServiceResponse processService(ServiceRequest serviceRequest)
          Process service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageContentRequestService

public ImageContentRequestService(ResourceDAO resourceDAO)
Instantiates a new image content request service.

Parameters:
resourceDAO - the resource dao
Method Detail

getSupportedService

public final Class getSupportedService()
Description copied from interface: BusinessService
Gets the supported service.

Specified by:
getSupportedService in interface BusinessService
Returns:
the supported service

processService

public final ServiceResponse processService(ServiceRequest serviceRequest)
Description copied from interface: BusinessService
Process service.

Specified by:
processService in interface BusinessService
Parameters:
serviceRequest - the service request
Returns:
the service response


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