Skip to main content

Feedback.Combined.PageHelpful

persistent class Feedback.Combined.PageHelpful extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Feedback_Combined.PageHelpful

Property Inventory

Method Inventory

Properties

property CommentedItem as %String (XMLPROJECTION = "NONE") [ Calculated , Transient ];
Property methods: CommentedItemCompute(), CommentedItemDisplayToLogical(), CommentedItemGet(), CommentedItemIsValid(), CommentedItemLogicalToDisplay(), CommentedItemLogicalToOdbc(), CommentedItemNormalize(), CommentedItemSQLCompute()
property Context as %String (XMLPROJECTION = "NONE") [ Calculated , Transient ];
Property methods: ContextCompute(), ContextDisplayToLogical(), ContextGet(), ContextIsValid(), ContextLogicalToDisplay(), ContextLogicalToOdbc(), ContextNormalize(), ContextSQLCompute()
property DetailedResponse as %String);
Property methods: DetailedResponseDisplayToLogical(), DetailedResponseGet(), DetailedResponseGetStored(), DetailedResponseIsValid(), DetailedResponseLogicalToDisplay(), DetailedResponseLogicalToOdbc(), DetailedResponseNormalize(), DetailedResponseSet()
property DocBookID as %String) [ Calculated , Transient ];
Property methods: DocBookIDCompute(), DocBookIDDisplayToLogical(), DocBookIDGet(), DocBookIDIsValid(), DocBookIDLogicalToDisplay(), DocBookIDLogicalToOdbc(), DocBookIDNormalize(), DocBookIDSQLCompute()
property Instance as %String);
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceGetStored(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property RecordCreated as %TimeStamp (XMLPROJECTION = "NONE") [ ReadOnly ];
Records the timestamp at which this record was initially created
Property methods: RecordCreatedCompute(), RecordCreatedDisplayToLogical(), RecordCreatedGet(), RecordCreatedGetStored(), RecordCreatedIsValid(), RecordCreatedLogicalToDisplay(), RecordCreatedLogicalToXSD(), RecordCreatedNormalize(), RecordCreatedOdbcToLogical(), RecordCreatedSQLCompute(), RecordCreatedSetT(), RecordCreatedXSDToLogical()
property RecordLastModified as %TimeStamp (XMLPROJECTION = "NONE") [ ReadOnly ];
Records the timestamp at which this record was last modified
Property methods: RecordLastModifiedCompute(), RecordLastModifiedDisplayToLogical(), RecordLastModifiedGet(), RecordLastModifiedGetStored(), RecordLastModifiedIsValid(), RecordLastModifiedLogicalToDisplay(), RecordLastModifiedLogicalToXSD(), RecordLastModifiedNormalize(), RecordLastModifiedOdbcToLogical(), RecordLastModifiedSQLCompute(), RecordLastModifiedSetT(), RecordLastModifiedXSDToLogical()
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 Response as %String);
Property methods: ResponseDisplayToLogical(), ResponseGet(), ResponseGetStored(), ResponseIsValid(), ResponseLogicalToDisplay(), ResponseLogicalToOdbc(), ResponseNormalize(), ResponseSet()
property Server as %String);
Property methods: ServerDisplayToLogical(), ServerGet(), ServerGetStored(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()
property ServerGroup as %String (XMLPROJECTION = "NONE") [ Calculated , Transient ];
Property methods: ServerGroupCompute(), ServerGroupDisplayToLogical(), ServerGroupGet(), ServerGroupIsValid(), ServerGroupLogicalToDisplay(), ServerGroupLogicalToOdbc(), ServerGroupNormalize(), ServerGroupSQLCompute()
property TestSubmission as %Boolean;
This is NOT from raw data, set manually as needed
Property methods: TestSubmissionDisplayToLogical(), TestSubmissionGet(), TestSubmissionGetStored(), TestSubmissionIsValid(), TestSubmissionLogicalToDisplay(), TestSubmissionLogicalToXSD(), TestSubmissionNormalize(), TestSubmissionSet(), TestSubmissionXSDToLogical()
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 ExportCSV(exportFilename As %String = "", queryFilters As %String = "", verbose As %String = 0) as %String
Exports this class' data (with specified filters applied) to the specified file name (or PageHelpful.csv if none is supplied) in the DocBookMgr directory. Returns either the full path to the exported file or "" in the case of an error (errors are logged to DBMTables.ActivityLog).
classmethod GenerateXMLBackup(verbose As %Boolean = 0)
classmethod Update(verbose As %Boolean = 1)

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.Combined.PageHelpful)

^Feedback.Combined.PageHelpfulD(ID)
=
%%CLASSNAME
TimeStamp
DocBookID
ReleaseID
Server
Instance
Comment
Referrer
UserAgent
PartialURL
TestSubmission
Reponse
Response
RecordCreated
RecordLastModified
DetailedResponse
FeedbackOpens in a new tab