com.ibm.tivoli.maximo.weather

Class WeatherAlertMapperExit



  • public class WeatherAlertMapperExit
    extends JSONMapperExit
    Inbound JSON Mapper for Weather
    • Constructor Detail

      • WeatherAlertMapperExit

        public WeatherAlertMapperExit()
                               throws MXException,
                                      java.rmi.RemoteException
        Constructor
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
    • Method Detail

      • setDataIn

        public StructureData setDataIn(StructureData erData)
                                throws MXException,
                                       java.rmi.RemoteException
        Inbound Processing Class. It will map from JSON to Maximo XML
        Overrides:
        setDataIn in class JSONMapperExit
        Parameters:
        erData - - Give reference values with external data mapped to MAXIMO format.
        Returns:
        Data after mapping
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception
      • checkForValidProduct

        public boolean checkForValidProduct(java.lang.String refId,
                                            java.lang.String productCode)
                                     throws MXException,
                                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException