eu.europa.tmsearch.services.dao
Interface TradeMarkImageDAO

All Superinterfaces:
Cacheable

public interface TradeMarkImageDAO
extends Cacheable

A DAO interface to TradeMark Images data store.


Method Summary
 TradeMarkImage getTradeMarkImageByID(java.lang.String tradeMarkImageID)
          Gets an Image from the underlying data store given a TradeMark's Image ID
 
Methods inherited from interface eu.europa.tmsearch.services.Cacheable
getExpires, getLastModified
 

Method Detail

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.