Public Member Functions | |
__construct () | |
getorderid () | |
getshippingcosts () | |
getshippingid () | |
handleRequest () | |
havePrivilege ($priv) | |
resultorder () | |
setorder ($v) | |
Static Public Member Functions | |
static | execute ($orderid, $shippingid, $shippingcosts) |
static | privileges () |
Public Attributes | |
const | Priv_ChangePrice = "ChangePrice" |
WTrOrderChangeShipping::__construct | ( | ) |
Reimplemented from MSmokeTransaction.
static WTrOrderChangeShipping::execute | ( | $ | orderid, | |
$ | shippingid, | |||
$ | shippingcosts | |||
) | [static] |
WTrOrderChangeShipping::getorderid | ( | ) |
WTrOrderChangeShipping::getshippingcosts | ( | ) |
WTrOrderChangeShipping::getshippingid | ( | ) |
WTrOrderChangeShipping::handleRequest | ( | ) |
References WOOrder::changeShipping(), MSmokeTransaction::commitTransaction(), WobTransactionBase::getRequestXml(), WobTransactionBase::handleException(), MSmokeTransaction::isAuthorized(), WobTransactionBase::notAuthenticated(), MSmokeTransaction::startTransaction(), WobTransactionBase::xmlCreate(), and WobTransactionBase::xmlToString().
WTrOrderChangeShipping::havePrivilege | ( | $ | priv | ) |
References MSmokeTransaction::isAuthorized().
static WTrOrderChangeShipping::privileges | ( | ) | [static] |
WTrOrderChangeShipping::resultorder | ( | ) |
WTrOrderChangeShipping::setorder | ( | $ | v | ) |
const WTrOrderChangeShipping::Priv_ChangePrice = "ChangePrice" |