Uses of Class
org.ow2.dragon.api.to.technology.ProcessorTO

Packages that use ProcessorTO
org.ow2.dragon.api.service.technology   
org.ow2.dragon.service.technology   
 

Uses of ProcessorTO in org.ow2.dragon.api.service.technology
 

Methods in org.ow2.dragon.api.service.technology that return ProcessorTO
 ProcessorTO TechnologyManager.getProcessor(java.lang.String processorId)
          Retrieve the processor matching the given ID
 

Methods in org.ow2.dragon.api.service.technology that return types with arguments of type ProcessorTO
 java.util.List<ProcessorTO> TechnologyManager.getAllProcessors(RequestOptionsTO requestOptionsTO)
          Return the list of all processors in the registry
 java.util.List<ProcessorTO> TechnologyManager.searchProcessors(java.lang.String searchCriteria, java.util.List<ProcessorSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all processors matching the given criteria for the given properties
 

Uses of ProcessorTO in org.ow2.dragon.service.technology
 

Methods in org.ow2.dragon.service.technology that return ProcessorTO
 ProcessorTO TechnologyManagerImpl.getProcessor(java.lang.String processorId)
           
 ProcessorTO TechnologyTransferObjectAssembler.toProcessorTO(Processor processorBO)
           
 ProcessorTO TechnologyTransferObjectAssemblerImpl.toProcessorTO(Processor processorBO)
           
 

Methods in org.ow2.dragon.service.technology that return types with arguments of type ProcessorTO
 java.util.List<ProcessorTO> TechnologyManagerImpl.getAllProcessors(RequestOptionsTO requestOptionsTO)
           
 java.util.List<ProcessorTO> TechnologyManagerImpl.searchProcessors(java.lang.String searchCriteria, java.util.List<ProcessorSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.