No, by explicit call I meant, calling it as <cfset applicant.getUserInfo = createObject("component", "explicitServices.user").getUserInfo()>.
If you do that, the results will be available immediately. If you are depending on FW/1 to make the service call (implicit), then the recordcount will only be available in the endDefault() function in the controller.