if(typeof AjaxWrapper == "undefined") AjaxWrapper={};
AjaxWrapper_class = function() {};
Object.extend(AjaxWrapper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLockBoxForEdit: function(checkids) {
		return this.invoke("GetLockBoxForEdit", {"checkids":checkids}, this.GetLockBoxForEdit.getArguments().slice(1));
	},
	Check_plant_IpiaContract: function(ipiaID) {
		return this.invoke("Check_plant_IpiaContract", {"ipiaID":ipiaID}, this.Check_plant_IpiaContract.getArguments().slice(1));
	},
	Check_plant_DapiaContract: function(ipiaID) {
		return this.invoke("Check_plant_DapiaContract", {"ipiaID":ipiaID}, this.Check_plant_DapiaContract.getArguments().slice(1));
	},
	GetPassword: function(username) {
		return this.invoke("GetPassword", {"username":username}, this.GetPassword.getArguments().slice(1));
	},
	GetAbbreviations: function(Actionflag, AbbreviationID) {
		return this.invoke("GetAbbreviations", {"Actionflag":Actionflag, "AbbreviationID":AbbreviationID}, this.GetAbbreviations.getArguments().slice(2));
	},
	GetRoles: function(pageNo, pageSize, searchString, gridTemplate) {
		return this.invoke("GetRoles", {"pageNo":pageNo, "pageSize":pageSize, "searchString":searchString, "gridTemplate":gridTemplate}, this.GetRoles.getArguments().slice(4));
	},
	GetStates: function(CountryId) {
		return this.invoke("GetStates", {"CountryId":CountryId}, this.GetStates.getArguments().slice(1));
	},
	GetCity: function(StateId) {
		return this.invoke("GetCity", {"StateId":StateId}, this.GetCity.getArguments().slice(1));
	},
	GetUnmappedDealerCity: function(StateCode) {
		return this.invoke("GetUnmappedDealerCity", {"StateCode":StateCode}, this.GetUnmappedDealerCity.getArguments().slice(1));
	},
	GetDelear: function(StateCode, City) {
		return this.invoke("GetDelear", {"StateCode":StateCode, "City":City}, this.GetDelear.getArguments().slice(2));
	},
	GetReportStates: function() {
		return this.invoke("GetReportStates", {}, this.GetReportStates.getArguments().slice(0));
	},
	GetPlantCode: function() {
		return this.invoke("GetPlantCode", {}, this.GetPlantCode.getArguments().slice(0));
	},
	GetReportPlantCode: function(plantId, ipiaId, manufacturerID) {
		return this.invoke("GetReportPlantCode", {"plantId":plantId, "ipiaId":ipiaId, "manufacturerID":manufacturerID}, this.GetReportPlantCode.getArguments().slice(3));
	},
	GetIpiaCode: function() {
		return this.invoke("GetIpiaCode", {}, this.GetIpiaCode.getArguments().slice(0));
	},
	GetReportIPIAForPlant: function(plantId, ipiaId, manufacturerId) {
		return this.invoke("GetReportIPIAForPlant", {"plantId":plantId, "ipiaId":ipiaId, "manufacturerId":manufacturerId}, this.GetReportIPIAForPlant.getArguments().slice(3));
	},
	GetReportIPIASpecificPlant: function(ipiaCode, plantId) {
		return this.invoke("GetReportIPIASpecificPlant", {"ipiaCode":ipiaCode, "plantId":plantId}, this.GetReportIPIASpecificPlant.getArguments().slice(2));
	},
	GetManufacturerCode: function() {
		return this.invoke("GetManufacturerCode", {}, this.GetManufacturerCode.getArguments().slice(0));
	},
	UserType: function(TypeId) {
		return this.invoke("UserType", {"TypeId":TypeId}, this.UserType.getArguments().slice(1));
	},
	GetLabelNumberForm101: function(IpiaID) {
		return this.invoke("GetLabelNumberForm101", {"IpiaID":IpiaID}, this.GetLabelNumberForm101.getArguments().slice(1));
	},
	GetPlantName: function(IpiaID, flag) {
		return this.invoke("GetPlantName", {"IpiaID":IpiaID, "flag":flag}, this.GetPlantName.getArguments().slice(2));
	},
	GetLabelStatus: function(flag) {
		return this.invoke("GetLabelStatus", {"flag":flag}, this.GetLabelStatus.getArguments().slice(1));
	},
	GetReportOperationalStatus: function() {
		return this.invoke("GetReportOperationalStatus", {}, this.GetReportOperationalStatus.getArguments().slice(0));
	},
	GetAddressType: function(flag) {
		return this.invoke("GetAddressType", {"flag":flag}, this.GetAddressType.getArguments().slice(1));
	},
	GetNewCity: function(StateID) {
		return this.invoke("GetNewCity", {"StateID":StateID}, this.GetNewCity.getArguments().slice(1));
	},
	PopulateDealerSummary: function() {
		return this.invoke("PopulateDealerSummary", {}, this.PopulateDealerSummary.getArguments().slice(0));
	},
	url: '/Weblabels.live/ajaxpro/WL.Ajax.AjaxWrapper,WL.Web.ashx'
}));
AjaxWrapper = new AjaxWrapper_class();


