com.yahoo.marketing.apt
Interface TargetingDictionaryService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TargetingDictionaryServiceHttpBindingStub

public interface TargetingDictionaryService
extends java.rmi.Remote


Method Summary
 TargetingAttributeValue[] getStandardContentTopics(int startElement, int numElements)
           
 TargetingAttributeType[] getSupportedTargetingAttributeTypes()
           
 TargetingAttributeValue[] getTargetingAttributes(TargetingAttributeType attributeType, int startElement, int numElements)
           
 TargetingAttributeValue[] getTargetingAttributesByDescriptors(TargetingAttributeDescriptor[] descriptors)
           
 TargetingAttributeValue[] getTargetingAttributesByValue(TargetingAttributeType targetingAttributeType, java.lang.String value)
           
 

Method Detail

getStandardContentTopics

TargetingAttributeValue[] getStandardContentTopics(int startElement,
                                                   int numElements)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getSupportedTargetingAttributeTypes

TargetingAttributeType[] getSupportedTargetingAttributeTypes()
                                                             throws java.rmi.RemoteException,
                                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingAttributes

TargetingAttributeValue[] getTargetingAttributes(TargetingAttributeType attributeType,
                                                 int startElement,
                                                 int numElements)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingAttributesByDescriptors

TargetingAttributeValue[] getTargetingAttributesByDescriptors(TargetingAttributeDescriptor[] descriptors)
                                                              throws java.rmi.RemoteException,
                                                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingAttributesByValue

TargetingAttributeValue[] getTargetingAttributesByValue(TargetingAttributeType targetingAttributeType,
                                                        java.lang.String value)
                                                        throws java.rmi.RemoteException,
                                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault