Class: CategoryProductListLoadQuery

Request~CategoryProductListLoadQuery(clientnullable, categorynullable)

Handles API Request CategoryProductList_Load_Query. Scope: Store.

Constructor

new CategoryProductListLoadQuery(clientnullable, categorynullable)

CategoryProductListLoadQuery Constructor.

CategoryProductListLoadQuery Constructor.

Parameters:
Name Type Attributes Default Description
client Client <nullable>
category Category <nullable>
null
Source:
See:

Methods

createResponse() → {Response}

Create a response object from the response data.

Create a response object from the response data.

Source:
Returns:
Type
Response

getAssigned() → {boolean}

Get Assigned.

Get Assigned.

Source:
Returns:
Type
boolean

getCategoryCode() → {string}

Get Category_Code.

Get Category_Code.

Source:
Returns:
Type
string

getCategoryId() → {number}

Get Category_ID.

Get Category_ID.

Source:
Returns:
Type
number

getEditCategory() → {string}

Get Edit_Category.

Get Edit_Category.

Source:
Returns:
Type
string

getUnassigned() → {boolean}

Get Unassigned.

Get Unassigned.

Source:
Returns:
Type
boolean

setAssigned(assigned) → {CategoryProductListLoadQuery}

Set Assigned.

Set Assigned.

Parameters:
Name Type Description
assigned boolean
Source:
Returns:
Type
CategoryProductListLoadQuery

setCategoryCode(categoryCode) → {CategoryProductListLoadQuery}

Set Category_Code.

Set Category_Code.

Parameters:
Name Type Description
categoryCode string
Source:
Returns:
Type
CategoryProductListLoadQuery

setCategoryId(categoryId) → {CategoryProductListLoadQuery}

Set Category_ID.

Set Category_ID.

Parameters:
Name Type Description
categoryId number
Source:
Returns:
Type
CategoryProductListLoadQuery

setEditCategory(editCategory) → {CategoryProductListLoadQuery}

Set Edit_Category.

Set Edit_Category.

Parameters:
Name Type Description
editCategory string
Source:
Returns:
Type
CategoryProductListLoadQuery

setUnassigned(unassigned) → {CategoryProductListLoadQuery}

Set Unassigned.

Set Unassigned.

Parameters:
Name Type Description
unassigned boolean
Source:
Returns:
Type
CategoryProductListLoadQuery

toObject() → {Object}

Reduce the request to a an object.

Reduce the request to a an object.

Source:
Returns:
Type
Object