ORM\Table |
(name="pickware_erp_return_shipments") |
---|---|
ORM\Entity |
(repositoryClass="ReturnShipmentRepository") |
ORM\AssociationOverrides |
({ @ORM\AssociationOverride( name="document", joinColumns=@ORM\JoinColumn(name="documentId", referencedColumnName="ID") ), }) |
package |
Default |
__construct(\Shopware\Models\Order\Order $order, $number, \Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentStatus $status)
\Shopware\Models\Order\Order
addAttachment(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentAttachment $attachment)
addInternalComment(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentInternalComment $internalComment)
addItem(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentItem $item)
getAttachments() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getCreated() : \DateTime
\DateTime
getDocument() : \Shopware\Models\Order\Document\Document|null
\Shopware\Models\Order\Document\Document|null
getId() : integer
integer
getInternalComments() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getItems() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getNumber() : string
string
getOrder() : \Shopware\Models\Order\Order
\Shopware\Models\Order\Order
getStatus() : \Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentStatus
getTargetWarehouse() : \Shopware\CustomModels\ViisonPickwareERP\Warehouse\Warehouse|null
getUser() : \Shopware\Models\User\User
\Shopware\Models\User\User
removeAttachment(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentAttachment $attachment)
removeInternalComment(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentInternalComment $internalComment)
removeItem(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentItem $item)
setCreated(\DateTime|string $created)
\DateTime|string
setDocument(\Shopware\Models\Order\Document\Document|null $document = null)
\Shopware\Models\Order\Document\Document|null
setNumber(string $number)
string
setOrder(\Shopware\Models\Order\Order $order)
\Shopware\Models\Order\Order
setStatus(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentStatus $status)
setStatusToAtLeast(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentStatus $status)
setStatusToAtMost(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipmentStatus $status)
setTargetWarehouse(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\Warehouse|null $targetWarehouse = null)
setUser(\Shopware\Models\User\User|null $user = null)
\Shopware\Models\User\User|null