Modifier and Type | Method and Description |
---|---|
static java.util.List<Activity> |
LargeGanttUtil.resolveSelectedActivitiesById(Schedule model,
java.util.List<java.lang.Object> arr) |
Modifier and Type | Method and Description |
---|---|
static boolean |
LargeGanttUtil.equals(Activity mx1,
Activity mx2,
java.lang.String propName)
Returns true if both activities have the same object property, and the
object property is equal() using the Java equals() method.
|
static Constraint |
LargeGanttUtil.findConstraintFor(Activity from,
Activity to) |
static java.lang.String |
LargeGanttUtil.getTGNWParts(Schedule model,
Activity mxa,
TreeGridUtil.ITGSerializationHelper helper) |
static boolean |
LargeGanttUtil.isInterruptable(Schedule model,
Activity mxa) |
static boolean |
LargeGanttUtil.isTask(Activity act) |
static boolean |
LargeGanttUtil.isValid(Activity from,
Activity to,
UserInfo userInfo)
Determine if a Constraint is valid from the given 'from' activity to the provided 'to' activity.
|
static boolean |
LargeGanttUtil.isWorkorder(Activity mxa)
Returns true if the given
IlvActivity is a work order |
static java.lang.String |
LargeGanttUtil.toStringProps(Activity from,
java.lang.String... props)
Given a UserPropertyHolder create a toString from the given properties
|
void |
SchedulerMaxWorkView.updateDuration(Schedule schedule,
java.util.Date oldStartTime,
java.util.Date oldEndTime,
java.util.Date newStartTime,
java.util.Date newEndTime,
Activity activity)
Start and End times need to be updated at the same time, or else ILOG
will grow or shrink the activity bar when setting the start/end times
separately.
|
int |
SchedulerMaxWorkView.updateStartEndTimes(Schedule schedule,
com.ibm.json.java.JSONObject change,
WebClientSession sess,
Activity activity)
Start and End times need to be updated at the same time, or else ILOG
will grow or shrink the activity bar when setting the start/end times
separately.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.addRow() |
Activity |
Activity.addRow(Activity row) |
Activity |
ActivityBuilder.build(MboRemote projectMbo,
Schedule schedule,
java.sql.ResultSet resultSet,
java.util.Map<java.lang.String,java.lang.String> objectColumnsMap,
int dbType)
Builds an Activity object based on the values retrieved from a ResultSet.
|
Activity |
TreeBuilder.buildTree(java.lang.String idField,
java.lang.String parentIdField,
com.ibm.json.java.JSONArray ungrouped) |
Activity |
Constraint.getFromActivity() |
Activity |
Activity.getParent() |
Activity |
Constraint.getToActivity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Activity> |
Activity.getAncestors() |
java.util.Set<Activity> |
Schedule.getChangedActivities() |
Modifier and Type | Method and Description |
---|---|
void |
Constraint.addConstraintToActivity(Schedule schedule,
Activity fromActivity,
Activity toActivity) |
Activity |
Activity.addRow(Activity row) |
Constraint |
ConstraintBuilder.build(Schedule schedule,
Activity from,
Activity to,
ilog.views.gantt.IlvConstraintType type)
Build a new Constraint.
|
void |
Schedule.mergeChangedActivity(Activity activity) |
void |
Constraint.setFromActivity(Activity fromActivity) |
void |
Activity.setParent(Activity act) |
void |
Constraint.setToActivity(Activity toActivity) |
Modifier and Type | Method and Description |
---|---|
Constraint |
ConstraintBuilder.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 |
Activity.setAncestors(java.util.List<Activity> ancestors) |
Modifier and Type | Method and Description |
---|---|
Activity |
ActivityMaxDataManager.findById(Schedule schedule,
java.lang.String id,
DataSpec dataSpec) |
Modifier and Type | Method and Description |
---|---|
void |
PagingManager.addToCache(Activity activity) |
com.ibm.json.java.JSONArray |
PreloadingPagingManager.getChildren(Activity parentActivity) |
com.ibm.json.java.JSONArray |
PagingManager.getChildren(Activity parentActivity,
boolean applyFilters) |
com.ibm.json.java.JSONArray |
PagingManager.getChildren(Activity parentActivity,
boolean applyFilters,
java.lang.Integer level) |
com.ibm.json.java.JSONArray |
ConstraintMaxDataManager.loadDataObjects(Schedule schedule,
Activity activity,
MboRemote projectMbo,
DataSpec dataSpec,
java.lang.Long offsetRecord) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityMaxDataManager.processChanges(MboRemote projectMbo,
java.util.List<Activity> activityChanges)
Processes a set of changes for the activities associated with the selected Schedule.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
GanttUtility.getID(Activity activity)
Returns the TreeGrid ID for this activity and creates one, if one does
not exist.
|
static void |
DataManagerUtil.populatePropertyValue(Activity activity,
java.lang.String propertyName,
int maxtype,
java.sql.ResultSet resultSet,
java.lang.String attributeName)
Populate property values
|
Modifier and Type | Method and Description |
---|---|
void |
SKDActivityAdjust.adjustActivityForMergedShiftList(Activity activity,
Schedule schedule)
Adjust activity to merged shift lists
|