eu.europa.tmsearch.services.dao
Interface ApplicantDAO

All Superinterfaces:
Cacheable

public interface ApplicantDAO
extends Cacheable

A DAO interface to TradeMark data store.


Method Summary
 eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType getApplicant(java.lang.String applicantId)
          Gets a TradeMark from the underlying data store given a template TradeMark
 
Methods inherited from interface eu.europa.tmsearch.services.Cacheable
getExpires, getLastModified
 

Method Detail

getApplicant

eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType getApplicant(java.lang.String applicantId)
                                                                                   throws ResourceNotFoundException
Gets a TradeMark from the underlying data store given a template TradeMark

Parameters:
tradeMark -
Returns:
A TradeMark containing the matching trade mark
Throws:
ResourceNotFoundException - if the trade mark does not exist
ResourceNotFoundException - if the trade mark is not found
See Also:
TradeMark


Copyright © 2009. All Rights Reserved.