OrderWithMissingDepartureCountryService
in package
Table of Contents
Properties
- $countryRepository : CountryRepository
- $movementCreditMissingFromCountryRepository : MovementCreditMissingFromCountryRepository
- $movementCreditRepository : MovementCreditRepository
- $response : Response
Methods
- __construct() : mixed
- getOrdersWithMissingCountriesByUserIdAndFilterable() : mixed
- updateOrdersWithMissingCountriesByUserId() : mixed
- updateMovementCreditSetFromCountry() : mixed
Properties
$countryRepository
private
CountryRepository
$countryRepository
$movementCreditMissingFromCountryRepository
private
MovementCreditMissingFromCountryRepository
$movementCreditMissingFromCountryRepository
$movementCreditRepository
private
MovementCreditRepository
$movementCreditRepository
$response
private
Response
$response
Methods
__construct()
public
__construct(MovementCreditMissingFromCountryRepository $movementCreditMissingFromCountryRepository, MovementCreditRepository $movementCreditRepository, CountryRepository $countryRepository, Response $response) : mixed
Parameters
- $movementCreditMissingFromCountryRepository : MovementCreditMissingFromCountryRepository
- $movementCreditRepository : MovementCreditRepository
- $countryRepository : CountryRepository
- $response : Response
getOrdersWithMissingCountriesByUserIdAndFilterable()
public
getOrdersWithMissingCountriesByUserIdAndFilterable(mixed $clientId, mixed $params) : mixed
Parameters
- $clientId : mixed
- $params : mixed
updateOrdersWithMissingCountriesByUserId()
public
updateOrdersWithMissingCountriesByUserId(mixed $userId, mixed $postData) : mixed
Parameters
- $userId : mixed
- $postData : mixed
updateMovementCreditSetFromCountry()
private
updateMovementCreditSetFromCountry(MovementCredit $movementCredit, Country $country) : mixed
Parameters
- $movementCredit : MovementCredit
- $country : Country