All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brihaspathee.zeus.validator.interfaces.EnrollmentSpanValidator Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus.validator.interfaces;

import com.brihaspathee.zeus.dto.account.EnrollmentSpanDto;

import java.util.Set;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 21, September 2022
 * Time: 3:32 PM
 * Project: Zeus
 * Package Name: com.brihaspathee.zeus.validator.interfaces
 * To change this template use File | Settings | File and Code Template
 */
public interface EnrollmentSpanValidator {

    /**
     * Validates the list of enrollment spans
     * @param enrollmentSpanDtos
     */
    void validateEnrollmentSpans(Set enrollmentSpanDtos);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy