eu.europa.tmsearch.services.business
Class ApplicantServiceImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicantServiceImpl
public ApplicantServiceImpl()
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.