com.ibm.tivoli.maximo.skd.max.util

Class DataManagerUtil

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.max.util.DataManagerUtil


  • public class DataManagerUtil
    extends java.lang.Object
    Utility class created to support the Data Managers for the new Scheduler app.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataManagerUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void populatePropertyValue(Activity activity, java.lang.String propertyName, int maxtype, java.sql.ResultSet resultSet, java.lang.String attributeName)
      Populate property values
      static void populatePropertyValue(IMXActivity activity, java.lang.String propertyName, int maxtype, java.sql.ResultSet resultSet, java.lang.String attributeName)
      Populate property values
      static void setParameterValue(int parameterPosition, int maxtype, java.lang.String value, java.sql.PreparedStatement stmt)
      Populate property values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataManagerUtil

        public DataManagerUtil()
    • Method Detail

      • populatePropertyValue

        public static void populatePropertyValue(Activity activity,
                                                 java.lang.String propertyName,
                                                 int maxtype,
                                                 java.sql.ResultSet resultSet,
                                                 java.lang.String attributeName)
                                          throws MXException,
                                                 java.rmi.RemoteException
        Populate property values
        Parameters:
        propValue -
        propertyName -
        maxtype -
        mbo -
        attributeName -
        Throws:
        MXException
        java.rmi.RemoteException
      • populatePropertyValue

        public static void populatePropertyValue(IMXActivity activity,
                                                 java.lang.String propertyName,
                                                 int maxtype,
                                                 java.sql.ResultSet resultSet,
                                                 java.lang.String attributeName)
                                          throws MXException,
                                                 java.rmi.RemoteException
        Populate property values
        Parameters:
        propValue -
        propertyName -
        maxtype -
        mbo -
        attributeName -
        Throws:
        MXException
        java.rmi.RemoteException
      • setParameterValue

        public static void setParameterValue(int parameterPosition,
                                             int maxtype,
                                             java.lang.String value,
                                             java.sql.PreparedStatement stmt)
                                      throws MXException,
                                             java.rmi.RemoteException
        Populate property values
        Parameters:
        propValue -
        propertyName -
        maxtype -
        mbo -
        attributeName -
        Throws:
        MXException
        java.rmi.RemoteException