Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1845 → Rev 1847

/branches/v3/impl/conf/WEB-INF/struts/struts-json-ws.xml
44,13 → 44,15
 
<action path="/startGenerateChaveApps" forward="page.gen.chave.apps.password.pae"/>
 
 
<action path="/ws-authenticate" forward="/authenticateWidget.do?dispatch=executeService&amp;serviceJson=authenticateApp"/>
<!--SERVICOS SEGUROS AO NIVEL DO BERSERK-->
<action path="/secure/ws-login-challenge" forward="/user/jsonModel.do?dispatch=executeSimpleServiceOkFail&amp;serviceJson=wsLoginMobileChallenge"/>
<action path="/secure/ws-student-list" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListStudents"/>
<action path="/secure/ws-teacher-list" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListTeachers"/>
<action path="/secure/ws-coordinators-list" forward="/user/jsonModel.do?dispatch=executeService&amp;serviceJson=wsListCoordinators"/>
 
 
 
<!--SERVICOS ABERTOS POR ENQUANTO-->
<!--<action path="/ws-units-report-list" forward="/json/coursesServices.do?dispatch=executeService&amp;serviceJson=getCourseUnitsEvaluations"/>-->
<action path="/ws-course-pedagogic-results-list" forward="/json/coursesServices.do?dispatch=executeService&amp;serviceJson=findPedagogicReport4Period"/>
<action path="/ws-units-dtp-stats" forward="/json/coursesServices.do?dispatch=executeService&amp;serviceJson=getCourseUnitDtpStats"/>
/branches/v3/impl/conf/berserk/sd.xml
74,6 → 74,18
<chain name="MobileApps"/>
</filterChains>
</service>
<service>
<name>WSAPIListCoordinators</name>
<implementationClass>pt.estgp.estgweb.services.profile.ListUsersService</implementationClass>
<description>Authenticates a User</description>
<isTransactional>true</isTransactional>
<defaultMethod>listCoordinatorTeachersService</defaultMethod>
<filterChains>
<chain name="Logger"/>
<chain name="Session"/>
<chain name="MobileApps"/>
</filterChains>
</service>
 
<service>
<name>AuthenticateApp</name>