Package org.projectforge.plugins.poll

Examples of org.projectforge.plugins.poll.PollRight


   * @param rightValues
   */
  public PollEventRight()
  {
    super(PollEventDao.USER_RIGHT_ID, UserRightCategory.PLUGINS, UserRightValue.TRUE);
    pollRight = new PollRight();
  }
View Full Code Here


   * @param rightValues
   */
  public PollAttendeeRight()
  {
    super(PollAttendeeDao.USER_RIGHT_ID, UserRightCategory.PLUGINS, UserRightValue.TRUE);
    pollRight = new PollRight();
  }
View Full Code Here

TOP

Related Classes of org.projectforge.plugins.poll.PollRight

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.