Class RemoveWebUserTransaction

java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.commands.RemoveWebUserTransaction

public class RemoveWebUserTransaction extends Transaction
Transaction to remove a Plan User from the database.
  • Constructor Details

    • RemoveWebUserTransaction

      public RemoveWebUserTransaction(String username)
  • Method Details

    • performOperations

      protected void performOperations()
      Description copied from class: Transaction
      Implement this method for transaction execution.
      Specified by:
      performOperations in class Transaction