com.yahoo.marketing.apt
Interface RateCardService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RateCardServiceHttpBindingStub
public interface RateCardService
- extends java.rmi.Remote
activateRateCard
RateCardResponse activateRateCard(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
activateRateCards
RateCardResponse[] activateRateCards(long[] rateCardIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addBaseRate
BaseRateResponse addBaseRate(BaseRate baseRate)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addBaseRates
BaseRateResponse[] addBaseRates(BaseRate[] baseRates)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addDefaultBaseRate
DefaultBaseRateResponse addDefaultBaseRate(DefaultBaseRate defaultBaseRate)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addDefaultBaseRates
DefaultBaseRateResponse[] addDefaultBaseRates(DefaultBaseRate[] defaultBaseRates)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addRateAdjustment
RateAdjustmentResponse addRateAdjustment(RateAdjustment adjustment)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addRateAdjustments
RateAdjustmentResponse[] addRateAdjustments(RateAdjustment[] adjustments)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addRateCard
RateCardResponse addRateCard(RateCard rateCard)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
addRateCards
RateCardResponse[] addRateCards(RateCard[] rateCards)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
copyRateCard
RateCardResponse copyRateCard(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteBaseRate
BasicResponse deleteBaseRate(long baseRateID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteBaseRates
BasicResponse[] deleteBaseRates(long[] baseRateIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteRateAdjustment
BasicResponse deleteRateAdjustment(long rateAdjustmentID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteRateAdjustments
BasicResponse[] deleteRateAdjustments(long[] rateAdjustmentIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteRateCard
BasicResponse deleteRateCard(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
deleteRateCards
BasicResponse[] deleteRateCards(long[] IDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getBaseRate
BaseRate getBaseRate(long ID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getBaseRates
BaseRate[] getBaseRates(long[] IDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getBaseRatesByRateCardID
BaseRate[] getBaseRatesByRateCardID(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getDefaultBaseRate
DefaultBaseRate getDefaultBaseRate(long ID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getDefaultBaseRateByRateCardID
DefaultBaseRate getDefaultBaseRateByRateCardID(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getDefaultBaseRates
DefaultBaseRate[] getDefaultBaseRates(long[] IDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateAdjustment
RateAdjustment getRateAdjustment(long rateAdjustmentID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateAdjustments
RateAdjustment[] getRateAdjustments(long[] IDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateAdjustmentsByRateCardID
RateAdjustment[] getRateAdjustmentsByRateCardID(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateCard
RateCard getRateCard(long rateCardID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateCards
RateCard[] getRateCards(long[] rateCardIDs)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getRateCardsBySiteID
RateCard[] getRateCardsBySiteID(long siteID)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
getSupportedTargetingAttributeTypes
TargetingAttributeType[] getSupportedTargetingAttributeTypes()
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateBaseRate
BaseRateResponse updateBaseRate(BaseRate baseRate)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateBaseRates
BaseRateResponse[] updateBaseRates(BaseRate[] baseRates)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateDefaultBaseRate
DefaultBaseRateResponse updateDefaultBaseRate(DefaultBaseRate defaultBaseRate)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateDefaultBaseRates
DefaultBaseRateResponse[] updateDefaultBaseRates(DefaultBaseRate[] defaultBaseRates)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateRateAdjustment
RateAdjustmentResponse updateRateAdjustment(RateAdjustment rateAdjustment)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateRateAdjustments
RateAdjustmentResponse[] updateRateAdjustments(RateAdjustment[] rateAdjustments)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateRateCard
RateCardResponse updateRateCard(RateCard rateCard)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault
updateRateCards
RateCardResponse[] updateRateCards(RateCard[] rateCards)
throws java.rmi.RemoteException,
ApiFault
- Throws:
java.rmi.RemoteException
ApiFault