psdi.app.swcatalog.unittest

Class UnitTestUtil

  • java.lang.Object
    • psdi.app.swcatalog.unittest.UnitTestUtil


  • public abstract class UnitTestUtil
    extends java.lang.Object
    Attaches an instance of MaximoPrimaryKeyFilter to the database connection it is listening to.
    Since:
    7.2.1
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnitTestUtil() 
    • Constructor Detail

      • UnitTestUtil

        public UnitTestUtil()
    • Method Detail

      • getMboSet

        public static MboSetRemote getMboSet(java.lang.String mboSetName,
                                             UserInfo userInfo)
                                      throws java.lang.Exception
        TODO Fill-in method description and parameters.
        Parameters:
        -
        Returns:
        Throws:
        java.lang.Exception
      • getMboSet

        public static MboSetRemote getMboSet(java.lang.String mboSetName,
                                             java.lang.String whereClause,
                                             UserInfo userInfo)
                                      throws java.lang.Exception
        TODO Fill-in method description and parameters.
        Parameters:
        -
        Returns:
        Throws:
        java.lang.Exception
      • deleteRecords

        public static void deleteRecords(java.lang.String objectName,
                                         java.lang.String whereClause,
                                         UserInfo userInfo)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createMbo

        public static MboRemote[] createMbo(MboRemote parent,
                                            java.lang.String objectName,
                                            java.util.Map attributes,
                                            UserInfo userInfo)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createMbo

        public static MboRemote[] createMbo(MboRemote parent,
                                            java.lang.String objectName,
                                            java.util.Map[] attributes,
                                            UserInfo userInfo)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception