public interface ProductSetPublishCmd extends ControllerCommand
Input parameters:
Name | Type | Requirement | Description |
---|---|---|---|
ProductSetID | Array of Integer | optional | The list of product set IDs which needs to be published. |
PublishAll | Boolean | optional | True if all non-static product sets need to be published. False otherwise. |
Output parameters:
Name | Type | Description |
---|
Behavior:
Exception:
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
static java.lang.String | defaultCommandClassName
The fully qualified name of the default implementation class.
|
static java.lang.String | NAME
The fully qualified name of this class.
|
static java.lang.String | URLNAME
The url name of this class.
|
Modifier and Type | Method and Description |
---|---|
boolean | isExclusion()
Returns true if the exclusion flag has been set.
|
void | setExclusion(boolean abExclusion)
Sets the exclusion flag.
|
void | setProductSetId(java.lang.Integer newProductsetId)
Sets the Product Set id that represents the primary key of the Product Set.
|
void | setProductSetIds(java.lang.Integer[] newProductsetIds)
Sets the Product Set id that represents the primary key of the Product Set.
|
void | setProductSetXml(java.lang.String xml)
Sets the product set xml to publish.
|
void | setPublishAll(boolean aPublishAll)
Sets the publish all flag.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String URLNAME
static final java.lang.String defaultCommandClassName
boolean isExclusion()
void setExclusion(boolean abExclusion)
void setProductSetId(java.lang.Integer newProductsetId)
void setProductSetIds(java.lang.Integer[] newProductsetIds)
void setPublishAll(boolean aPublishAll)
void setProductSetXml(java.lang.String xml)