eu.europa.tmsearch.services.dao
Interface TradeMarkImageDAO
- All Superinterfaces:
- Cacheable
public interface TradeMarkImageDAO
- extends Cacheable
A DAO interface to TradeMark Images data store.
getTradeMarkImageByID
TradeMarkImage getTradeMarkImageByID(java.lang.String tradeMarkImageID)
throws ResourceNotFoundException
- Gets an Image from the underlying data store given a TradeMark's Image ID
- Parameters:
tradeMarkImageID
- A TradeMark's Image ID
- Returns:
- A TradeMarkImage instance
- Throws:
ResourceNotFoundException
- if the trade mark's image is not found
Copyright © 2009. All Rights Reserved.