com.yahoo.marketing.apt
Interface LinkingProfileService

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

public interface LinkingProfileService
extends java.rmi.Remote


Method Summary
 LinkingSettings getLinkingSettings()
           
 BusinessProfile getMyBusinessProfile()
           
 BuyerProfile getMyBuyerProfile()
           
 SellerProfile getMySellerProfile()
           
 BasicResponse setLinkingSettings(LinkingSettings linkingSettings)
           
 BasicResponse setMyBusinessProfile(BusinessProfile businessProfile)
           
 BasicResponse setMyBuyerProfile(BuyerProfile buyerProfile)
           
 BasicResponse setMySellerProfile(SellerProfile sellerProfile)
           
 

Method Detail

getLinkingSettings

LinkingSettings getLinkingSettings()
                                   throws java.rmi.RemoteException,
                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getMyBusinessProfile

BusinessProfile getMyBusinessProfile()
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getMyBuyerProfile

BuyerProfile getMyBuyerProfile()
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getMySellerProfile

SellerProfile getMySellerProfile()
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

setLinkingSettings

BasicResponse setLinkingSettings(LinkingSettings linkingSettings)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

setMyBusinessProfile

BasicResponse setMyBusinessProfile(BusinessProfile businessProfile)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Throws:
java.rmi.RemoteException
ApiFault

setMyBuyerProfile

BasicResponse setMyBuyerProfile(BuyerProfile buyerProfile)
                                throws java.rmi.RemoteException,
                                       ApiFault
Throws:
java.rmi.RemoteException
ApiFault

setMySellerProfile

BasicResponse setMySellerProfile(SellerProfile sellerProfile)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault