Examples of ReputationForgeNotification


Examples of de.fraunhofer.fit.fitmiles.utils.ReputationForgeNotification

  public void start() {
   
    List<GforgeAuthor> authors=rep.getAuthors();
    Timer timer= CollabReviewSingleton.get().getWorkerDaemon();
    for (Author author:authors) {
      notification= new ReputationForgeNotification(author);
      //Starts email timer- less than 2 tasks the last 3 days
      notification.notifyLessThan2Tasks(author, timer);
      //Starts email timer- worst 4 users
      notification.notifyLowPointUser(author, timer);
      //Starts email timer - not active user
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.