com.ibm.commerce.ubf

Class UBFHelper

  • java.lang.Object
    • com.ibm.commerce.ubf.UBFHelper


  • public class UBFHelper
    extends java.lang.Object
    This class provides helper methods to be used when developing business flows.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static com.ibm.commerce.datatype.TypedProperty removeUBFInfo(com.ibm.commerce.datatype.TypedProperty properties)
      Removes the business flow information from a TypedProperty object.
      • 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
        See Also:
        Constant Field Values
    • Method Detail

      • removeUBFInfo

        public static com.ibm.commerce.datatype.TypedProperty removeUBFInfo(com.ibm.commerce.datatype.TypedProperty properties)
        Removes the business flow information from a TypedProperty object. Used by commands to ensure that there is no existing UBF information in a request before initializing a new flow.
        Parameters:
        properties - The request properties; the UBF flow information is removed from this object.
        Returns:
        TypedProperty The request properties with UBF flow information removed.