Package DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization
hard core synchronization module regarding multistores it is possible to add or update product types to shops, using direct sql connection
Functions
- addProductTypeAttributes
- getPreDefAttributeAttributeMandatory
- getPreDefAttributeAttributeNames
- getPreDefAttributeAttributeParameterType
- getProductTypeAttributesContent
- new
- verifyPreDefAttributeContent
addProductTypeAttributes
Function to add product types attributes to a specific subshop.
Syntax |
$Result = $Synchronization->addProductTypeAttributes($ShopAlias, $ahProductTypeAttributesInfo); |
Input |
|
Return |
|
getPreDefAttributeAttributeMandatory
get mandatory value for predefattribute parameter
Syntax |
$Mandatory = $self->getPreDefAttributeAttributeMandatory($AttributeName); |
Input |
|
Return |
|
getPreDefAttributeAttributeNames
get all existing predefattribute parameter names
Syntax |
$aAttributeNames = $self->getPreDefAttributeAttributeNames(); |
Return |
|
getPreDefAttributeAttributeParameterType
get type of a predefattribute parameter
Syntax |
$ParameterType = $self->getPreDefAttributeAttributeParameterType($AttributeName); |
Input |
|
Return |
|
getProductTypeAttributesContent
Returns the product type attributes for product types which are specified by their GUIDs
Syntax |
$Result = $self->getProductTypeAttributesContent($aGUIDs); |
Input |
|
Return |
|
new
Creates a new synchronization object of DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization.
Syntax |
$Synchronization = DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization->new(%options); |
Input |
|
Return |
|
verifyPreDefAttributeContent
verify parameters of predefattributes, throws error if verification fails
Syntax |
$self->verifyPreDefAttributeContent($hContent); |
Input |
|