var DCWebServices2=function() {
DCWebServices2.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DCWebServices2.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DCWebServices2._staticInstance.get_path();},
accountsByAccountTypeXML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'accountsByAccountTypeXML',false,{},succeededCallback,failedCallback,userContext); },
accountsByAccountTypeXML2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'accountsByAccountTypeXML2',false,{},succeededCallback,failedCallback,userContext); },
strAccountsByAccountTypeXML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strAccountsByAccountTypeXML',false,{},succeededCallback,failedCallback,userContext); },
dataPointsByDeviceTypesXML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'dataPointsByDeviceTypesXML',false,{},succeededCallback,failedCallback,userContext); },
withoutDeviceID:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'withoutDeviceID',false,{},succeededCallback,failedCallback,userContext); },
dataPointsByDeviceTypeXML:function(deviceID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'dataPointsByDeviceTypeXML',false,{deviceID:deviceID},succeededCallback,failedCallback,userContext); },
withDeviceID:function(deviceID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'withDeviceID',false,{deviceID:deviceID},succeededCallback,failedCallback,userContext); },
strDataPointsByDeviceTypeXML:function(deviceID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strDataPointsByDeviceTypeXML',false,{deviceID:deviceID},succeededCallback,failedCallback,userContext); },
objectTemplatesXML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'objectTemplatesXML',false,{},succeededCallback,failedCallback,userContext); },
strObjectTemplatesXML:function(objID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strObjectTemplatesXML',false,{objID:objID},succeededCallback,failedCallback,userContext); },
overviewObjectsByID:function(overviewID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'overviewObjectsByID',false,{overviewID:overviewID},succeededCallback,failedCallback,userContext); },
strOverviewObjectsByID:function(overviewID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strOverviewObjectsByID',false,{overviewID:overviewID},succeededCallback,failedCallback,userContext); },
strOverviewObjectsByObjectID:function(overviewID,objectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strOverviewObjectsByObjectID',false,{overviewID:overviewID,objectID:objectID},succeededCallback,failedCallback,userContext); },
strGetDataByOverviewID:function(overviewID,AccountNumber,overrideDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strGetDataByOverviewID',false,{overviewID:overviewID,AccountNumber:AccountNumber,overrideDate:overrideDate},succeededCallback,failedCallback,userContext); },
GetDataByOverviewID:function(overviewID,AccountNumber,overrideDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDataByOverviewID',false,{overviewID:overviewID,AccountNumber:AccountNumber,overrideDate:overrideDate},succeededCallback,failedCallback,userContext); },
strGetDataByOverviewID2:function(overviewID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strGetDataByOverviewID2',false,{overviewID:overviewID},succeededCallback,failedCallback,userContext); },
getDataByOverviewID2:function(overviewID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getDataByOverviewID2',false,{overviewID:overviewID},succeededCallback,failedCallback,userContext); },
tableSchemaXML:function(strTableName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'tableSchemaXML',false,{strTableName:strTableName},succeededCallback,failedCallback,userContext); },
strTableSchema:function(strTableName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strTableSchema',false,{strTableName:strTableName},succeededCallback,failedCallback,userContext); },
strGetCurrentTagsByID:function(overviewID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'strGetCurrentTagsByID',false,{overviewID:overviewID},succeededCallback,failedCallback,userContext); }}
DCWebServices2.registerClass('DCWebServices2',Sys.Net.WebServiceProxy);
DCWebServices2._staticInstance = new DCWebServices2();
DCWebServices2.set_path = function(value) { DCWebServices2._staticInstance.set_path(value); }
DCWebServices2.get_path = function() { return DCWebServices2._staticInstance.get_path(); }
DCWebServices2.set_timeout = function(value) { DCWebServices2._staticInstance.set_timeout(value); }
DCWebServices2.get_timeout = function() { return DCWebServices2._staticInstance.get_timeout(); }
DCWebServices2.set_defaultUserContext = function(value) { DCWebServices2._staticInstance.set_defaultUserContext(value); }
DCWebServices2.get_defaultUserContext = function() { return DCWebServices2._staticInstance.get_defaultUserContext(); }
DCWebServices2.set_defaultSucceededCallback = function(value) { DCWebServices2._staticInstance.set_defaultSucceededCallback(value); }
DCWebServices2.get_defaultSucceededCallback = function() { return DCWebServices2._staticInstance.get_defaultSucceededCallback(); }
DCWebServices2.set_defaultFailedCallback = function(value) { DCWebServices2._staticInstance.set_defaultFailedCallback(value); }
DCWebServices2.get_defaultFailedCallback = function() { return DCWebServices2._staticInstance.get_defaultFailedCallback(); }
DCWebServices2.set_path("/dc3/overviews/customers/public/DCWebServices2.asmx");
DCWebServices2.accountsByAccountTypeXML= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.accountsByAccountTypeXML(onSuccess,onFailed,userContext); }
DCWebServices2.accountsByAccountTypeXML2= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.accountsByAccountTypeXML2(onSuccess,onFailed,userContext); }
DCWebServices2.strAccountsByAccountTypeXML= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strAccountsByAccountTypeXML(onSuccess,onFailed,userContext); }
DCWebServices2.dataPointsByDeviceTypesXML= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.dataPointsByDeviceTypesXML(onSuccess,onFailed,userContext); }
DCWebServices2.withoutDeviceID= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.withoutDeviceID(onSuccess,onFailed,userContext); }
DCWebServices2.dataPointsByDeviceTypeXML= function(deviceID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.dataPointsByDeviceTypeXML(deviceID,onSuccess,onFailed,userContext); }
DCWebServices2.withDeviceID= function(deviceID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.withDeviceID(deviceID,onSuccess,onFailed,userContext); }
DCWebServices2.strDataPointsByDeviceTypeXML= function(deviceID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strDataPointsByDeviceTypeXML(deviceID,onSuccess,onFailed,userContext); }
DCWebServices2.objectTemplatesXML= function(onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.objectTemplatesXML(onSuccess,onFailed,userContext); }
DCWebServices2.strObjectTemplatesXML= function(objID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strObjectTemplatesXML(objID,onSuccess,onFailed,userContext); }
DCWebServices2.overviewObjectsByID= function(overviewID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.overviewObjectsByID(overviewID,onSuccess,onFailed,userContext); }
DCWebServices2.strOverviewObjectsByID= function(overviewID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strOverviewObjectsByID(overviewID,onSuccess,onFailed,userContext); }
DCWebServices2.strOverviewObjectsByObjectID= function(overviewID,objectID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strOverviewObjectsByObjectID(overviewID,objectID,onSuccess,onFailed,userContext); }
DCWebServices2.strGetDataByOverviewID= function(overviewID,AccountNumber,overrideDate,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strGetDataByOverviewID(overviewID,AccountNumber,overrideDate,onSuccess,onFailed,userContext); }
DCWebServices2.GetDataByOverviewID= function(overviewID,AccountNumber,overrideDate,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.GetDataByOverviewID(overviewID,AccountNumber,overrideDate,onSuccess,onFailed,userContext); }
DCWebServices2.strGetDataByOverviewID2= function(overviewID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strGetDataByOverviewID2(overviewID,onSuccess,onFailed,userContext); }
DCWebServices2.getDataByOverviewID2= function(overviewID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.getDataByOverviewID2(overviewID,onSuccess,onFailed,userContext); }
DCWebServices2.tableSchemaXML= function(strTableName,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.tableSchemaXML(strTableName,onSuccess,onFailed,userContext); }
DCWebServices2.strTableSchema= function(strTableName,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strTableSchema(strTableName,onSuccess,onFailed,userContext); }
DCWebServices2.strGetCurrentTagsByID= function(overviewID,onSuccess,onFailed,userContext) {DCWebServices2._staticInstance.strGetCurrentTagsByID(overviewID,onSuccess,onFailed,userContext); }

