Class SE_Payment_MultiCurrency

    • Constructor Detail

      • SE_Payment_MultiCurrency

        public SE_Payment_MultiCurrency()
    • Method Detail

      • execute

        protected void execute​(SimpleCallout.CalloutInfo info)
                        throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException
      • toDate

        public static Date toDate​(String strDate)
        Convert a string to a Date object using the standard java date format
        Parameters:
        strDate - String with date in java date format
        Returns:
        valid Date object, or null if string cannot be parsed into a date