|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deletes a product set definition based on the input prodcut set ID.
Input parameters:
Name | Type | Requirement | Description |
---|---|---|---|
productSetID | Integer | mandatory | The product set ID. |
markForDeleteOnly | String | optional | When input is "yes", only mark delete the product set. |
Output parameters:
Name | Type | Description |
---|---|---|
productSetId | Integer | The deleted product set's ID. |
productSetName | String | The deleted product set's name. |
memberId | Long | The deleted product set's member ID. |
Behavior:
Exception:
Field Summary | |
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. |
Method Summary | |
java.lang.Long |
getMemberId()
Returns the MemberId that represents the primary key of the owner of the product set. |
java.lang.Integer |
getProductSetId()
Returns the ProductSetId that represents the primary key of the product set. |
java.lang.String |
getProductSetName()
Returns the name of the product set. |
void |
setMarkForDelete(java.lang.String newMarkForDelete)
Sets the mark for delete flag to indicate whether this product set should be deleted or marked for delete. |
void |
setProductSetId(java.lang.Integer newPsId)
Sets the ProductSetId that represents the primary key of the product set. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public java.lang.Long getMemberId()
public java.lang.Integer getProductSetId()
public java.lang.String getProductSetName()
public void setMarkForDelete(java.lang.String newMarkForDelete)
newMarkForDelete
- java.lang.Stringpublic void setProductSetId(java.lang.Integer newPsId)
new
- PsId java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |