Class SubmissionDeliveryFuncDao


  • public class SubmissionDeliveryFuncDao
    extends BaseDao
    Provides a DAO for the SubmissionDeliveryFunc entities.
    Since:
    17.10.0
    • Constructor Detail

      • SubmissionDeliveryFuncDao

        public SubmissionDeliveryFuncDao()
    • Method Detail

      • getFuncForSubmission

        public SubmissionDeliveryFunc getFuncForSubmission​(Submission submission,
                                                           ServiceDefinition deliveryService)
        Return the SubmissionDeliveryFunc for the given submission and service definition.
        Parameters:
        submission - the submission record (required)
        deliveryService - the function service definition (record)
        Returns:
        the SubmissionDeliveryFunc for the given submission and service definition