VIVO-120 VitroRequest.getFullWebappDaoFactory() is poorly named.

In fact, it returns a reference to the unfilteredWebappDaoFactory, and this was changed (broken) by the work on VIVO-82.
This commit is contained in:
j2blake 2013-06-06 17:33:02 -04:00
parent ed95df1637
commit 91277a1715

View file

@ -98,7 +98,7 @@ public class VitroRequest extends HttpServletRequestWrapper {
/** gets assertions + inferences WebappDaoFactory with no filtering **/
public WebappDaoFactory getFullWebappDaoFactory() {
return ModelAccess.on(this).getWebappDaoFactory();
return getUnfilteredWebappDaoFactory();
}
/** gets assertions-only WebappDaoFactory with no filtering */