Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DBMTables.Central.Products

persistent class DBMTables.Central.Products extends %Library.Persistent

SQL Table Name: DBMTables_Central.Products

Property Inventory

Method Inventory

Properties

property DocBookJ as %Boolean [ InitialExpression = 0 ];
Property methods: DocBookJDisplayToLogical(), DocBookJGet(), DocBookJGetStored(), DocBookJIsValid(), DocBookJLogicalToDisplay(), DocBookJNormalize(), DocBookJSet()
property Locale as %String;
Property methods: LocaleDisplayToLogical(), LocaleGet(), LocaleGetStored(), LocaleIsValid(), LocaleLogicalToDisplay(), LocaleLogicalToOdbc(), LocaleNormalize(), LocaleSet()
property OnPageCount as %Integer;
the number of times OnPage() was called
Property methods: OnPageCountDisplayToLogical(), OnPageCountGet(), OnPageCountGetStored(), OnPageCountIsValid(), OnPageCountLogicalToDisplay(), OnPageCountNormalize(), OnPageCountSet()
property OnPageCountWeek1 as %Integer;
the number of times OnPage() was called in the last 7 days
Property methods: OnPageCountWeek1DisplayToLogical(), OnPageCountWeek1Get(), OnPageCountWeek1GetStored(), OnPageCountWeek1IsValid(), OnPageCountWeek1LogicalToDisplay(), OnPageCountWeek1Normalize(), OnPageCountWeek1Set()
property OnPageCountWeek2 as %Integer;
the number of times OnPage() was called > 7 days ago but <=14 days ago
Property methods: OnPageCountWeek2DisplayToLogical(), OnPageCountWeek2Get(), OnPageCountWeek2GetStored(), OnPageCountWeek2IsValid(), OnPageCountWeek2LogicalToDisplay(), OnPageCountWeek2Normalize(), OnPageCountWeek2Set()
property Product as %String [ Required ];
Property methods: ProductDisplayToLogical(), ProductGet(), ProductGetStored(), ProductIsValid(), ProductLogicalToDisplay(), ProductLogicalToOdbc(), ProductNormalize(), ProductSet()
property Servers as %String [ Required ];
Property methods: ServersDisplayToLogical(), ServersGet(), ServersGetStored(), ServersIsValid(), ServersLogicalToDisplay(), ServersLogicalToOdbc(), ServersNormalize(), ServersSet()

Methods

classmethod BuildReportTable(directory As %String, verbose As %Boolean = 1)

Indexes

index (MainIDX on Product,Servers) [IdKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Central.Products)

^DBMTables.Central.ProductsD(ID)
=
%%CLASSNAME
Locale
DocBookJ
OnPageCount
OnPageCountWeek1
OnPageCountWeek2
FeedbackOpens in a new tab