com.ibm.commerce.infrastructure.facade.server.commands
Interface ChangeOnlineStorePartActionCmd
-
- All Superinterfaces:
- AbstractChangeNounPartActionCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- ChangeOnlineStoreBasePartCmdImpl, ChangeOnlineStoreContactInfoPartCmdImpl, ChangeOnlineStoreDescriptionPartCmdImpl, ChangeOnlineStoreLocationInfoPartCmdImpl
public interface ChangeOnlineStorePartActionCmd extends AbstractChangeNounPartActionCmd
This is the interface for the Change OnlineStore web service command. This interface is to be implemented by the class that provides the OnlineStore change service for the main part of the OnlineStore.
-
-
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.AbstractChangeNounPartActionCmd
addActionExpression, isGeneric, setPersistentObjects, validate
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-