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