Package de.xima.fc.mdl.form
Class DoiVerificationResult
- java.lang.Object
-
- de.xima.fc.mdl.form.DoiVerificationResult
-
- All Implemented Interfaces:
IDoiVerificationResult
,IServletEventResult
,Serializable
public final class DoiVerificationResult extends Object implements IDoiVerificationResult
Model class for the result of the execution of a double opt-in verification event.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoiVerificationResult(Vorgang formRecord, IServletResponse response, boolean wasSuccessful)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vorgang
getFormRecord()
IServletResponse
getServletResponse()
boolean
isWasSuccessful()
-
-
-
Constructor Detail
-
DoiVerificationResult
public DoiVerificationResult(Vorgang formRecord, IServletResponse response, boolean wasSuccessful)
-
-
Method Detail
-
getFormRecord
public Vorgang getFormRecord()
- Specified by:
getFormRecord
in interfaceIDoiVerificationResult
- Returns:
- form record for which the Double Opt-In verification event was executed
-
getServletResponse
public IServletResponse getServletResponse()
- Specified by:
getServletResponse
in interfaceIDoiVerificationResult
- Returns:
- response to be returned to client
-
isWasSuccessful
public boolean isWasSuccessful()
- Specified by:
isWasSuccessful
in interfaceIDoiVerificationResult
- Returns:
- whether or not the Double Opt-In verification was successful
-
-