Subversion Repositories bacoAlunos

Rev

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

Rev 1860 Rev 1876
Line 4006... Line 4006...
4006
        <filterChains>
4006
        <filterChains>
4007
            <chain name="Logger"/>
4007
            <chain name="Logger"/>
4008
        </filterChains>
4008
        </filterChains>
4009
    </service>
4009
    </service>
4010
 
4010
 
-
 
4011
    <service>
-
 
4012
        <name>LoadPlanYearForCourseUnitCode</name>
-
 
4013
        <implementationClass>pt.estgp.estgweb.services.courses.CourseReportServices</implementationClass>
-
 
4014
        <description>
-
 
4015
            @courseCode codigo do curso
-
 
4016
            @unitCode codigo da unidade
-
 
4017
            Carrega o ano da unidade curricular a partir do plano de estudos
-
 
4018
            Serviço de integração
-
 
4019
        </description>
-
 
4020
        <isTransactional>true</isTransactional>
-
 
4021
        <defaultMethod>loadPlanYearForCourseUnitCode</defaultMethod>
-
 
4022
        <filterChains>
-
 
4023
            <chain name="Logger"/>
-
 
4024
        </filterChains>
-
 
4025
    </service>
-
 
4026
 
-
 
4027
    <!-- SERVICOS DE GERACAO DE RELATORIO DE CURSO -->
-
 
4028
 
-
 
4029
 
-
 
4030
    <service>
-
 
4031
        <name>CourseReportGenerateGlobalLearningResultsChartImg</name>
-
 
4032
        <implementationClass>pt.estgp.estgweb.services.courses.CourseReportServices</implementationClass>
-
 
4033
        <description>
-
 
4034
            @reportCourseDocument documento course report em json
-
 
4035
            Serviço de suporte para gerar um grafico
-
 
4036
            Coloca o grafico no report documento
-
 
4037
            e salva o documento no curso
-
 
4038
            Devolve uma classe RepositoryFile4JsonView serializada em JSON
-
 
4039
        </description>
-
 
4040
        <isTransactional>true</isTransactional>
-
 
4041
        <defaultMethod>generateGlobalLearningResultsChartImg</defaultMethod>
-
 
4042
        <filterChains>
-
 
4043
            <chain name="Logger"/>
-
 
4044
            <chain name="Session"/>
-
 
4045
        </filterChains>
-
 
4046
    </service>
-
 
4047
 
-
 
4048
 
-
 
4049
 
4011
 
4050
 
4012
 
4051
 
4013
</serviceDefinitions>
4052
</serviceDefinitions>
4014
4053