LogReportService
extends TransactionalService
in package
Class ReturnReport `
Table of Contents
Properties
- $container : ContainerInterface
- $em : EntityManager
- $logReportRepository : mixed
Methods
- addRepository() : void
- Add a repository to this service
- addService() : void
- Add a service to this service
- getEntityManager() : EntityManager
- Getter of the Entity Manager
- getGroupUserName() : mixed
- log() : mixed
- save() : mixed
- Save a LogReport
- searchCancellationBeforeShipmentReport() : mixed
- setEntityManager() : mixed
- Setter of the Entity Manager
Properties
$container
protected
ContainerInterface
$container
$em
protected
EntityManager
$em
The Entity Manager
$logReportRepository
protected
mixed
$logReportRepository
Methods
addRepository()
Add a repository to this service
public
addRepository(int $key, string $class) : void
Parameters
- $key : int
-
Key
- $class : string
-
Class
addService()
Add a service to this service
public
addService(int $key, mixed $service) : void
Parameters
- $key : int
-
Key
- $service : mixed
getEntityManager()
Getter of the Entity Manager
public
getEntityManager() : EntityManager
Return values
EntityManagergetGroupUserName()
public
getGroupUserName(mixed $start, mixed $end[, mixed $order = 'ASC' ]) : mixed
Parameters
- $start : mixed
- $end : mixed
- $order : mixed = 'ASC'
log()
public
log(mixed $incrementId, mixed $amount, mixed $action) : mixed
Parameters
- $incrementId : mixed
- $amount : mixed
- $action : mixed
save()
Save a LogReport
public
save(LogReport $logReport) : mixed
Parameters
- $logReport : LogReport
searchCancellationBeforeShipmentReport()
public
searchCancellationBeforeShipmentReport(mixed $data[, mixed $page = 0 ][, mixed $max = null ][, mixed $getResult = true ]) : mixed
Parameters
- $data : mixed
- $page : mixed = 0
- $max : mixed = null
- $getResult : mixed = true
setEntityManager()
Setter of the Entity Manager
public
setEntityManager(EntityManager $em) : mixed
Parameters
- $em : EntityManager
-
the Entity Manager