// Get the fetch from the application scope
fetch = loginAnswer.getFetch();
// If active & has needed service
if ("active".equals(loginAnswer.getStatus())
&& (null == requiredService() || disp.checkAccess(
loginAnswer.getUserId(), requiredService()))) {
// Get the langId from the application scope
langId = user.getLanguageid();
// must be implemented in subclass, does the magic... :)