eu.europa.tmsearch.services.business
Interface TradeMarkImageService

All Superinterfaces:
Cacheable
All Known Implementing Classes:
TradeMarkImageServiceImpl

public interface TradeMarkImageService
extends Cacheable

A business service interface to get an image given a TradeMark.


Method Summary
 TradeMarkImage getImage(java.lang.String resourceId)
          Gets an image given a TradeMark.
 
Methods inherited from interface eu.europa.tmsearch.services.Cacheable
getExpires, getLastModified
 

Method Detail

getImage

TradeMarkImage getImage(java.lang.String resourceId)
                        throws BusinessServiceException,
                               ResourceNotFoundException
Gets an image given a TradeMark.

Parameters:
TradeMark - A source trade mark to get the master image from
Returns:
A TradeMarkImage containing the master image
Throws:
BusinessServiceException
ResourceNotFoundException - if the TradeMark's master image is not found


Copyright © 2009. All Rights Reserved.