FixProcessingSaleCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $configService : Config
- $connection : mixed
- $em : mixed
- $lengowService : LengowService
- $output : mixed
- $user : mixed
- $eventDispatcher : EventDispatcherInterface
Methods
- __construct() : mixed
- SaleExpeditionCsvChronopostCommand constructor.
- checkSden() : bool
- Check SDEN tracking
- checkSdenAsir() : bool
- Check SDEN tracking
- checkTamdis() : mixed
- checkTracking() : bool
- Check if product is really shipped
- checkTrackingOld() : bool|array<string|int, mixed>
- Check if product is really shipped
- cleanDuplicateChronopost() : mixed
- fixChronopost() : mixed
- fixChronopostSales() : mixed
- fixGeodis() : mixed
- fixGlsAsir() : mixed
- fixLengow() : mixed
- fixLogidav() : mixed
- fixSden() : mixed
- configure() : mixed
- execute() : int
Properties
$configService
protected
Config
$configService
$connection
protected
mixed
$connection
$em
protected
mixed
$em
$lengowService
protected
LengowService
$lengowService
$output
protected
mixed
$output
Tags
$user
protected
mixed
$user
$eventDispatcher
private
EventDispatcherInterface
$eventDispatcher
Methods
__construct()
SaleExpeditionCsvChronopostCommand constructor.
public
__construct([null $name = null ][, EventDispatcherInterface $eventDispatcher = null ]) : mixed
Parameters
- $name : null = null
- $eventDispatcher : EventDispatcherInterface = null
checkSden()
Check SDEN tracking
public
checkSden(mixed $trackingNumber) : bool
Parameters
- $trackingNumber : mixed
Return values
boolcheckSdenAsir()
Check SDEN tracking
public
checkSdenAsir(mixed $cabGeodisUM) : bool
Parameters
- $cabGeodisUM : mixed
Return values
boolcheckTamdis()
public
checkTamdis(mixed $trackingLink) : mixed
Parameters
- $trackingLink : mixed
checkTracking()
Check if product is really shipped
public
checkTracking(mixed $track, mixed $sp) : bool
Parameters
- $track : mixed
- $sp : mixed
Return values
boolcheckTrackingOld()
Check if product is really shipped
public
checkTrackingOld(mixed $track, mixed $sp[, mixed $asArray = false ]) : bool|array<string|int, mixed>
Parameters
- $track : mixed
- $sp : mixed
- $asArray : mixed = false
Return values
bool|array<string|int, mixed>cleanDuplicateChronopost()
public
cleanDuplicateChronopost(mixed $from) : mixed
Parameters
- $from : mixed
fixChronopost()
public
fixChronopost(mixed $start) : mixed
Parameters
- $start : mixed
fixChronopostSales()
public
fixChronopostSales() : mixed
fixGeodis()
public
fixGeodis(mixed $start) : mixed
Parameters
- $start : mixed
fixGlsAsir()
public
fixGlsAsir() : mixed
Tags
fixLengow()
public
fixLengow(mixed $from, mixed $marketplace, mixed $status) : mixed
Parameters
- $from : mixed
- $marketplace : mixed
- $status : mixed
fixLogidav()
public
fixLogidav(mixed $from, mixed $page) : mixed
Parameters
- $from : mixed
- $page : mixed
fixSden()
public
fixSden() : mixed
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface