com.ibm.commerce.order.facade.server.commands

Class GetOrderAccessProfile

  • java.lang.Object
    • com.ibm.commerce.order.facade.server.commands.GetOrderAccessProfile


  • public class GetOrderAccessProfile
    extends java.lang.Object
    This class defines the constants of access profiles, including IBM_SUMMARY, IBM_DETAILS , IBM_USABLESHIPPINGINFO and IBM_USABLEPAYMENTINFO.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String IBM_DETAILS
      The string of Order details.
      static java.lang.String IBM_SUMMARY
      The string of Order summary.
      static java.lang.String IBM_USABLEPAYMENTINFO
      The string of Order usable payment information.
      static java.lang.String IBM_USABLESHIPPINGINFO
      The string of Order usable shipping information.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • IBM_SUMMARY

        public static final java.lang.String IBM_SUMMARY
        The string of Order summary.
        See Also:
        Constant Field Values
      • IBM_DETAILS

        public static final java.lang.String IBM_DETAILS
        The string of Order details.
        See Also:
        Constant Field Values
      • IBM_USABLESHIPPINGINFO

        public static final java.lang.String IBM_USABLESHIPPINGINFO
        The string of Order usable shipping information.
        See Also:
        Constant Field Values
      • IBM_USABLEPAYMENTINFO

        public static final java.lang.String IBM_USABLEPAYMENTINFO
        The string of Order usable payment information.
        See Also:
        Constant Field Values