Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • OrderItemAttributeRepository
  • OrderItemAttributeRepositoryDeleter
  • OrderItemAttributeRepositoryReader
  • OrderItemAttributeRepositoryWriter
  • OrderItemPropertyRepository
  • OrderItemPropertyRepositoryDeleter
  • OrderItemPropertyRepositoryReader
  • OrderItemPropertyRepositoryWriter
  • OrderItemRepository
  • OrderItemRepositoryDeleter
  • OrderItemRepositoryReader
  • OrderItemRepositoryWriter
  • OrderRepository
  • OrderRepositoryDeleter
  • OrderRepositoryReader
  • OrderRepositoryWriter
  • OrderTotalRepository
  • OrderTotalRepositoryDeleter
  • OrderTotalRepositoryReader
  • OrderTotalRepositoryWriter

Class OrderTotalRepositoryDeleter

Class OrderTotalRepositoryDeleter

OrderTotalRepositoryDeleter implements OrderTotalRepositoryDeleterInterface
Package: Order\Repositories
Category: System
Located at Services/Core/Order/Repositories/Deleter/OrderTotalRepositoryDeleter.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $dbQueryBuilder )

OrderTotalRepositoryDeleter constructor.

OrderTotalRepositoryDeleter constructor.

Parameters

$dbQueryBuilder
Query builder.
public OrderTotalRepositoryDeleter
# deleteTotalById( IdType $orderTotalId )

Removes an order total item by the given order total ID.

Removes an order total item by the given order total ID.

Parameters

$orderTotalId
Order total ID.

Returns

OrderTotalRepositoryDeleter
Same instance for method chaining.

Implementation of

OrderTotalRepositoryDeleterInterface::deleteTotalById()
public OrderTotalRepositoryDeleter
# deleteTotalsByOrderId( IdType $orderId )

Removes all order totals which are associated with the given order ID.

Removes all order totals which are associated with the given order ID.

Parameters

$orderId
Order ID.

Returns

OrderTotalRepositoryDeleter
Same instance for method chaining.

Implementation of

OrderTotalRepositoryDeleterInterface::deleteTotalsByOrderId()

Properties summary

protected CI_DB_query_builder $db

Query builder.

Query builder.

#
API documentation generated by ApiGen