Uses of Class
eu.europa.tmsearch.services.resources.exceptions.ResourceNotFoundException

Packages that use ResourceNotFoundException
eu.europa.tmsearch.services   
eu.europa.tmsearch.services.business   
eu.europa.tmsearch.services.dao   
eu.europa.tmsearch.services.resources   
eu.europa.tmsearch.services.resources.exceptions   
eu.europa.tmsearch.services.resources.util   
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services
 

Methods in eu.europa.tmsearch.services that throw ResourceNotFoundException
 java.util.Date Cacheable.getExpires(java.lang.String resourceID)
           
 java.util.Date Cacheable.getLastModified(java.lang.String resourceID)
           
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services.business
 

Methods in eu.europa.tmsearch.services.business that throw ResourceNotFoundException
 eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType ApplicantService.getApplicant(java.lang.String applicantId)
          Gets an Applicant given an applicant ID
 eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType ApplicantServiceImpl.getApplicant(java.lang.String applicantId)
          Gets an Applicant given an applicant ID
 java.util.Date TradeMarkThumbnailServiceImpl.getExpires(java.lang.String tradeMarkId)
           
 java.util.Date RepresentativeServiceImpl.getExpires(java.lang.String representativeId)
           
 java.util.Date TradeMarkImageServiceImpl.getExpires(java.lang.String tradeMarkID)
           
 java.util.Date ApplicantServiceImpl.getExpires(java.lang.String applicantId)
           
 java.util.Date TradeMarkServiceImpl.getExpires(java.lang.String tradeMarkID)
           
 TradeMarkImage TradeMarkImageServiceImpl.getImage(java.lang.String resourceId)
          Gets an image given a TradeMark by its ApplicationNumber.
 TradeMarkImage TradeMarkImageService.getImage(java.lang.String resourceId)
          Gets an image given a TradeMark.
 java.util.Date TradeMarkThumbnailServiceImpl.getLastModified(java.lang.String tradeMarkId)
           
 java.util.Date RepresentativeServiceImpl.getLastModified(java.lang.String representativeId)
           
 java.util.Date TradeMarkImageServiceImpl.getLastModified(java.lang.String tradeMarkID)
           
 java.util.Date ApplicantServiceImpl.getLastModified(java.lang.String applicantId)
           
 java.util.Date TradeMarkServiceImpl.getLastModified(java.lang.String tradeMarkID)
           
 eu.europa.tmsearch.services.schemas.trademark.representative.RepresentativeType RepresentativeService.getRepresentative(java.lang.String representativeId)
          Gets a TradeMark given a template TradeMark
 eu.europa.tmsearch.services.schemas.trademark.representative.RepresentativeType RepresentativeServiceImpl.getRepresentative(java.lang.String representativeId)
          Gets a TradeMark given a template TradeMark
 TradeMarkImage TradeMarkThumbnailServiceImpl.getThumbnail(java.lang.String resourceId)
          Gets a thumbnail image given a TradeMark by its ApplicationNumber.
 TradeMarkImage TradeMarkThumbnailService.getThumbnail(java.lang.String resourceId)
          Gets a thumbnail image given a TradeMark.
 eu.europa.tmsearch.services.schemas.trademark.data.TradeMarkType TradeMarkService.getTradeMark(java.lang.String tradeMarkID)
          Gets a TradeMark given a template TradeMark
 eu.europa.tmsearch.services.schemas.trademark.data.TradeMarkType TradeMarkServiceImpl.getTradeMark(java.lang.String tradeMarkID)
          Gets a TradeMark given a template TradeMark
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services.dao
 

Methods in eu.europa.tmsearch.services.dao that throw ResourceNotFoundException
 eu.europa.tmsearch.services.schemas.trademark.applicant.ApplicantType ApplicantDAO.getApplicant(java.lang.String applicantId)
          Gets a TradeMark from the underlying data store given a template TradeMark
 java.util.Date ResourceDAOSupport.getLastModified(java.lang.String resourcePath)
           
 java.util.Date CacheableJpaDaoSupport.getLastModified(java.lang.String applicationNumber)
           
 java.util.Date CacheableDaoSupport.getLastModified(java.lang.String applicationNumber)
           
 eu.europa.tmsearch.services.schemas.trademark.representative.RepresentativeType RepresentativeDAO.getRepresentative(java.lang.String representativeId)
          Gets a Representative from the underlying data store given an ID
 byte[] ResourceDAO.getResource(java.lang.String resourcePath)
          Gets a file from the underlying data store given a file path
 byte[] ResourceDAOSupport.getResource(java.lang.String resourcePath)
          Gets a resource from the underlying data store given a URI
 eu.europa.tmsearch.services.schemas.trademark.data.TradeMarkType TradeMarkDAO.getTradeMarkByID(java.lang.String tradeMarkID)
          Gets a TradeMark from the underlying data store given trade mark ID
 TradeMarkImage TradeMarkImageDAO.getTradeMarkImageByID(java.lang.String tradeMarkImageID)
          Gets an Image from the underlying data store given a TradeMark's Image ID
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services.resources
 

Methods in eu.europa.tmsearch.services.resources that throw ResourceNotFoundException
 javax.ws.rs.core.Response ApplicantResource.getApplicant(java.lang.String applicantId)
          Dereferences an Applicant resource to TM-Search XML representation by its id.
 javax.ws.rs.core.Response RepresentativeResource.getRepresentative(java.lang.String representativeId)
          Dereferences a Representative resource to TM-Search XML representation by its id.
 javax.ws.rs.core.Response TradeMarkResource.getTradeMark(java.lang.String tradeMarkId)
          Dereferences a Trade Mark Data resource to its TM-Search XML representation by its id.
 java.lang.Object TradeMarkImageResource.getTradeMarkImage(java.lang.String tradeMarkId)
          Dereferences a Trade Mark Image resource to its binary representation by its ST13 id.
 java.lang.Object TradeMarkThumbnailResource.getTradeMarkThumbnail(java.lang.String tradeMarkId)
          Dereferences a Trade Mark Image resource to its binary representation by its ST13 id.
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services.resources.exceptions
 

Methods in eu.europa.tmsearch.services.resources.exceptions with parameters of type ResourceNotFoundException
 javax.ws.rs.core.Response ResourceNotFoundExceptionMapper.toResponse(ResourceNotFoundException ex)
           
 

Uses of ResourceNotFoundException in eu.europa.tmsearch.services.resources.util
 

Methods in eu.europa.tmsearch.services.resources.util that throw ResourceNotFoundException
 java.lang.Object ResponseProvider.getResource(java.lang.String tradeMarkId)
           
 



Copyright © 2009. All Rights Reserved.