Subversion Repositories bacoAlunos

Rev

Blame | Last modification | View Log | RSS feed

package pt.estgp.estgweb.services.courses;

import org.json.JSONArray;
import pt.estgp.estgweb.domain.CourseUnit;

import java.io.IOException;
import java.util.Date;

/**
 * Created by jorgemachado on 13/04/16.
 */

public interface IFilesServiceFacade
{
    public void reset(CourseUnit cu) throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public void close() throws 1.5.0/docs/api/java/io/IOException.html">IOException;

    public long getContentsNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getContentsNumberOfFolders() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getContentsSize() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getContentsLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;

    public long getDtpPlaneamentoNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getDtpInqueritoPedagogicoNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getDtpAvaliacaoEnunciadosNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getDtpAvaliacaoNotasNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getDtpFichaCurricularNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public long getDtpRelatorioAvaliacaoNumberOfFiles() throws 1.5.0/docs/api/java/io/IOException.html">IOException;

    public 5+0%2Fdocs%2Fapi+Date">Date getDtpPlaneamentoLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getDtpInqueritoPedagogicoLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getDtpAvaliacaoEnunciadosLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getDtpAvaliacaoNotasLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getDtpFichaCurricularLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;
    public 5+0%2Fdocs%2Fapi+Date">Date getDtpRelatorioAvaliacaoLastUpdate() throws 1.5.0/docs/api/java/io/IOException.html">IOException;

    public JSONArray getAllFilesJsonFields() throws 1.5.0/docs/api/java/io/IOException.html">IOException;

}