I like this. I can think of some ways to improve it, #1, it takes alot of clicking to get anything done, not sure how to improve that, maybe have some sort of "summary" for each object.
One additional comment, I see how you just hard-coded the queries for each type of object, that's efficient and probably the best solution for a quick implementation.
Overall, I'd like to see this kind of thing built on top of search, since it provides a consistent interface for retreiving a list of objects.
Or even simpler! Forget all the specific queries, and just use acs_objects, since we have title, and can generate a URL or any object using /o/${object_id}. The only problem with this is restricting the display to "interesting" object types, since there are many internal helper types that you never want to display by themselves.
Anyway, it looks great!