Subversion Repositories bacoAlunos

Rev

Rev 1887 | Rev 1935 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1887 Rev 1927
Line 4026... Line 4026...
4026
    </service>
4026
    </service>
4027
 
4027
 
4028
 
4028
 
4029
    <!-- SERVICOS DE GERACAO DE RELATORIO DE CURSO -->
4029
    <!-- SERVICOS DE GERACAO DE RELATORIO DE CURSO -->
4030
 
4030
 
-
 
4031
 
4031
    <service>
4032
    <service>
4032
        <name>CourseReportGenerateGlobalLearningResultsChartImg</name>
4033
        <name>CourseReportGenerateGlobalLearningResultsChartImg</name>
4033
        <implementationClass>pt.estgp.estgweb.services.courses.CourseReportServices</implementationClass>
4034
        <implementationClass>pt.estgp.estgweb.services.courses.CourseReportServices</implementationClass>
4034
        <description>
4035
        <description>
4035
            @reportCourseDocument documento course report em json
4036
            @reportCourseDocument documento course report em json
Line 4045... Line 4046...
4045
            <chain name="Session"/>
4046
            <chain name="Session"/>
4046
        </filterChains>
4047
        </filterChains>
4047
    </service>
4048
    </service>
4048
 
4049
 
4049
 
4050
 
-
 
4051
 
-
 
4052
    <!-- SERVICOS GUARDAR COURSE REPORT DOCUMENT -->
-
 
4053
 
-
 
4054
 
-
 
4055
    <service>
-
 
4056
        <name>SaveCourseReportDocument</name>
-
 
4057
        <implementationClass>pt.estgp.estgweb.services.courses.CourseReportServices</implementationClass>
-
 
4058
        <description>
-
 
4059
            @reportCourseDocument documento course report em json
-
 
4060
            Serviço de suporte para gerar um grafico
-
 
4061
            Guarda o documento relatório de cursos
-
 
4062
            Devolve uma classe RepositoryFile4JsonView serializada em JSON
-
 
4063
        </description>
-
 
4064
        <isTransactional>true</isTransactional>
-
 
4065
        <defaultMethod>saveCourseReportDocument</defaultMethod>
-
 
4066
        <filterChains>
-
 
4067
            <chain name="Logger"/>
-
 
4068
            <chain name="Session"/>
-
 
4069
        </filterChains>
-
 
4070
    </service>
-
 
4071
 
4050
</serviceDefinitions>
4072
</serviceDefinitions>
4051
4073