Nothing like replying to a thread over a 18 months old but I generally attach these methods in my onInit() thus:
this.oModel.attachRequestFailed(jQuery.proxy(this.doRequestFailed, this));
Where doRequestFailed is defined in the class later on.
Just a note for someone else stumbling across this thread in the next 18 months or so