Examples of IRectorateSubmissionBatchDocumentEntry


Examples of org.fenixedu.academic.domain.serviceRequests.documentRequests.IRectorateSubmissionBatchDocumentEntry

    public Set<CycleType> getAssociatedCycles() {
        Set<CycleType> cycleTypes = new HashSet<CycleType>();

        for (AcademicServiceRequest request : getDocumentRequestSet()) {
            IRectorateSubmissionBatchDocumentEntry entry = (IRectorateSubmissionBatchDocumentEntry) request;

            cycleTypes.add(entry.getRequestedCycle());
        }

        return cycleTypes;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.