com.ibm.commerce.edp.parsers.edpglobalconfig

Class EDPGlobalConfigs

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.edpglobalconfig.EDPGlobalConfigs


  • public class EDPGlobalConfigs
    extends java.lang.Object
    This class represents the complex type EDPGlobalConfigs, which provides the memory cache of the Payment Rules configuration XML file(EDPGlobalConfigs.xml).
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EDPGlobalConfigs()
      This method creates a new EDPGlobalConfigs object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getAlwaysExecuteProcessBGInFG()
      This method returns the flag that indicates if the backend payment action in WebSphere Commerce Payments is synchronous with the foreground.
      java.lang.String getEDPTicklerFactory()
      This method sets the current Payment Rules tickler factory that creates the corresponding ticklers.
      void setAlwaysExecuteProcessBGInFG(boolean b)
      This method sets the flag that indicates if the backend payment action in WebSphere Commerce Payments is synchronous with the foreground.
      void setEDPTicklerFactory(java.lang.String EDPTicklerFactory)
      This method sets the current Payment Rules tickler factory that creates the corresponding ticklers.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • EDPGlobalConfigs

        public EDPGlobalConfigs()
        This method creates a new EDPGlobalConfigs object.
    • Method Detail

      • setEDPTicklerFactory

        public void setEDPTicklerFactory(java.lang.String EDPTicklerFactory)
        This method sets the current Payment Rules tickler factory that creates the corresponding ticklers.
        Parameters:
        EDPTicklerFactory - The Payment Rules tickler factory to set
      • getEDPTicklerFactory

        public java.lang.String getEDPTicklerFactory()
        This method sets the current Payment Rules tickler factory that creates the corresponding ticklers.
        Returns:
        _EDPTicklerFactory The current Payment Rules tickler factory that creates the corresponding ticklers
      • getAlwaysExecuteProcessBGInFG

        public boolean getAlwaysExecuteProcessBGInFG()
        This method returns the flag that indicates if the backend payment action in WebSphere Commerce Payments is synchronous with the foreground. operation in Payment Rules.
        Returns:
        The flag that indicates if the backend payment action in WebSphere Commerce Payments is synchronous with the foreground
      • setAlwaysExecuteProcessBGInFG

        public void setAlwaysExecuteProcessBGInFG(boolean b)
        This method sets the flag that indicates if the backend payment action in WebSphere Commerce Payments is synchronous with the foreground. operation in Payment Rules.
        Parameters:
        b - The flag to set
      • toString

        public java.lang.String toString()

        This method creates a String representation of the object.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation