var ResourceService=function() {
ResourceService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ResourceService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ResourceService._staticInstance.get_path();},
GetString:function(context,id,property,succeededCallback, failedCallback, userContext) {
/// <param name="context" type="String">System.String</param>
/// <param name="id" type="String">System.String</param>
/// <param name="property" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetString',false,{context:context,id:id,property:property},succeededCallback,failedCallback,userContext); },
GetGridConfiguration:function(gridName,succeededCallback, failedCallback, userContext) {
/// <param name="gridName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetGridConfiguration',false,{gridName:gridName},succeededCallback,failedCallback,userContext); },
GetStrings:function(keys,succeededCallback, failedCallback, userContext) {
/// <param name="keys" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetStrings',false,{keys:keys},succeededCallback,failedCallback,userContext); },
GetImages:function(resourceSet,context,id,theme,culture,succeededCallback, failedCallback, userContext) {
/// <param name="resourceSet" type="String">System.String</param>
/// <param name="context" type="String">System.String</param>
/// <param name="id" type="String">System.String</param>
/// <param name="theme" type="String">System.String</param>
/// <param name="culture" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetImages',false,{resourceSet:resourceSet,context:context,id:id,theme:theme,culture:culture},succeededCallback,failedCallback,userContext); }}
ResourceService.registerClass('ResourceService',Sys.Net.WebServiceProxy);
ResourceService._staticInstance = new ResourceService();
ResourceService.set_path = function(value) {
ResourceService._staticInstance.set_path(value); }
ResourceService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ResourceService._staticInstance.get_path();}
ResourceService.set_timeout = function(value) {
ResourceService._staticInstance.set_timeout(value); }
ResourceService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ResourceService._staticInstance.get_timeout(); }
ResourceService.set_defaultUserContext = function(value) { 
ResourceService._staticInstance.set_defaultUserContext(value); }
ResourceService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ResourceService._staticInstance.get_defaultUserContext(); }
ResourceService.set_defaultSucceededCallback = function(value) { 
 ResourceService._staticInstance.set_defaultSucceededCallback(value); }
ResourceService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ResourceService._staticInstance.get_defaultSucceededCallback(); }
ResourceService.set_defaultFailedCallback = function(value) { 
ResourceService._staticInstance.set_defaultFailedCallback(value); }
ResourceService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ResourceService._staticInstance.get_defaultFailedCallback(); }
ResourceService.set_path("/me/ResourceService.asmx");
ResourceService.GetString= function(context,id,property,onSuccess,onFailed,userContext) {
/// <param name="context" type="String">System.String</param>
/// <param name="id" type="String">System.String</param>
/// <param name="property" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ResourceService._staticInstance.GetString(context,id,property,onSuccess,onFailed,userContext); }
ResourceService.GetGridConfiguration= function(gridName,onSuccess,onFailed,userContext) {
/// <param name="gridName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ResourceService._staticInstance.GetGridConfiguration(gridName,onSuccess,onFailed,userContext); }
ResourceService.GetStrings= function(keys,onSuccess,onFailed,userContext) {
/// <param name="keys" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ResourceService._staticInstance.GetStrings(keys,onSuccess,onFailed,userContext); }
ResourceService.GetImages= function(resourceSet,context,id,theme,culture,onSuccess,onFailed,userContext) {
/// <param name="resourceSet" type="String">System.String</param>
/// <param name="context" type="String">System.String</param>
/// <param name="id" type="String">System.String</param>
/// <param name="theme" type="String">System.String</param>
/// <param name="culture" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ResourceService._staticInstance.GetImages(resourceSet,context,id,theme,culture,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Jenkon.J6.Portal.Workflows.Components');
if (typeof(Jenkon.J6.Portal.Workflows.Components.GridConfigurationData) === 'undefined') {
Jenkon.J6.Portal.Workflows.Components.GridConfigurationData=gtc("Jenkon.J6.Portal.Workflows.Components.GridConfigurationData");
Jenkon.J6.Portal.Workflows.Components.GridConfigurationData.registerClass('Jenkon.J6.Portal.Workflows.Components.GridConfigurationData');
}

