com.ibm.commerce.tools.catalog.commands
Class AttributeUpdateControllerCmdImpl
com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.ControllerCommandImpl
|
+--com.ibm.commerce.tools.command.ToolsControllerCommandImpl
|
+--com.ibm.commerce.tools.catalog.commands.AttributeUpdateControllerCmdImpl
- All Implemented Interfaces:
- AccCommand, AttributeUpdateControllerCmd, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, ToolsControllerCommand
- public class AttributeUpdateControllerCmdImpl
- extends ToolsControllerCommandImpl
- implements AttributeUpdateControllerCmd
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.Long |
attributeValueCreate(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
Insert the method's description here. |
void |
attributeValueDelete(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
Insert the method's description here. |
void |
attributeValueUpdate(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
Insert the method's description here. |
void |
performExecute()
Insert the method's description here. |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
AttributeUpdateControllerCmdImpl
public AttributeUpdateControllerCmdImpl()
attributeValueCreate
public java.lang.Long attributeValueCreate(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
throws ECException
- Insert the method's description here.
Creation date: (10/30/2001 5:21:52 PM)
- Parameters:
avalueDB
- com.ibm.commerce.tools.catalog.beans.ProductAttributeValue- Throws:
ECException
- The exception description.
attributeValueDelete
public void attributeValueDelete(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
throws ECException
- Insert the method's description here.
Creation date: (10/30/2001 5:22:35 PM)
- Parameters:
avalueDB
- com.ibm.commerce.tools.catalog.beans.ProductAttributeValue- Throws:
ECException
- The exception description.
attributeValueUpdate
public void attributeValueUpdate(java.lang.Long attributeId,
com.ibm.commerce.tools.catalog.commands.ProductAttributeValue avalueDB)
throws ECException
- Insert the method's description here.
Creation date: (10/30/2001 3:59:55 PM)
- Parameters:
avalue
- com.ibm.commerce.tools.catalog.beans.ProductAttributeValue- Throws:
ECException
- The exception description.
performExecute
public void performExecute()
throws ECException
- Insert the method's description here.
Creation date: (10/26/2001 4:25:45 PM)
- Specified by:
performExecute
in interface ECCommand
- Overrides:
performExecute
in class AbstractECTargetableCommand
- Throws:
ECException
- The exception description.