Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CaseInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
17 interface CaseInterface
18 {
23  const STATUS_PENDING = 'PENDING';
54  public function getEntityId();
55 
63  public function setEntityId($id);
64 
71  public function getCaseId();
72 
80  public function setCaseId($id);
81 
89  public function isGuaranteeEligible();
90 
98  public function setGuaranteeEligible($guaranteeEligible);
99 
106  public function getGuaranteeDisposition();
107 
115  public function setGuaranteeDisposition($disposition);
116 
123  public function getStatus();
124 
132  public function setStatus($status);
133 
140  public function getScore();
141 
149  public function setScore($score);
150 
157  public function getOrderId();
158 
166  public function setOrderId($orderId);
167 
174  public function getAssociatedTeam();
175 
183  public function setAssociatedTeam(array $team);
184 
191  public function getReviewDisposition();
192 
200  public function setReviewDisposition($disposition);
201 
208  public function getCreatedAt();
209 
217  public function setCreatedAt($datetime);
218 
225  public function getUpdatedAt();
226 
234  public function setUpdatedAt($datetime);
235 }
setGuaranteeEligible($guaranteeEligible)
$id
Definition: fieldset.phtml:14
$status
Definition: order_status.php:8