eu.europa.tmsearch.services.business
Interface TradeMarkThumbnailService

All Superinterfaces:
Cacheable
All Known Implementing Classes:
TradeMarkThumbnailServiceImpl

public interface TradeMarkThumbnailService
extends Cacheable

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


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

Method Detail

getThumbnail

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

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


Copyright © 2009. All Rights Reserved.