Generated the following references: - `entities` - `inventory` - `js-client` - `pricing` - `product` - `services` - `stock-location` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
44 lines
848 B
Plaintext
44 lines
848 B
Plaintext
---
|
|
displayed_sidebar: servicesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# ITransactionBaseService
|
|
|
|
## Methods
|
|
|
|
#### withTransaction
|
|
|
|
`**withTransaction**(transactionManager?): [ITransactionBaseService](ITransactionBaseService.mdx)`
|
|
|
|
##### Parameters
|
|
|
|
<ParameterTypes parameters={[
|
|
{
|
|
"name": "transactionManager",
|
|
"type": "EntityManager",
|
|
"description": "",
|
|
"optional": true,
|
|
"defaultValue": "",
|
|
"expandable": false,
|
|
"children": []
|
|
}
|
|
]} />
|
|
|
|
##### Returns
|
|
|
|
[ITransactionBaseService](ITransactionBaseService.mdx)
|
|
|
|
<ParameterTypes parameters={[
|
|
{
|
|
"name": "ITransactionBaseService",
|
|
"type": "[ITransactionBaseService](ITransactionBaseService.mdx)",
|
|
"optional": false,
|
|
"defaultValue": "",
|
|
"description": "",
|
|
"expandable": false,
|
|
"children": []
|
|
}
|
|
]} />
|