| Interface | Description |
|---|---|
| AttributeCreateControllerCmd |
This is the interface for the tool controller command to create new attribute for a catalog entry.
|
| AttributeDelete |
This is the interface for the tool controller command to delete attributes for a catalog entry.
|
| AttributeSequenceMoveDown |
The AttributeSequenceMoveDown command is Controller command.
|
| AttributeSequenceMoveUp |
The AttributeSequenceMoveUp command is Controller command.
|
| AttributeUpdate |
AttributeUpdate allows you to update the attribute characteristics.
|
| AttributeUpdateControllerCmd |
This is the interface for the tool controller command to update an attribute for a catalog entry.
|
| AttributeValueDialogCreate |
AttributeValueDialogCreate allows you to create a new attribute value.
|
| AttributeValueDialogUpdate |
AttributeValueDialogUpdate allows you to update an attribute value.
|
| AttributeValueSequenceMoveDown |
The AttributeValueSequenceMoveDown command is Controller command.
|
| AttributeValueSequenceMoveUp |
The AttributeValueSequenceMoveUp command is Controller command.
|
| AttributeWizardCreate |
AttributeWizardCreate allows you to create a new attribute.
|
| CategoryCreate |
This is the interface for the tool controller command to create a new category for a store's catalog.
|
| CategoryDelete |
This is the interface for the tool controller command to delete a category in a store's catalog.
|
| CategoryUpdate |
This is the interface for the tool controller command to update a category for a store's catalog.
|
| ItemCreate |
This is the interface for the tool controller command to create a new catalog entry of type ItemBean.
|
| ItemDelete |
This is the interface for the tool controller command to delete a catalog entry of type ItemBean.
|
| ItemGenerate |
This is the interface for the tool controller command to generate catalog entries of type ItemBean based on the attributes and attribute values defined on the
corresponding parent ProductBean.
|
| ItemPriceDelete |
This is the interface for the tool controller command to delete offer prices associated to a catalog entry of type ItemBean.
|
| ItemUpdate |
This is the interface for the tool controller command to update a catalog entry of type ItemBean.
|
| ProductAttributeValueDelete |
This is the interface for the tool controller command to delete an attribute value for an attribute associated with a catalog entry of type ProductBean.
|
| ProductDelete |
This is the interface for the tool controller command to delete a catalog entry of type ProductBean.
|
| ProductNotebookUpdate |
ProductNotebookUpdate allows you to update a product characteristics.
|
| ProductPricingCmd |
Task command used to persist a product pricing.
|
| ProductPricingControllerCmd |
Controller command called by a client to persist client data to the server.
|
| ProductWizardCreate |
ProductWizardCreate allows you to create a new product.
|
| Class | Description |
|---|---|
| AttributeCreateControllerCmdImpl |
This is the default implementation of the interface
AttributeCreateControllerCmd. |
| AttributeDeleteImpl |
This is the default implementation of the AttributeDelete controller command.
|
| AttributeSequenceMoveDownImpl |
The AttributeSequenceMoveDownImpl command is the implementation of AttributeSequenceMoveDown command.
|
| AttributeSequenceMoveUpImpl |
The AttributeSequenceMoveUpImpl command is the implementation of AttributeSequenceMoveUp command.
|
| AttributeUpdateControllerCmdImpl |
This is the default implementation of the interface
AttributeUpdateControllerCmd. |
| AttributeUpdateImpl |
AttributeUpdate allows you to update the attribute characteristics.
|
| AttributeValueDialogCreateImpl |
AttributeValueDialogCreate allows you to create a new attribute value for a given attribute of a catalog entry.
|
| AttributeValueDialogUpdateImpl |
AttributeValueDialogUpdate allows you to update the attribute value.
|
| AttributeValueSequenceMoveDownImpl |
The
AttributeValueSequenceMoveUpImpl command is the implementation of AttributeValueSequenceMoveUp command. |
| AttributeValueSequenceMoveUpImpl |
The AttributeValueSequenceMoveUpImpl command is the implementation of AttributeValueSequenceMoveUp command.
|
| AttributeWizardCreateImpl |
AttributeWizardCreate allows you to create a new attribute.
|
| CategoryCreateImpl |
This is the default implementation of the CategoryCreate controller command.
|
| CategoryDeleteImpl |
This is the default implementation of the CategoryDelete controller command.
|
| CategoryUpdateImpl |
This is the default implementation of the CategoryUpdate controller command.
|
| ItemCreateImpl |
This is the default implementation of the ItemCreate controller command.
|
| ItemDeleteImpl |
This is the default implementation of the ItemDelete controller command.
|
| ItemGenerateImpl |
This is the default implementation of the ItemGenerate controller command.
|
| ItemPriceDeleteImpl |
This is the default implementation of the ItemPriceDelete tools controller command.
|
| ItemUpdateImpl |
This is the default implementation of the ItemUpdate controller command.
|
| ProductAttributeValueDeleteImpl |
This is the default implementation of the ProductAttributeValueDelete controller command.
|
| ProductDeleteImpl |
This is the default implementation of the ProductDelete controller command.
|
| ProductNotebookUpdateImpl |
The controller command ProductNotebookUpdate allows you to update the different characteristics of a product.
|
| ProductPricingCmdImpl |
Task command implementation used to persist a product pricing as offers in the database offer and offer price tables.
|
| ProductPricingControllerCmdImpl |
Controller command implementation used to persist a product pricing as offers in the database offer and offer price tables.
|
| ProductWizardCreateImpl |
This controller command allows you to create a new product or a new Kit (Package,Bundle or configurable kit).
|