eu.europa.tmsearch.services.business
Class ApplicantServiceImpl

java.lang.Object
  extended by eu.europa.tmsearch.services.business.ApplicantServiceImpl
All Implemented Interfaces:
ApplicantService, Cacheable

public class ApplicantServiceImpl
extends java.lang.Object
implements ApplicantService

An implementation of Applicant service business logic

See Also:
ApplicantType

Constructor Summary
ApplicantServiceImpl()
           
 
Method Summary
 eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType getApplicant(java.lang.String applicantId)
          Gets an Applicant given an applicant ID
 ApplicantDAO getApplicantDAO()
           
 java.util.Date getExpires(java.lang.String applicantId)
           
 java.util.Date getLastModified(java.lang.String applicantId)
           
 void setApplicantDAO(ApplicantDAO applicantDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicantServiceImpl

public ApplicantServiceImpl()
Method Detail

getApplicant

public eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType getApplicant(java.lang.String applicantId)
                                                                                   throws ResourceNotFoundException
Gets an Applicant given an applicant ID

Specified by:
getApplicant in interface ApplicantService
Parameters:
applicantId - An applicant ID
Returns:
An applicant
Throws:
ResourceNotFoundException - If the applicant ID does not exist
See Also:
ApplicantType

getLastModified

public java.util.Date getLastModified(java.lang.String applicantId)
                               throws ResourceNotFoundException
Specified by:
getLastModified in interface Cacheable
Throws:
ResourceNotFoundException

getExpires

public java.util.Date getExpires(java.lang.String applicantId)
                          throws ResourceNotFoundException
Specified by:
getExpires in interface Cacheable
Throws:
ResourceNotFoundException

getApplicantDAO

public ApplicantDAO getApplicantDAO()

setApplicantDAO

public void setApplicantDAO(ApplicantDAO applicantDAO)


Copyright © 2009. All Rights Reserved.