public class DataManagerUtil
extends java.lang.Object
Constructor and Description |
---|
DataManagerUtil() |
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
|
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
propValue
- propertyName
- maxtype
- mbo
- attributeName
- MXException
java.rmi.RemoteException
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
propValue
- propertyName
- maxtype
- mbo
- attributeName
- MXException
java.rmi.RemoteException
public static void setParameterValue(int parameterPosition, int maxtype, java.lang.String value, java.sql.PreparedStatement stmt) throws MXException, java.rmi.RemoteException
propValue
- propertyName
- maxtype
- mbo
- attributeName
- MXException
java.rmi.RemoteException