com.ibm.commerce.wallet.facade.server.commands
Interface ProcessWalletItemActionCmd
-
- All Superinterfaces:
- AbstractProcessNounActionCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- ProcessWalletItemCreateActionCmdImpl, ProcessWalletItemDeleteActionCmdImpl
public interface ProcessWalletItemActionCmd extends AbstractProcessNounActionCmd
This interface represents the commands that perform particular process actions on WalletItem nouns.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractProcessNounActionCmd
isGeneric, setActionExpression, setNoun, setPersistentObjects, validate
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-