Uses of Class
com.codemonster.surinam.core.framework.ServiceToFieldInjectionPair

Packages that use ServiceToFieldInjectionPair
com.codemonster.surinam.controller   
com.codemonster.surinam.core.model   
 

Uses of ServiceToFieldInjectionPair in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller that return types with arguments of type ServiceToFieldInjectionPair
 Iterator<ServiceToFieldInjectionPair> BindImplementationAction.getRequiredServices()
          Get a list of fully qualified Contracts that this action requires.
 Iterator<ServiceToFieldInjectionPair> Action.getRequiredServices()
          Get a list of fully qualified Contracts that this action requires.
 Iterator<ServiceToFieldInjectionPair> RegisterContractAction.getRequiredServices()
          Get a list of fully qualified Contracts that this action requires.
 Iterator<ServiceToFieldInjectionPair> RegisterEntryPointAction.getRequiredServices()
          Get a list of fully qualified Contracts that this action requires.
 Iterator<ServiceToFieldInjectionPair> AbstractOperationAction.getRequiredServices()
          There are no required services for operations.
 

Uses of ServiceToFieldInjectionPair in com.codemonster.surinam.core.model
 

Methods in com.codemonster.surinam.core.model that return types with arguments of type ServiceToFieldInjectionPair
 Iterator<ServiceToFieldInjectionPair> ImplementationBlueprint.getInjectedServices()
           
 

Methods in com.codemonster.surinam.core.model with parameters of type ServiceToFieldInjectionPair
 void ImplementationBlueprint.addInjectedService(ServiceToFieldInjectionPair pair)
           
 

Method parameters in com.codemonster.surinam.core.model with type arguments of type ServiceToFieldInjectionPair
 void ImplementationBlueprint.setInjectedServices(List<ServiceToFieldInjectionPair> injectedServices)
           
 



Copyright © 2010. All Rights Reserved.