public abstract class UnitTestUtil
extends java.lang.Object
MaximoPrimaryKeyFilter
to the database connection it is listening to.Constructor and Description |
---|
UnitTestUtil() |
Modifier and Type | Method and Description |
---|---|
static MboRemote[] |
createMbo(MboRemote parent,
java.lang.String objectName,
java.util.Map[] attributes,
UserInfo userInfo) |
static MboRemote[] |
createMbo(MboRemote parent,
java.lang.String objectName,
java.util.Map attributes,
UserInfo userInfo) |
static void |
deleteRecords(java.lang.String objectName,
java.lang.String whereClause,
UserInfo userInfo) |
static MboSetRemote |
getMboSet(java.lang.String mboSetName,
java.lang.String whereClause,
UserInfo userInfo)
TODO Fill-in method description and parameters.
|
static MboSetRemote |
getMboSet(java.lang.String mboSetName,
UserInfo userInfo)
TODO Fill-in method description and parameters.
|
public static MboSetRemote getMboSet(java.lang.String mboSetName, UserInfo userInfo) throws java.lang.Exception
java.lang.Exception
public static MboSetRemote getMboSet(java.lang.String mboSetName, java.lang.String whereClause, UserInfo userInfo) throws java.lang.Exception
java.lang.Exception
public static void deleteRecords(java.lang.String objectName, java.lang.String whereClause, UserInfo userInfo) throws java.lang.Exception
java.lang.Exception
public static MboRemote[] createMbo(MboRemote parent, java.lang.String objectName, java.util.Map attributes, UserInfo userInfo) throws java.lang.Exception
java.lang.Exception