public class ActivityBuilder
extends java.lang.Object
Constructor and Description |
---|
ActivityBuilder(MXServer mxServer,
boolean adjustActivityTimes) |
Modifier and Type | Method and Description |
---|---|
Activity |
build(MboRemote projectMbo,
GWASchedule schedule,
java.sql.ResultSet resultSet,
java.util.Map objectColumnsMap,
java.util.Map relPropertyInfoMap,
int dbType)
Builds an Activity object based on the values retrieved from a ResultSet.
|
protected void |
loadActivity(Activity activity,
MboRemote projectMbo,
java.sql.ResultSet resultSet,
GWASchedule schedule,
int dbType) |
static void |
populatePropertyValue(Activity activity,
java.lang.String propertyName,
int maxtype,
MboRemote assign,
java.lang.String attributeName)
Populate property values
|
public ActivityBuilder(MXServer mxServer, boolean adjustActivityTimes)
public Activity build(MboRemote projectMbo, GWASchedule schedule, java.sql.ResultSet resultSet, java.util.Map objectColumnsMap, java.util.Map relPropertyInfoMap, int dbType) throws MXException, java.rmi.RemoteException
resultSet
- MXException
java.rmi.RemoteException
protected void loadActivity(Activity activity, MboRemote projectMbo, java.sql.ResultSet resultSet, GWASchedule schedule, int dbType) throws java.rmi.RemoteException, SchedulerException
java.rmi.RemoteException
SchedulerException
public static void populatePropertyValue(Activity activity, java.lang.String propertyName, int maxtype, MboRemote assign, java.lang.String attributeName) throws MXException, java.rmi.RemoteException
propValue
- propertyName
- maxtype
- mbo
- attributeName
- MXException
java.rmi.RemoteException