com.ibm.commerce.price.commands

Interface EntitledPriceDataBeanCmd

  • All Superinterfaces:
    com.ibm.websphere.command.Command, com.ibm.commerce.command.DataBeanCommand, com.ibm.commerce.command.ECCommand, com.ibm.websphere.command.TargetableCommand, com.ibm.commerce.command.TargetableECCommand
    All Known Implementing Classes:
    EntitledPriceDataBeanCmdImpl


    public interface EntitledPriceDataBeanCmd
    extends com.ibm.commerce.command.DataBeanCommand
    This data bean command is used to populate the data for the data bean EntitledPriceDataBean. The default implementation of this command is EntitledPriceDataBeanCmdImpl.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
      static java.lang.String defaultCommandClassName
      The default implementation of this command.
      static java.lang.String NAME
      The full class name for this command.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.DataBeanCommand

        getDataBean, setDataBean, setRequestProperties
      • Methods inherited from interface com.ibm.commerce.command.TargetableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this command.
        See Also:
        Constant Field Values