var elstarRoutes = {}; (function(_root){
var _nS = function(c,f,b){var e=c.split(f||"."),g=b||_root,d,a;for(d=0,a=e.length;d<a;d++){g=g[e[d]]=g[e[d]]||{}}return g}
var _qS = function(items){var qs = ''; for(var i=0;i<items.length;i++) {if(items[i]) qs += (qs ? '&' : '') + items[i]}; return qs ? ('?' + qs) : ''}
var _s = function(p,s){return p+((s===true||(s&&s.secure))?'s':'')+'://'}
var _wA = function(r){return {ajax:function(c){c=c||{};c.url=r.url;c.type=r.method;return jQuery.ajax(c)}, method:r.method,type:r.method,url:r.url,absoluteURL: function(s){return _s('http',s)+'www.service2fruit.com:443'+r.url},webSocketURL: function(s){return _s('ws',s)+'www.service2fruit.com:443'+r.url}}}
_nS('controllers.HomeController'); _root['controllers']['HomeController']['serverTime'] = 
        function() {
          return _wA({method:"GET", url:"/" + "servertime"})
        }
      ;
_nS('controllers.SessionsController'); _root['controllers']['SessionsController']['login'] = 
        function() {
          return _wA({method:"GET", url:"/" + "login"})
        }
      ;
_nS('controllers.frontend.CategoriesController'); _root['controllers']['frontend']['CategoriesController']['roots'] = 
        function() {
          return _wA({method:"GET", url:"/" + "auctions/categories/roots"})
        }
      ;
_nS('controllers.frontend.CategoriesController'); _root['controllers']['frontend']['CategoriesController']['leafs'] = 
        function(id0) {
          return _wA({method:"GET", url:"/" + "auctions/categories/" + encodeURIComponent((function(k,v) {return v})("id", id0)) + "/leafs"})
        }
      ;
_nS('controllers.frontend.auctions.wizard.Step1Controller'); _root['controllers']['frontend']['auctions']['wizard']['Step1Controller']['loadPartial'] = 
        function() {
          return _wA({method:"POST", url:"/" + "auction/wizardpart/step1"})
        }
      ;
_nS('controllers.frontend.auctions.AuctionWizardController'); _root['controllers']['frontend']['auctions']['AuctionWizardController']['auctionTitle'] = 
        function(id0) {
          return _wA({method:"GET", url:"/" + "auctions/categories/" + encodeURIComponent((function(k,v) {return v})("id", id0)) + "/auctionTitle"})
        }
      ;
_nS('controllers.frontend.users.InvoicesController'); _root['controllers']['frontend']['users']['InvoicesController']['index'] = 
        function(paymentRef0) {
          return _wA({method:"GET", url:"/" + "my/invoices/" + encodeURIComponent((function(k,v) {return v})("paymentRef", paymentRef0))})
        }
      ;
_nS('controllers.frontend.users.TransactionsController'); _root['controllers']['frontend']['users']['TransactionsController']['addTransactionReference'] = 
        function() {
          return _wA({method:"POST", url:"/" + "my/transactions/auction/reference"})
        }
      ;
_nS('controllers.frontend.users.FeedbacksController'); _root['controllers']['frontend']['users']['FeedbacksController']['publicFeedbacks'] = 
        function(uuid0,queryBinder1) {
          return _wA({method:"GET", url:"/" + "feedbacks/" + encodeURIComponent((function(k,v) {return v})("uuid", uuid0)) + _qS([(queryBinder1 == null ? null : (function(k,v) {return encodeURIComponent(k)+'='+encodeURIComponent(v)})("queryBinder", queryBinder1))])})
        }
      ;
_nS('controllers.frontend.LeadsController'); _root['controllers']['frontend']['LeadsController']['legalFormList'] = 
        function(country0) {
          return _wA({method:"GET", url:"/" + "register/legalFormList/" + encodeURIComponent((function(k,v) {return v})("country", country0))})
        }
      ;
})(elstarRoutes)