public class ChangeClientLocationBasePartUsingCommandPipelineCmdImpl extends com.ibm.commerce.foundation.celadon.common.oagis.CeladonChangeNounPartUsingCommandPipelineImpl implements ChangeClientLocationPartActionCmd
Constructor and Description |
---|
ChangeClientLocationBasePartUsingCommandPipelineCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNounKeyXpath()
Type-specific xpath key expression for referencing the underlying noun --
this implementation returns "/ClientLocation".
|
java.lang.String |
getNounReferenceXpath()
Type-specific xpath reference expression for referencing the underlying noun --
this implementation returns "/ClientLocation[1]" -- note the necessity of the
"[1]" suffix.
|
java.util.List<java.lang.String> |
getPipelineCommandInterfaces()
Business logic-specific ordered list of pipeline commands to be executed --
in this implementation, the command pipeline consists of the following pipeline commands (in order):
com.ibm.commerce.location.facade.server.commands.ResolveClientLocationCmd,
com.ibm.commerce.location.facade.server.commands.FilterClientLocationCmd,
com.ibm.commerce.location.facade.server.commands.PersonalizeClientLocationCmd,
com.ibm.commerce.location.facade.server.commands.TimestampClientLocationCmd,
This pipeline incrementally builds or alters a list of nouns to be
created, changed, or deleted in the underlying noun data store.
|
getNounsToBeChanged, getNounsToBeCreated, getNounsToBeDeleted, performExecute
computePathToNounPart
setChangeNounPartPostActionCommandInterface, validate
addActionExpression, isGeneric, isReadyToCallExecute, reset, setPersistentObjects
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addActionExpression, isGeneric, setPersistentObjects, validate
public ChangeClientLocationBasePartUsingCommandPipelineCmdImpl()
public java.util.List<java.lang.String> getPipelineCommandInterfaces()
getPipelineCommandInterfaces
in class com.ibm.commerce.foundation.celadon.common.oagis.CeladonChangeNounPartUsingCommandPipelineImpl
public java.lang.String getNounReferenceXpath()
getNounReferenceXpath
in class com.ibm.commerce.foundation.celadon.common.oagis.CeladonChangeNounPartUsingCommandPipelineImpl
public java.lang.String getNounKeyXpath()
getNounKeyXpath
in class com.ibm.commerce.foundation.celadon.common.oagis.CeladonChangeNounPartUsingCommandPipelineImpl