com.yahoo.marketing.apt
Interface TargetingProfileService

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

public interface TargetingProfileService
extends java.rmi.Remote


Method Summary
 TargetingProfileResponse addTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse[] addTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 TargetingAttributeType[] getSupportedTargetingAttributeTypes()
           
 TargetingProfile getTargetingProfile(long targetingProfileID)
           
 TargetingProfile[] getTargetingProfiles(long[] targetingProfileIDs)
           
 TargetingProfileResponse updateTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse[] updateTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 

Method Detail

addTargetingProfile

TargetingProfileResponse addTargetingProfile(TargetingProfile targetingProfile)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addTargetingProfiles

TargetingProfileResponse[] addTargetingProfiles(TargetingProfile[] targetingProfiles)
                                                throws java.rmi.RemoteException,
                                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getSupportedTargetingAttributeTypes

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

getTargetingProfile

TargetingProfile getTargetingProfile(long targetingProfileID)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getTargetingProfiles

TargetingProfile[] getTargetingProfiles(long[] targetingProfileIDs)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateTargetingProfile

TargetingProfileResponse updateTargetingProfile(TargetingProfile targetingProfile)
                                                throws java.rmi.RemoteException,
                                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateTargetingProfiles

TargetingProfileResponse[] updateTargetingProfiles(TargetingProfile[] targetingProfiles)
                                                   throws java.rmi.RemoteException,
                                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault