org.spincast.website.models.INewsEntriesAndTotalNbr Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of spincast-website Show documentation
                Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
                
            package org.spincast.website.models;
import java.util.List;
/**
 * A set of news entries and the number total of entries
 * in the repository.
 */
public interface INewsEntriesAndTotalNbr {
    public int getNbrNewsEntriesTotal();
    public List getNewsEntries();
}
     © 2015 - 2025 Weber Informatics LLC | Privacy Policy