public class CrewToolResourceDataManager extends AbstractResourceDataManager
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
QBE_SEPARATOR_TOKEN |
Constructor and Description |
---|
CrewToolResourceDataManager() |
Modifier and Type | Method and Description |
---|---|
void |
loadResource(MXResource resource,
java.lang.String objectName,
MboRemote mboObject)
Load resource for tools.
|
void |
populateResources(java.util.ArrayList queries)
Populate resources with queries provided
|
int |
resourceRecordCount(java.util.ArrayList queries)
Get the resource count of queries
|
java.util.List |
sortResourceChildren(ilog.views.gantt.IlvResource resource,
java.lang.String objectName,
MXGanttModel model)
Sort resource children
|
applyResourceChange, initializeResource, loadResource, populateResourcePropertyDetails
addObjectToModel, addToUnjoinedNodes, getDataManagerContext, getLogger, getObjectName, getProjectMbo, getSKDDD, getSqlLogger, getUserInfo, populateNode, populateNode, removeUnnecessaryNodes, setDataManagerContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setDataManagerContext
protected static final java.lang.String QBE_SEPARATOR_TOKEN
public int resourceRecordCount(java.util.ArrayList queries) throws SchedulerException
resourceRecordCount
in interface ResourceDataManager
resourceRecordCount
in class AbstractResourceDataManager
ArrayList
- queriesSchedulerException
public void loadResource(MXResource resource, java.lang.String objectName, MboRemote mboObject) throws SchedulerException
loadResource
in interface ResourceDataManager
loadResource
in class AbstractResourceDataManager
resource
- object
- namembo
- objectSchedulerException
public void populateResources(java.util.ArrayList queries) throws SchedulerException
populateResources
in interface ResourceDataManager
populateResources
in class AbstractResourceDataManager
ArrayList
- queriesSchedulerException
public java.util.List sortResourceChildren(ilog.views.gantt.IlvResource resource, java.lang.String objectName, MXGanttModel model) throws SchedulerException
sortResourceChildren
in interface ResourceDataManager
sortResourceChildren
in class AbstractResourceDataManager
resource
- object
- namemodel
- SchedulerException