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

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

public class ImageContentRequestService
extends Object
implements BusinessService

The Class ImageContentRequestService.


Constructor Summary
Constructor and Description
ImageContentRequestService(ResourceDAO resourceDAO)
          Instantiates a new image content request service.
 
Method Summary
Modifier and Type Method and Description
 Class<? extends ServiceRequest> 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 Class<? extends ServiceRequest> 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-2010 www.hack23.com. All Rights Reserved.