Package mcbase :: Package controllers :: Module userctrl :: Class Userctrl
[hide private]
[frames] | no frames]

Class Userctrl

source code


Instance Methods [hide private]
 
remote_run(self, prm) source code
 
remote_saveUser(self, user) source code
 
remote_deleteUser(self, user) source code
 
remote_getUser(self, userID) source code
 
remote_getUsers(self, users) source code
 
remote_getUsersTable(self, start, end) source code
 
remote_updateUser(self, user) source code
Method Details [hide private]

remote_saveUser(self, user)

source code 
Decorators:
  • @defer.inlineCallbacks

remote_deleteUser(self, user)

source code 
Decorators:
  • @defer.inlineCallbacks

remote_getUser(self, userID)

source code 
Decorators:
  • @MCRemote.checkAuth(3)

remote_getUsersTable(self, start, end)

source code 
Decorators:
  • @defer.inlineCallbacks