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

Packages that use DealApprovalStatus
com.yahoo.marketing.apt   
 

Uses of DealApprovalStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as DealApprovalStatus
private  DealApprovalStatus NonGuaranteedDealApproval.approvalStatus
           
private  DealApprovalStatus GuaranteedDealApproval.approvalStatus
           
static DealApprovalStatus DealApprovalStatus.Approved
           
static DealApprovalStatus DealApprovalStatus.Denied
           
static DealApprovalStatus DealApprovalStatus.Proposed
           
 

Methods in com.yahoo.marketing.apt that return DealApprovalStatus
static DealApprovalStatus DealApprovalStatus.fromString(java.lang.String value)
           
static DealApprovalStatus DealApprovalStatus.fromValue(java.lang.String value)
           
 DealApprovalStatus NonGuaranteedDealApproval.getApprovalStatus()
          Gets the approvalStatus value for this NonGuaranteedDealApproval.
 DealApprovalStatus GuaranteedDealApproval.getApprovalStatus()
          Gets the approvalStatus value for this GuaranteedDealApproval.
 

Methods in com.yahoo.marketing.apt with parameters of type DealApprovalStatus
 void NonGuaranteedDealApproval.setApprovalStatus(DealApprovalStatus approvalStatus)
          Sets the approvalStatus value for this NonGuaranteedDealApproval.
 void GuaranteedDealApproval.setApprovalStatus(DealApprovalStatus approvalStatus)
          Sets the approvalStatus value for this GuaranteedDealApproval.
 

Constructors in com.yahoo.marketing.apt with parameters of type DealApprovalStatus
GuaranteedDealApproval(DealApprovalStatus approvalStatus, java.lang.String comments, java.lang.Long proposedAudienceSharingRuleID, java.util.Calendar proposedEndDate, java.lang.Double proposedRevenueShare, java.lang.Long proposedSellingRuleID, java.util.Calendar proposedStartDate)
           
NonGuaranteedDealApproval(DealApprovalStatus approvalStatus, java.lang.String comments, java.util.Calendar proposedEndDate, java.lang.Double proposedRevenueShare, java.util.Calendar proposedStartDate)