Class SL_Currency_StdPrecision

  • All Implemented Interfaces:
    ConnectionProvider

    public class SL_Currency_StdPrecision
    extends SimpleCallout
    Callout used to validate that the currency standard precision is correct. This is, validate with the specified currency precision in ISO 4217 Currency codes. If the new precision is higher than expected in the specification, then a warning is shown to user.
    Author:
    Mark
    • Constructor Detail

      • SL_Currency_StdPrecision

        public SL_Currency_StdPrecision()
    • 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