public class ConstraintBuilder
extends java.lang.Object
Constructor and Description |
---|
ConstraintBuilder(MXServer mxServer) |
Modifier and Type | Method and Description |
---|---|
Constraint |
build(Schedule schedule,
Activity from,
Activity to,
ilog.views.gantt.IlvConstraintType type)
Build a new Constraint.
|
Constraint |
build(Schedule schedule,
MboRemote projectMbo,
java.sql.ResultSet resultSet,
java.util.Map<java.lang.String,Activity> activitiesMap)
Builds an Activity object based on the values retrieved from a ResultSet.
|
void |
saveInitializedConstraintChanges(UserInfo userInfo,
MboRemote project)
Save the Constraint changes to the database.
|
public ConstraintBuilder(MXServer mxServer)
public Constraint build(Schedule schedule, Activity from, Activity to, ilog.views.gantt.IlvConstraintType type)
from
- to
- type
- public Constraint build(Schedule schedule, MboRemote projectMbo, java.sql.ResultSet resultSet, java.util.Map<java.lang.String,Activity> activitiesMap) throws MXException, java.rmi.RemoteException
resultSet
- MXException
java.rmi.RemoteException
public void saveInitializedConstraintChanges(UserInfo userInfo, MboRemote project) throws MXException, java.rmi.RemoteException
userInfo
- project
- ArrayList
- MXException
java.rmi.RemoteException