eu.europa.tmsearch.services.dao
Interface RepresentativeDAO

All Superinterfaces:
Cacheable

public interface RepresentativeDAO
extends Cacheable

A DAO interface to Representative data store.


Method Summary
 eu.europa.tmsearch.services.schemas.trademark.representative.RepresentativeType getRepresentative(java.lang.String representativeId)
          Gets a Representative from the underlying data store given an ID
 
Methods inherited from interface eu.europa.tmsearch.services.Cacheable
getExpires, getLastModified
 

Method Detail

getRepresentative

eu.europa.tmsearch.services.schemas.trademark.representative.RepresentativeType getRepresentative(java.lang.String representativeId)
                                                                                                  throws ResourceNotFoundException
Gets a Representative from the underlying data store given an ID

Parameters:
String - representativeId
Returns:
A RepresentativeType containing the matching representative
Throws:
ResourceNotFoundException - if the representative does not exist
ResourceNotFoundException - if the representative is not found
See Also:
RepresentativeType


Copyright © 2009. All Rights Reserved.