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.
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.