com.ibm.commerce.store.facade.server.commands
Interface InsertMorePhysicalStoreDataCmd
-
- All Superinterfaces:
- AbstractInsertMoreNounDataCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- FilterPhysicalStoreOutsideDistanceCmdImpl
public interface InsertMorePhysicalStoreDataCmd extends AbstractInsertMoreNounDataCmd
The command used to insert more PhysicalStore data based on an access profile.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setPhysicalStores(java.util.List physicalstores)
This method sets the list of PhysicalStores.-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractInsertMoreNounDataCmd
setGet, setNouns, setSearchExpression, setShow
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-