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

Packages that use CustomSection
com.yahoo.marketing.apt   
 

Uses of CustomSection in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as CustomSection
private  CustomSection CustomSectionResponse.customSection
           
 

Methods in com.yahoo.marketing.apt that return CustomSection
 CustomSection CustomSectionResponse.getCustomSection()
          Gets the customSection value for this CustomSectionResponse.
 CustomSection SiteClassificationServiceHttpBindingStub.getCustomSection(long customSectionID)
           
 CustomSection SiteClassificationService.getCustomSection(long customSectionID)
           
 CustomSection[] SiteClassificationServiceHttpBindingStub.getCustomSections(long[] customSectionIDs)
           
 CustomSection[] SiteClassificationService.getCustomSections(long[] customSectionIDs)
           
 CustomSection[] SiteClassificationServiceHttpBindingStub.getCustomSectionsBySiteID(long siteID)
           
 CustomSection[] SiteClassificationService.getCustomSectionsBySiteID(long siteID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type CustomSection
 CustomSectionResponse SiteClassificationServiceHttpBindingStub.addCustomSection(CustomSection customSection)
           
 CustomSectionResponse SiteClassificationService.addCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] SiteClassificationServiceHttpBindingStub.addCustomSections(CustomSection[] customSections)
           
 CustomSectionResponse[] SiteClassificationService.addCustomSections(CustomSection[] customSections)
           
 void CustomSectionResponse.setCustomSection(CustomSection customSection)
          Sets the customSection value for this CustomSectionResponse.
 CustomSectionResponse SiteClassificationServiceHttpBindingStub.updateCustomSection(CustomSection customSection)
           
 CustomSectionResponse SiteClassificationService.updateCustomSection(CustomSection customSection)
           
 CustomSectionResponse[] SiteClassificationServiceHttpBindingStub.updateCustomSections(CustomSection[] customSections)
           
 CustomSectionResponse[] SiteClassificationService.updateCustomSections(CustomSection[] customSections)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type CustomSection
CustomSectionResponse(CustomSection customSection, Error[] errors, java.lang.Boolean operationSucceeded)