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