Skip to main content

Feedback.Raw

persistent class Feedback.Raw extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Feedback.Raw

Property Inventory

Method Inventory

Parameters

parameter PURGEEMAILOLDERTHAN = 90;
Number of days before we purge email addresses

Properties

property Comment as %String);
Property methods: CommentDisplayToLogical(), CommentGet(), CommentGetStored(), CommentIsValid(), CommentLogicalToDisplay(), CommentLogicalToOdbc(), CommentNormalize(), CommentSet()
property Email as %String);
Property methods: EmailDisplayToLogical(), EmailGet(), EmailGetStored(), EmailIsValid(), EmailLogicalToDisplay(), EmailLogicalToOdbc(), EmailNormalize(), EmailSet()
property Instance as %String);
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceGetStored(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property ReCAPTCHASuccess as %Boolean;
True if the captcha response was verified as a success, false otherwise
Property methods: ReCAPTCHASuccessDisplayToLogical(), ReCAPTCHASuccessGet(), ReCAPTCHASuccessGetStored(), ReCAPTCHASuccessIsValid(), ReCAPTCHASuccessLogicalToDisplay(), ReCAPTCHASuccessLogicalToXSD(), ReCAPTCHASuccessNormalize(), ReCAPTCHASuccessSet(), ReCAPTCHASuccessXSDToLogical()
property Referrer as %String);
Property methods: ReferrerDisplayToLogical(), ReferrerGet(), ReferrerGetStored(), ReferrerIsValid(), ReferrerLogicalToDisplay(), ReferrerLogicalToOdbc(), ReferrerNormalize(), ReferrerSet()
property ReleaseID as %String);
Property methods: ReleaseIDDisplayToLogical(), ReleaseIDGet(), ReleaseIDGetStored(), ReleaseIDIsValid(), ReleaseIDLogicalToDisplay(), ReleaseIDLogicalToOdbc(), ReleaseIDNormalize(), ReleaseIDSet()
property Server as %String);
Property methods: ServerDisplayToLogical(), ServerGet(), ServerGetStored(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()
property SpamDetected as %Boolean;
Boolean indicating whether the response was detected as probable spam by any automated mechanism
Property methods: SpamDetectedDisplayToLogical(), SpamDetectedGet(), SpamDetectedGetStored(), SpamDetectedIsValid(), SpamDetectedLogicalToDisplay(), SpamDetectedLogicalToXSD(), SpamDetectedNormalize(), SpamDetectedSet(), SpamDetectedXSDToLogical()
property SpamDetectedReason as %String;
Text description (or comma-separated list of multiple text descriptions) of the reason that this response was detected as probable spam
Property methods: SpamDetectedReasonDisplayToLogical(), SpamDetectedReasonGet(), SpamDetectedReasonGetStored(), SpamDetectedReasonIsValid(), SpamDetectedReasonLogicalToDisplay(), SpamDetectedReasonLogicalToOdbc(), SpamDetectedReasonNormalize(), SpamDetectedReasonSet()
property TimeStamp as %TimeStamp;
Property methods: TimeStampDisplayToLogical(), TimeStampGet(), TimeStampGetStored(), TimeStampIsValid(), TimeStampLogicalToDisplay(), TimeStampLogicalToXSD(), TimeStampNormalize(), TimeStampOdbcToLogical(), TimeStampSet(), TimeStampXSDToLogical()
property UserAgent as %String);
Property methods: UserAgentDisplayToLogical(), UserAgentGet(), UserAgentGetStored(), UserAgentIsValid(), UserAgentLogicalToDisplay(), UserAgentLogicalToOdbc(), UserAgentNormalize(), UserAgentSet()

Methods

classmethod AddComment(comment As %String = "", email As %String = "", referrer As %String = "", useragent As %String = "", spam As %Boolean = 0, spamReason As %String = "", captchaSuccess As %Boolean = 0) as %Status
classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod Purge()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Feedback.Raw)

^Feedback.RawD(ID)
=
%%CLASSNAME
ReleaseID
TimeStamp
CommentType
Comment
UserGoal
Email
Referrer
UserAgent
Server
Instance
SpamDetected
ReCAPTCHASuccess
SpamDetectedReason
FeedbackOpens in a new tab