Uses of Interface
com.ebmwebsourcing.agreement.definition.api.ServiceScope

Packages that use ServiceScope
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of ServiceScope in com.ebmwebsourcing.agreement.definition.api
 

Methods in com.ebmwebsourcing.agreement.definition.api that return ServiceScope
 ServiceScope GuaranteeTerms.newServiceScope()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api that return types with arguments of type ServiceScope
 java.util.List<ServiceScope> GuaranteeTerms.getServiceScopes()
           
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type ServiceScope
 void GuaranteeTerms.addServiceScope(ServiceScope scopes)
           
 void GuaranteeTerms.removeServiceScope(ServiceScope scopes)
           
 

Uses of ServiceScope in com.ebmwebsourcing.agreement.definition.impl
 

Classes in com.ebmwebsourcing.agreement.definition.impl that implement ServiceScope
 class ServiceScopeImpl
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return ServiceScope
 ServiceScope GuaranteeTermsImpl.newServiceScope()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return types with arguments of type ServiceScope
 java.util.List<ServiceScope> GuaranteeTermsImpl.getServiceScopes()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type ServiceScope
 void GuaranteeTermsImpl.addServiceScope(ServiceScope scopes)
           
 void GuaranteeTermsImpl.removeServiceScope(ServiceScope scopes)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.