com.yahoo.marketing.apt
Interface TargetingProfileService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TargetingProfileServiceHttpBindingStub
public interface TargetingProfileService
- extends java.rmi.Remote
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