com.yahoo.marketing.apt
Interface CommonTargetingService

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

public interface CommonTargetingService
extends java.rmi.Remote


Method Summary
 TargetingAttributeValue getTargetingAttributeValueByDescriptor(TargetingAttributeDescriptor descriptor)
           
 long getTargetingAttributeValueCount(TargetingAttributeValueRequest request)
           
 TargetingAttributeValue[] getTargetingAttributeValues(TargetingAttributeValueRequest request, int startElement, int numElements)
           
 TargetingAttributeValue[] getTargetingAttributeValuesByDescriptors(TargetingAttributeDescriptor[] descriptors)
           
 

Method Detail

getTargetingAttributeValueByDescriptor

TargetingAttributeValue getTargetingAttributeValueByDescriptor(TargetingAttributeDescriptor descriptor)
                                                               throws java.rmi.RemoteException,
                                                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingAttributeValueCount

long getTargetingAttributeValueCount(TargetingAttributeValueRequest request)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingAttributeValues

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

getTargetingAttributeValuesByDescriptors

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