PHP 인터페이스 Sylius\Behat\Page\Admin\Order\ShowPageInterface

저자: Paweł Jędrzejewski ([email protected])
저자: Grzegorz Sadowski ([email protected])
상속: extends Sylius\Behat\Page\SymfonyPageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
cancelOrder ( )
completeOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
countItems ( ) : integer
deleteOrder ( )
getIpAddressAssigned ( ) : string
getItemCode ( string $itemName ) : string
getItemDiscount ( string $itemName ) : string
getItemDiscountedUnitPrice ( string $itemName ) : string
getItemQuantity ( string $itemName ) : string
getItemSubtotal ( string $itemName ) : string
getItemTax ( string $itemName ) : string
getItemTotal ( string $itemName ) : string
getItemUnitPrice ( string $itemName ) : string
getItemsTotal ( ) : string
getOrderCurrency ( ) : string
getOrderState ( ) : string
getPaymentAmount ( ) : string
getPaymentState ( ) : string
getPaymentsCount ( ) : integer
getPromotionTotal ( ) : string
getShippingTotal ( ) : string
getTaxTotal ( ) : string
getTotal ( ) : string
hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
hasBillingProvinceName ( string $provinceName ) : boolean
hasCancelButton ( ) : boolean
hasCustomer ( string $customerName )
hasNote ( string $note ) : boolean
hasPayment ( string $paymentMethodName ) : boolean
hasPromotionDiscount ( string $promotionDiscount ) : boolean
hasShipment ( string $shippingMethodName ) : boolean
hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
hasShippingCharge ( string $shippingCharge ) : boolean
hasShippingProvinceName ( string $provinceName ) : boolean
hasTax ( string $tax ) : boolean
isProductInTheList ( string $productName ) : boolean
refundOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
shipOrder ( Sylius\Component\Core\Model\OrderInterface $order )
specifyTrackingCode ( string $code )

메소드 상세

canCompleteOrderLastPayment() 공개 메소드

public canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
리턴 boolean

canShipOrder() 공개 메소드

public canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
리턴 boolean

cancelOrder() 공개 메소드

public cancelOrder ( )

completeOrderLastPayment() 공개 메소드

public completeOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

countItems() 공개 메소드

public countItems ( ) : integer
리턴 integer

deleteOrder() 공개 메소드

public deleteOrder ( )

getIpAddressAssigned() 공개 메소드

public getIpAddressAssigned ( ) : string
리턴 string

getItemCode() 공개 메소드

public getItemCode ( string $itemName ) : string
$itemName string
리턴 string

getItemDiscount() 공개 메소드

public getItemDiscount ( string $itemName ) : string
$itemName string
리턴 string

getItemDiscountedUnitPrice() 공개 메소드

public getItemDiscountedUnitPrice ( string $itemName ) : string
$itemName string
리턴 string

getItemQuantity() 공개 메소드

public getItemQuantity ( string $itemName ) : string
$itemName string
리턴 string

getItemSubtotal() 공개 메소드

public getItemSubtotal ( string $itemName ) : string
$itemName string
리턴 string

getItemTax() 공개 메소드

public getItemTax ( string $itemName ) : string
$itemName string
리턴 string

getItemTotal() 공개 메소드

public getItemTotal ( string $itemName ) : string
$itemName string
리턴 string

getItemUnitPrice() 공개 메소드

public getItemUnitPrice ( string $itemName ) : string
$itemName string
리턴 string

getItemsTotal() 공개 메소드

public getItemsTotal ( ) : string
리턴 string

getOrderCurrency() 공개 메소드

public getOrderCurrency ( ) : string
리턴 string

getOrderState() 공개 메소드

public getOrderState ( ) : string
리턴 string

getPaymentAmount() 공개 메소드

public getPaymentAmount ( ) : string
리턴 string

getPaymentState() 공개 메소드

public getPaymentState ( ) : string
리턴 string

getPaymentsCount() 공개 메소드

public getPaymentsCount ( ) : integer
리턴 integer

getPromotionTotal() 공개 메소드

public getPromotionTotal ( ) : string
리턴 string

getShippingTotal() 공개 메소드

public getShippingTotal ( ) : string
리턴 string

getTaxTotal() 공개 메소드

public getTaxTotal ( ) : string
리턴 string

getTotal() 공개 메소드

public getTotal ( ) : string
리턴 string

hasBillingAddress() 공개 메소드

public hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
리턴 boolean

hasBillingProvinceName() 공개 메소드

public hasBillingProvinceName ( string $provinceName ) : boolean
$provinceName string
리턴 boolean

hasCancelButton() 공개 메소드

public hasCancelButton ( ) : boolean
리턴 boolean

hasCustomer() 공개 메소드

public hasCustomer ( string $customerName )
$customerName string

hasNote() 공개 메소드

public hasNote ( string $note ) : boolean
$note string
리턴 boolean

hasPayment() 공개 메소드

public hasPayment ( string $paymentMethodName ) : boolean
$paymentMethodName string
리턴 boolean

hasPromotionDiscount() 공개 메소드

public hasPromotionDiscount ( string $promotionDiscount ) : boolean
$promotionDiscount string
리턴 boolean

hasShipment() 공개 메소드

public hasShipment ( string $shippingMethodName ) : boolean
$shippingMethodName string
리턴 boolean

hasShippingAddress() 공개 메소드

public hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
리턴 boolean

hasShippingCharge() 공개 메소드

public hasShippingCharge ( string $shippingCharge ) : boolean
$shippingCharge string
리턴 boolean

hasShippingProvinceName() 공개 메소드

public hasShippingProvinceName ( string $provinceName ) : boolean
$provinceName string
리턴 boolean

hasTax() 공개 메소드

public hasTax ( string $tax ) : boolean
$tax string
리턴 boolean

isProductInTheList() 공개 메소드

public isProductInTheList ( string $productName ) : boolean
$productName string
리턴 boolean

refundOrderLastPayment() 공개 메소드

public refundOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

shipOrder() 공개 메소드

public shipOrder ( Sylius\Component\Core\Model\OrderInterface $order )
$order Sylius\Component\Core\Model\OrderInterface

specifyTrackingCode() 공개 메소드

public specifyTrackingCode ( string $code )
$code string