Package lumis.service.vote
Class VoteOptionPostLoadProcessor
- java.lang.Object
-
- lumis.service.vote.VoteOptionPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class VoteOptionPostLoadProcessor extends java.lang.Object implements IPostLoadProcessor
Fills the field 'options' with a xml value containing the question's options information. The question id is obtained from the field 'id'.- Since:
- 4.0.10
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description VoteOptionPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
-