PHP Interface Sylius\Behat\Page\Admin\Order\ShowPageInterface

Author: Paweł Jędrzejewski ([email protected])
Author: Grzegorz Sadowski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

canCompleteOrderLastPayment() public méthode

public canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
Résultat boolean

canShipOrder() public méthode

public canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean
$order Sylius\Component\Core\Model\OrderInterface
Résultat boolean

cancelOrder() public méthode

public cancelOrder ( )

completeOrderLastPayment() public méthode

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

countItems() public méthode

public countItems ( ) : integer
Résultat integer

deleteOrder() public méthode

public deleteOrder ( )

getIpAddressAssigned() public méthode

public getIpAddressAssigned ( ) : string
Résultat string

getItemCode() public méthode

public getItemCode ( string $itemName ) : string
$itemName string
Résultat string

getItemDiscount() public méthode

public getItemDiscount ( string $itemName ) : string
$itemName string
Résultat string

getItemDiscountedUnitPrice() public méthode

public getItemDiscountedUnitPrice ( string $itemName ) : string
$itemName string
Résultat string

getItemQuantity() public méthode

public getItemQuantity ( string $itemName ) : string
$itemName string
Résultat string

getItemSubtotal() public méthode

public getItemSubtotal ( string $itemName ) : string
$itemName string
Résultat string

getItemTax() public méthode

public getItemTax ( string $itemName ) : string
$itemName string
Résultat string

getItemTotal() public méthode

public getItemTotal ( string $itemName ) : string
$itemName string
Résultat string

getItemUnitPrice() public méthode

public getItemUnitPrice ( string $itemName ) : string
$itemName string
Résultat string

getItemsTotal() public méthode

public getItemsTotal ( ) : string
Résultat string

getOrderCurrency() public méthode

public getOrderCurrency ( ) : string
Résultat string

getOrderState() public méthode

public getOrderState ( ) : string
Résultat string

getPaymentAmount() public méthode

public getPaymentAmount ( ) : string
Résultat string

getPaymentState() public méthode

public getPaymentState ( ) : string
Résultat string

getPaymentsCount() public méthode

public getPaymentsCount ( ) : integer
Résultat integer

getPromotionTotal() public méthode

public getPromotionTotal ( ) : string
Résultat string

getShippingTotal() public méthode

public getShippingTotal ( ) : string
Résultat string

getTaxTotal() public méthode

public getTaxTotal ( ) : string
Résultat string

getTotal() public méthode

public getTotal ( ) : string
Résultat string

hasBillingAddress() public méthode

public hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
Résultat boolean

hasBillingProvinceName() public méthode

public hasBillingProvinceName ( string $provinceName ) : boolean
$provinceName string
Résultat boolean

hasCancelButton() public méthode

public hasCancelButton ( ) : boolean
Résultat boolean

hasCustomer() public méthode

public hasCustomer ( string $customerName )
$customerName string

hasNote() public méthode

public hasNote ( string $note ) : boolean
$note string
Résultat boolean

hasPayment() public méthode

public hasPayment ( string $paymentMethodName ) : boolean
$paymentMethodName string
Résultat boolean

hasPromotionDiscount() public méthode

public hasPromotionDiscount ( string $promotionDiscount ) : boolean
$promotionDiscount string
Résultat boolean

hasShipment() public méthode

public hasShipment ( string $shippingMethodName ) : boolean
$shippingMethodName string
Résultat boolean

hasShippingAddress() public méthode

public hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean
$customerName string
$street string
$postcode string
$city string
$countryName string
Résultat boolean

hasShippingCharge() public méthode

public hasShippingCharge ( string $shippingCharge ) : boolean
$shippingCharge string
Résultat boolean

hasShippingProvinceName() public méthode

public hasShippingProvinceName ( string $provinceName ) : boolean
$provinceName string
Résultat boolean

hasTax() public méthode

public hasTax ( string $tax ) : boolean
$tax string
Résultat boolean

isProductInTheList() public méthode

public isProductInTheList ( string $productName ) : boolean
$productName string
Résultat boolean

refundOrderLastPayment() public méthode

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

shipOrder() public méthode

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

specifyTrackingCode() public méthode

public specifyTrackingCode ( string $code )
$code string