public class WORepLocResourceDataManager extends AbstractResourceDataManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHEKEY_RESOURCESECONDARYDATA |
static java.lang.String |
CACHEKEY_RESOURCESECONDARYDATA_LOADED |
| Constructor and Description |
|---|
WORepLocResourceDataManager() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getRepairFacilityRestriction()
Get the default restriction where clause
|
void |
loadResource(MXResource resource,
java.lang.String objectName,
MboRemote mboObject)
Load resource
|
boolean |
populate() |
void |
populateResources(java.util.ArrayList queries)
Populate resource records in skdresource table
|
int |
resourceRecordCount(java.util.ArrayList queries)
Get the resource count of queries
|
applyResourceChange, initializeResource, loadResource, populateResourcePropertyDetails, sortResourceChildrenaddObjectToModel, addToUnjoinedNodes, getDataManagerContext, getLogger, getObjectName, getProjectMbo, getSKDDD, getSqlLogger, getUserInfo, populateNode, populateNode, removeUnnecessaryNodes, setDataManagerContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetDataManagerContextpublic static final java.lang.String CACHEKEY_RESOURCESECONDARYDATA_LOADED
public static final java.lang.String CACHEKEY_RESOURCESECONDARYDATA
public boolean populate()
public void populateResources(java.util.ArrayList queries)
throws SchedulerException
AbstractResourceDataManagerpopulateResources in interface ResourceDataManagerpopulateResources in class AbstractResourceDataManagerSchedulerExceptionpublic void loadResource(MXResource resource, java.lang.String objectName, MboRemote mboObject) throws SchedulerException
loadResource in interface ResourceDataManagerloadResource in class AbstractResourceDataManagerresource - object - namembo - objectSchedulerExceptionpublic int resourceRecordCount(java.util.ArrayList queries)
throws SchedulerException
resourceRecordCount in interface ResourceDataManagerresourceRecordCount in class AbstractResourceDataManagerArrayList - SchedulerExceptionprotected java.lang.String getRepairFacilityRestriction()
throws SchedulerException
SchedulerException