eu.europa.tmsearch.services.dao
Interface TradeMarkDAO

All Superinterfaces:
Cacheable

public interface TradeMarkDAO
extends Cacheable

A DAO interface to TradeMark data store.


Method Summary
 eu.europa.tmsearch.services.schemas.trademark.data.TradeMarkType getTradeMarkByID(java.lang.String tradeMarkID)
          Gets a TradeMark from the underlying data store given trade mark ID
 
Methods inherited from interface eu.europa.tmsearch.services.Cacheable
getExpires, getLastModified
 

Method Detail

getTradeMarkByID

eu.europa.tmsearch.services.schemas.trademark.data.TradeMarkType getTradeMarkByID(java.lang.String tradeMarkID)
                                                                                  throws ResourceNotFoundException
Gets a TradeMark from the underlying data store given trade mark ID

Parameters:
tradeMarkID - Data store specific ID
Returns:
A TradeMarkType
Throws:
ResourceNotFoundException - if the trade mark does not exist


Copyright © 2009. All Rights Reserved.