Modifier and Type | Method and Description |
---|---|
void |
GWAResourceScheduleView.addActionMenuItems(TMenu popupmenu,
java.lang.String[] selectedactivitys,
GWASchedule schedule,
IMXActivityPropertyInfo actproptinfo,
java.lang.String projectId,
java.lang.String propName,
java.lang.String propValue,
java.lang.String frame)
Adds SKDAction items to the TMenu.
|
void |
UISerializer.addColumn(GWASchedule schedule,
com.ibm.json.java.JSONArray Cols,
Column pi,
com.ibm.json.java.JSONObject Header) |
com.ibm.json.java.JSONObject |
UISerializer.buildUI(GWASchedule schedule,
UISerializationHelper helper) |
Activity |
GWAResourceScheduleView.createNewAssignment(GWASchedule model,
WebClientSession session,
Activity act,
Resource res,
long assignmentid) |
static void |
GWAGanttUtil.detectAllConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static void |
GWAGanttUtil.detectCalendarBreakConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static void |
GWAGanttUtil.detectNonWorkAndDoubleBookedConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply)
Detect "time" conflicts between resv and the list of activities.
|
static void |
GWAGanttUtil.detectShiftConflicts(Activity resv,
GWASchedule model,
java.lang.String resource,
ReplyBuilder reply) |
static void |
GWAGanttUtil.encodeFields(IMXActivity act,
java.lang.String[] fields,
GWASchedule model,
ReplyBuilder builder,
TreeGridUtil.ITGSerializationHelper helper)
Encode fields into a Changes segment of the ReplyBuilder
|
static java.util.List<DateRange> |
GWAGanttUtil.getCalendarBreakRanges(java.lang.String resource,
GWASchedule model) |
static DynamicTooltip |
GWAResourceHoursViewUIHelper.getParentTooltip(AbstractTreeGridMiniAppBean bean,
GWASchedule model,
DataRow parent,
java.util.Set<com.ibm.json.java.JSONObject> shifts) |
static java.util.List<java.util.Date> |
GWAGanttUtil.getShiftPeriodsForResource(java.lang.String resource,
GWASchedule model)
Returns the Shift Dates as a List of Dates for the Shift on the Resource.
|
static java.lang.String |
GWAGanttUtil.getTGNWParts(GWASchedule model,
Activity mxa,
TreeGridUtil.ITGSerializationHelper helper) |
static DynamicTooltip |
GWAResourceHoursViewUIHelper.getTooltip(AbstractTreeGridMiniAppBean bean,
GWASchedule model,
java.lang.String id,
java.util.Date date) |
static boolean |
GWAGanttUtil.isInterruptable(GWASchedule model,
Activity mxa) |
static java.util.List<Activity> |
GWAGanttUtil.resolveSelectedActivitiesById(GWASchedule model,
java.util.List<java.lang.Object> arr) |
com.ibm.json.java.JSONObject |
ModelSerializer.serializeSchedule(GWASchedule schedule) |
void |
ModelSerializer.setResources(GWASchedule schedule,
Activity activity) |
int |
GWAResourceScheduleView.updateStartEndTimes(GWASchedule 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 |
---|---|
GWASchedule |
GWAProjectAppBean.loadSchedule()
Load the project based on SKDPROJECTID
|
Modifier and Type | Method and Description |
---|---|
Activity |
ActivityBuilder.build(MboRemote projectMbo,
GWASchedule 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.
|
Resource |
ResourceBuilder.build(MboRemote projectMbo,
java.sql.ResultSet resultSet,
java.lang.String type,
GWASchedule schedule)
Builds a Resource object based on the values retrieved from a ResultSet.
|
static void |
ResourceUtility.calculateCrewWeekData(GWASchedule schedule,
IMXResource resource,
java.util.Date firstDayWeek,
AMCrewRemote crew,
WeekUtility weekUtility,
int week) |
static void |
ResourceUtility.calculateLaborWeekData(GWASchedule schedule,
IMXResource resource,
java.util.Date firstDayWeek,
LaborRemote labor,
WeekUtility weekUtility,
int week) |
void |
ResourceBuilder.calculateNextCrewWeeks(IMXResource resource,
GWASchedule schedule,
java.util.Date nextWeek,
int week) |
void |
ResourceBuilder.calculateNextLaborWeeks(IMXResource resource,
GWASchedule schedule,
java.util.Date nextWeek,
int week) |
void |
WeekUtility.init(GWASchedule schedule) |
void |
WeekUtility.reset(GWASchedule schedule,
java.util.Date selectedDate) |
Modifier and Type | Method and Description |
---|---|
GWASchedule |
GWAProjectManager.loadProject(java.lang.String projectId,
IProjectManagerCallback callback) |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArray |
WMActivityDataManager.loadActivities(GWASchedule schedule) |
com.ibm.json.java.JSONArray |
WMAResourceManager.loadResources(GWASchedule schedule,
java.lang.String type,
java.lang.String activityWhere) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GWASchedule> |
SKDAppService.loadScheduleGWA(java.lang.String projectId,
IProjectManagerCallback helper)
Load a Scheduler Max project by it's Scheduler Project ID
|