52535455565758
* @param rightValues */ public PollEventRight() { super(PollEventDao.USER_RIGHT_ID, UserRightCategory.PLUGINS, UserRightValue.TRUE); pollRight = new PollRight(); }
46474849505152
* @param rightValues */ public PollAttendeeRight() { super(PollAttendeeDao.USER_RIGHT_ID, UserRightCategory.PLUGINS, UserRightValue.TRUE); pollRight = new PollRight(); }