com.germinus.merlin.controller.assignments
Class ResultsRemoveController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
com.germinus.merlin.controller.assignments.ResultsRemoveController
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller
public class ResultsRemoveController
- extends org.springframework.web.portlet.mvc.AbstractController
- implements org.springframework.beans.factory.InitializingBean
- Since:
- 1.0
- Version:
- Author:
- Jesús RodrÃguez, Germinus XXI
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
Methods inherited from class org.springframework.web.portlet.mvc.AbstractController |
handleActionRequest, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession |
Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator |
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession |
Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport |
getPortletContext, getTempDir, isContextRequired, setPortletContext |
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
getApplicationContext, getMessageSourceAccessor, initApplicationContext, requiredContextClass, setApplicationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resultId
public java.lang.Long resultId
ResultsRemoveController
public ResultsRemoveController()
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
getAssignmentManager
public AssignmentManager getAssignmentManager()
- Returns:
- the assignmentManager
getCourseManager
public CourseManager getCourseManager()
- Returns:
- the courseManager
handleActionRequestInternal
public void handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws java.lang.Exception
- Get the parameters from the view and update the AssignmentResult.
Make the Correction of the Assignment.
- Overrides:
handleActionRequestInternal
in class org.springframework.web.portlet.mvc.AbstractController
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
handleActionRequestVoid
public void handleActionRequestVoid(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws java.lang.Exception
- Process the action request. There is nothing to return.
- Parameters:
request
- response
-
- Throws:
java.lang.Exception
handleRenderRequestInternal
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws java.lang.Exception
- Process the list of assignmentsresults to be view in the search container.
Process the render request and return a ModelAndView object which the
DispatcherPortlet will render.
- Overrides:
handleRenderRequestInternal
in class org.springframework.web.portlet.mvc.AbstractController
- Parameters:
request
- response
-
- Returns:
- ModelAndView
- Throws:
java.lang.Exception
setAssignmentManager
public void setAssignmentManager(AssignmentManager assignmentsManagement)
- Parameters:
assignmentManager
- the assignmentManager to set
setCourseManager
public void setCourseManager(CourseManager courseManager)
- Parameters:
courseManager
- the courseManager to set
getMerlinUtil
public IMerlinUtil getMerlinUtil()
- Returns:
- the merlinUtil
setMerlinUtil
public void setMerlinUtil(IMerlinUtil merlinUtil)
- Parameters:
merlinUtil
- the merlinUtil to set
getLiferayUtil
public com.germinus.liferay.util.ILiferayUtil getLiferayUtil()
- Returns:
- the liferayUtil
setLiferayUtil
public void setLiferayUtil(com.germinus.liferay.util.ILiferayUtil liferayUtil)
- Parameters:
liferayUtil
- the liferayUtil to set
getAssignmentResultManager
public AssignmentResultManager getAssignmentResultManager()
setAssignmentResultManager
public void setAssignmentResultManager(AssignmentResultManager assignmentResultManager)
Copyright © 2008. All Rights Reserved.