public class ResourceMaxModelHelper extends java.lang.Object implements CompareMaxResourceModelHelper.ModelHelper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COL_AVAIL |
static java.lang.String |
COL_LOAD |
Constructor and Description |
---|
ResourceMaxModelHelper(BaseTreeGridMiniAppBean bean) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IMXResource> |
getAllNodes(IMXGanttModel model,
java.lang.String otherProjectID) |
java.util.Comparator<IMXResource> |
getIDComparator() |
java.util.List<IMXResource> |
getMissingNodes(IMXGanttModel model,
java.lang.String otherProjectID) |
boolean |
isModified(IMXGanttModel leftModel,
IMXResource leftNode,
IMXGanttModel rightModel,
IMXResource rightNode) |
public static final java.lang.String COL_LOAD
public static final java.lang.String COL_AVAIL
public ResourceMaxModelHelper(BaseTreeGridMiniAppBean bean)
public java.util.Comparator<IMXResource> getIDComparator()
getIDComparator
in interface CompareMaxResourceModelHelper.ModelHelper
public boolean isModified(IMXGanttModel leftModel, IMXResource leftNode, IMXGanttModel rightModel, IMXResource rightNode)
isModified
in interface CompareMaxResourceModelHelper.ModelHelper
public java.util.List<IMXResource> getMissingNodes(IMXGanttModel model, java.lang.String otherProjectID) throws java.rmi.RemoteException, MXException
getMissingNodes
in interface CompareMaxResourceModelHelper.ModelHelper
java.rmi.RemoteException
MXException
public java.util.List<IMXResource> getAllNodes(IMXGanttModel model, java.lang.String otherProjectID)
getAllNodes
in interface CompareMaxResourceModelHelper.ModelHelper