Get all the polls for a user in a set of sites (can be one) given the permission,
will return only polls that can be voted on if the permission is PollListManager.PERMISSION_VOTE
This is the interface for the Manager for our poll tool,
it handles the data access functionality of the tool, we currently
have 2 implementations (memory and hibernate)