((D2WPage) result).setLocalContext(newContext);
return result;
}
public QueryPageInterface queryPageWithFetchSpecificationForEntityNamed(String fsName, String entityName, WOSession s) {
WOComponent result = pageForTaskSubTaskAndEntityNamed("query", "fetchSpecification", entityName, s);
result.takeValueForKey(fsName, "fetchSpecificationName");
return (QueryPageInterface) result;
}