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:
 getFormRecordin interfaceIDoiVerificationResult- Returns:
 - form record for which the Double Opt-In verification event was executed
 
 - 
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
 
 
 -