Package de.xima.fc.mdl.form
Class DoiVerificationResult
java.lang.Object
de.xima.fc.mdl.form.DoiVerificationResult
- All Implemented Interfaces:
IDoiVerificationResult
,IServletEventResult
,Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDoiVerificationResult
(Vorgang formRecord, IServletResponse response, boolean wasSuccessful) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
DoiVerificationResult
-
-
Method Details
-
getFormRecord
- Specified by:
getFormRecord
in interfaceIDoiVerificationResult
- Returns:
- form record for which the Double Opt-In verification event was executed
-
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
-