| addProduct |
GET /cdna-admin/products/add-product
|
| Name |
Type |
Description |
| product |
Product
|
Single (empty) Product record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Add a new record. Assigns an empty record to the template. |
| editProduct |
GET /cdna-admin/products/product/{id}/{revision.id}
|
| Name |
Type |
Description |
| product |
Product
|
Retrieved Product record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
| manageProducts |
GET /cdna-admin/products/products
|
| Name |
Type |
Description |
| products |
Collection (Product)
|
Collection of Products
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve available records and assign them to the template for editing. |
| manageCategoriesProducts |
GET /cdna-admin/products/categories-products/{primaryCategory.id}
|
| Name |
Type |
Description |
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve available records and assign them to the template for editing. |
| addProductVariant |
GET /cdna-admin/products/add-variant/{parent.id}
|
| Name |
Type |
Description |
| productVariant |
ProductVariant
|
Single (empty) ProductVariant record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Add a new record. Assigns an empty record to the template. |
| editProductVariant |
GET /cdna-admin/products/variant/{id}/{revision.id}
|
| Name |
Type |
Description |
| productVariant |
ProductVariant
|
Retrieved ProductVariant record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
| editProductDescription |
GET /cdna-admin/products/product-description/{id}/{revision.id}
|
| Name |
Type |
Description |
| productDescription |
ProductDescription
|
Retrieved ProductDescription record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
| addCategory |
GET /cdna-admin/products/add-category/{parent.id}
|
| Name |
Type |
Description |
| category |
Category
|
Single (empty) Category record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Add a new record. Assigns an empty record to the template. |
| editCategory |
GET /cdna-admin/products/category/{id}/{revision.id}
|
| Name |
Type |
Description |
| category |
Category
|
Retrieved Category record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |
| manageCategories |
GET /cdna-admin/products/categories
|
| Name |
Type |
Description |
| categories |
Collection (Category)
|
Collection of Categories
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve available records and assign them to the template for editing. |
| editCategoryDescription |
GET /cdna-admin/products/category-description/{id}/{revision.id}
|
| Name |
Type |
Description |
| categoryDescription |
CategoryDescription
|
Retrieved CategoryDescription record
|
| _messages |
Coredna\Kernel\Helper\Response\Messages
|
Messages helper; used to retrieve messages from the controller
|
| _currentSite |
Site
|
Current site
|
| _url |
Coredna\Kernel\Helper\Url
|
URL helper; used to generate urls
|
| _request |
Coredna\Kernel\Helper\Response\Request
|
Current HTTP request
|
| _configuration |
Coredna\Kernel\Helper\Response\Configuration
|
Configuration helper; provides access to the site's configuration
|
| __ |
Coredna\Kernel\Helper\Translator
|
Translation helper; allows translating keys to text
|
| _validation |
Coredna\Kernel\Helper\Validation
|
Validation helper; allows displaying error messages from validation errors
|
|
Retrieve a single record and display the edit page for the record |