Class SubmissionDeliveryCheckpointDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.SubmissionDeliveryCheckpointDao

public class SubmissionDeliveryCheckpointDao extends AbstractDao
Provides a DAO for the SubmissionDeliveryCheckpoint entity.
Since:
3.5.0
  • Constructor Details

    • SubmissionDeliveryCheckpointDao

      public SubmissionDeliveryCheckpointDao()
  • Method Details

    • hasDeliveryCheckpoint

      public boolean hasDeliveryCheckpoint(Submission submission, String name, String status)
      Determine whether a completed checkpoint with the given name already exists for the submission
      Parameters:
      submission - a valid submission (required)
      name - the name of the delivery checkpoint to look for (required)
      status - the delivery checkpoint status (required)
      Returns:
      true if a delivery checkpoint with this name exists for the submission