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 VorganggetFormRecord()IServletResponsegetServletResponse()booleanisWasSuccessful() 
 - 
 
- 
- 
Constructor Detail
- 
DoiVerificationResult
public DoiVerificationResult(Vorgang formRecord, IServletResponse response, boolean wasSuccessful)
 
 - 
 
- 
Method Detail
- 
getFormRecord
public Vorgang getFormRecord()
- Specified by:
 getFormRecordin interfaceIDoiVerificationResult- Returns:
 - form record for which the Double Opt-In verification event was executed
 
 
- 
getServletResponse
public IServletResponse getServletResponse()
- Specified by:
 getServletResponsein interfaceIDoiVerificationResult- Returns:
 - response to be returned to client
 
 
- 
isWasSuccessful
public boolean isWasSuccessful()
- Specified by:
 isWasSuccessfulin interfaceIDoiVerificationResult- Returns:
 - whether or not the Double Opt-In verification was successful
 
 
 - 
 
 -