Uses of Class
com.yahoo.marketing.apt.AgreementStatus

Packages that use AgreementStatus
com.yahoo.marketing.apt   
 

Uses of AgreementStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AgreementStatus
static AgreementStatus AgreementStatus.Active
           
private  AgreementStatus CompanyLink.buyerLinkStatus
           
static AgreementStatus AgreementStatus.Inactive
           
static AgreementStatus AgreementStatus.None
           
static AgreementStatus AgreementStatus.PendingBuyerApproval
           
static AgreementStatus AgreementStatus.PendingSellerApproval
           
static AgreementStatus AgreementStatus.RejectedByBuyer
           
static AgreementStatus AgreementStatus.RejectedBySeller
           
private  AgreementStatus CompanyLink.sellerLinkStatus
           
private  AgreementStatus NonGuaranteedDeal.status
           
private  AgreementStatus Link.status
           
private  AgreementStatus GuaranteedDeal.status
           
private  AgreementStatus AgencyContract.status
           
 

Methods in com.yahoo.marketing.apt that return AgreementStatus
static AgreementStatus AgreementStatus.fromString(java.lang.String value)
           
static AgreementStatus AgreementStatus.fromValue(java.lang.String value)
           
 AgreementStatus CompanyLink.getBuyerLinkStatus()
          Gets the buyerLinkStatus value for this CompanyLink.
 AgreementStatus CompanyLink.getSellerLinkStatus()
          Gets the sellerLinkStatus value for this CompanyLink.
 AgreementStatus NonGuaranteedDeal.getStatus()
          Gets the status value for this NonGuaranteedDeal.
 AgreementStatus Link.getStatus()
          Gets the status value for this Link.
 AgreementStatus GuaranteedDeal.getStatus()
          Gets the status value for this GuaranteedDeal.
 AgreementStatus AgencyContract.getStatus()
          Gets the status value for this AgencyContract.
 

Methods in com.yahoo.marketing.apt with parameters of type AgreementStatus
 void CompanyLink.setBuyerLinkStatus(AgreementStatus buyerLinkStatus)
          Sets the buyerLinkStatus value for this CompanyLink.
 void CompanyLink.setSellerLinkStatus(AgreementStatus sellerLinkStatus)
          Sets the sellerLinkStatus value for this CompanyLink.
 void NonGuaranteedDeal.setStatus(AgreementStatus status)
          Sets the status value for this NonGuaranteedDeal.
 void Link.setStatus(AgreementStatus status)
          Sets the status value for this Link.
 void GuaranteedDeal.setStatus(AgreementStatus status)
          Sets the status value for this GuaranteedDeal.
 void AgencyContract.setStatus(AgreementStatus status)
          Sets the status value for this AgencyContract.
 

Constructors in com.yahoo.marketing.apt with parameters of type AgreementStatus
AgencyContract(java.lang.Long ID, java.util.Calendar activationTimestamp, java.lang.String agencyAccountID, java.lang.Double agencyRevenueSharePercentage, java.lang.String clientAccountID, java.lang.Double clientRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.Long linkID, java.lang.String name, java.util.Calendar startDate, AgreementStatus status)
           
CompanyLink(java.lang.Long buyerLinkID, AgreementStatus buyerLinkStatus, java.lang.String companyAccountID, java.lang.String companyName, LinkedCompanyType companyType, java.lang.String companyUrl, java.lang.Long sellerLinkID, AgreementStatus sellerLinkStatus)
           
GuaranteedDeal(java.util.Calendar activationTimestamp, java.lang.Long audienceSharingRuleID, DealParticipantDetails buyerDetails, java.lang.Double buyerRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.String name, DealParticipantDetails sellerDetails, java.lang.Double sellerRevenueSharePercentage, java.lang.Long sellingRuleID, java.util.Calendar startDate, AgreementStatus status)
           
Link(java.lang.Long ID, java.util.Calendar activationTimestamp, LinkParticipantDetails buyerDetails, java.util.Calendar createTimestamp, Currency currency, GuaranteedDeal guaranteedDeal, java.util.Calendar lastUpdateTimestamp, NonGuaranteedDeal nonGuaranteedDeal, java.lang.Long paymentTermsInDays, LinkParticipantDetails sellerDetails, AgreementStatus status, TimeZone timezone, LinkType type)
           
NonGuaranteedDeal(java.util.Calendar activationTimestamp, DealParticipantDetails buyerDetails, java.lang.Double buyerRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.String name, DealParticipantDetails sellerDetails, java.lang.Double sellerRevenueSharePercentage, java.util.Calendar startDate, AgreementStatus status)