Uses of Class
com.yahoo.marketing.apt.SellingRule

Packages that use SellingRule
com.yahoo.marketing.apt   
 

Uses of SellingRule in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as SellingRule
private  SellingRule SellingRuleResponse.sellingRule
           
 

Methods in com.yahoo.marketing.apt that return SellingRule
 SellingRule SellingRuleResponse.getSellingRule()
          Gets the sellingRule value for this SellingRuleResponse.
 SellingRule SellingRulesServiceHttpBindingStub.getSellingRule(long sellingRuleID)
           
 SellingRule SellingRulesService.getSellingRule(long sellingRuleID)
           
 SellingRule[] SellingRulesServiceHttpBindingStub.getSellingRules(long[] sellingRuleIDs)
           
 SellingRule[] SellingRulesService.getSellingRules(long[] sellingRuleIDs)
           
 SellingRule[] SellingRulesServiceHttpBindingStub.getSellingRulesByAccountID()
           
 SellingRule[] SellingRulesService.getSellingRulesByAccountID()
           
 

Methods in com.yahoo.marketing.apt with parameters of type SellingRule
 SellingRuleResponse SellingRulesServiceHttpBindingStub.addSellingRule(SellingRule sellingRule)
           
 SellingRuleResponse SellingRulesService.addSellingRule(SellingRule sellingRule)
           
 SellingRuleResponse[] SellingRulesServiceHttpBindingStub.addSellingRules(SellingRule[] sellingRules)
           
 SellingRuleResponse[] SellingRulesService.addSellingRules(SellingRule[] sellingRules)
           
 void SellingRuleResponse.setSellingRule(SellingRule sellingRule)
          Sets the sellingRule value for this SellingRuleResponse.
 SellingRuleResponse SellingRulesServiceHttpBindingStub.updateSellingRule(SellingRule sellingRule)
           
 SellingRuleResponse SellingRulesService.updateSellingRule(SellingRule sellingRule)
           
 SellingRuleResponse[] SellingRulesServiceHttpBindingStub.updateSellingRules(SellingRule[] sellingRules)
           
 SellingRuleResponse[] SellingRulesService.updateSellingRules(SellingRule[] sellingRules)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type SellingRule
SellingRuleResponse(Error[] errors, java.lang.Boolean operationSucceeded, SellingRule sellingRule)