Package org.ametys.plugins.survey.answer
Class DeleteSessionAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.survey.answer.DeleteSessionAction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
,Action
public class DeleteSessionAction extends ServiceableAction
Deletes a user survey session.
-
-
Field Summary
Fields Modifier and Type Field Description protected SurveyAnswerDao
_answerDao
The ametys object resolver.-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description DeleteSessionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)
void
service(ServiceManager serviceManager)
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_answerDao
protected SurveyAnswerDao _answerDao
The ametys object resolver.
-
-
Constructor Detail
-
DeleteSessionAction
public DeleteSessionAction()
-
-
Method Detail
-
service
public void service(ServiceManager serviceManager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classServiceableAction
- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Throws:
Exception
-
-