public class ComposePriceEntryDetailCmdImpl
extends com.ibm.commerce.price.facade.server.commands.AbstractComposePriceListCmdImpl
implements com.ibm.commerce.price.facade.server.commands.ComposePriceListCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME
ACESS_PROFILE_IBM_PRICELIST_SUMMARY, ADD_ACTION_CODE, BUSINESSCONTEXT_FORUSER_DN, BUSINESSCONTEXT_STORE_IDENTIFIER, BUSINESSCONTEXT_STORE_UNIQUEID, CATALOG_ENTRY_ID, CATALOG_ENTRY_UNIQUEID_INDEX, CHANGE_ACTION_CODE, DELETE_ACTION_CODE, FIRST_INDEX, INDEX_SEPARATOR, PRICEENTRY_ALTERNATIVE_PRICE_XPATH_END_WORD, PRICEENTRY_PRICE_XPATH_END_WORD, PRICELIST_UNIQUEID_INDEX, PRICELIST_USAGE_CUSTOM, PRICELIST_USAGE_EXTERNAL, PRICELIST_USAGE_STANDARD, SEPERATOR_OF_XPATH, XML_SUPPORTED_DATA_FORMAT, XPATH_STRING_CURRENCY, XPATH_STRING_NAME, XPATH_STRING_PARTNUMBER, XPATH_STRING_PRICING_DATE, XPATH_STRING_QUALIFIER, XPATH_STRING_QUANTITY, XPATH_STRING_UNIQUEID, XPATH_STRING_UOM
Constructor and Description |
---|
ComposePriceEntryDetailCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
This method is to execute some actions to compose
ShowPriceListType using the fetch result. |
composePriceEntry, composePriceList, composePriceList, composePriceList, composePriceList, composePriceListWithStoreId, getFetchResult, getPagingPrameter, getShowPriceList, isReadyToCallExecute, reset, setFetchResult, setPagingPrameter, setShowPriceList
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String COPYRIGHT
public void execute() throws com.ibm.websphere.command.CommandException
ShowPriceListType
using the fetch result.
The fetch result contains multiple OfferAccessBean
.execute
in interface com.ibm.websphere.command.Command
com.ibm.websphere.command.CommandException
- The exception is from executing the actions.Command.execute()