com.ibm.commerce.tools.catalog.commands
Class AttributeUpdateControllerCmdImpl
java.lang.Object
|
+--CacheableCommandImpl
|
+--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,
ToolsControllerCommand
- public class AttributeUpdateControllerCmdImpl
- extends
ToolsControllerCommandImpl
- implements
AttributeUpdateControllerCmd
- See Also:
-
Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.Long |
attributeValueCreate(java.lang.Long attributeId,
ProductAttributeValue avalueDB)
Insert the method's description here. |
void |
attributeValueDelete(java.lang.Long attributeId,
ProductAttributeValue avalueDB)
Insert the method's description here. |
void |
attributeValueUpdate(java.lang.Long attributeId,
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 |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getResponseProperties,
getRetriable,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
Methods inherited from class
com.ibm.commerce.command.
AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface
com.ibm.commerce.command.
ControllerCommand |
checkPermission,
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,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
-
Constant Field Values
AttributeUpdateControllerCmdImpl
public AttributeUpdateControllerCmdImpl()
attributeValueCreate
public java.lang.Long attributeValueCreate(java.lang.Long attributeId,
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,
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,
ProductAttributeValue avalueDB)
throws ECException
- Insert the method's description here. Creation date: (10/30/2001
3:59:55 PM)
-
- Throws:
-
ECException
- The exception description.
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.