Class PendingContributionStore

java.lang.Object
it.uniroma2.art.semanticturkey.showvoc.PendingContributionStore

public class PendingContributionStore extends Object
  • Constructor Details

  • Method Details

    • addPendingContribution

      public void addPendingContribution(String token, String projectName, String contributorEmail, String contributorName, String contributorLastName) throws IOException
      Throws:
      IOException
    • getPendingContribution

      public PendingContribution getPendingContribution(String token)
      Given a token returns the related pending contribution (if any)
      Parameters:
      token -
      Returns:
      the project name of the pending contribution related to the token. Null if the token has no pending contribution
    • removePendingContribution

      public void removePendingContribution(String token) throws IOException
      Throws:
      IOException