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?

Cinema.Review

persistent class Cinema.Review extends %Library.Persistent

SQL Table Name: Cinema.Review

Property Inventory

Properties

property Film as Cinema.Film;
Property methods: FilmGet(), FilmGetObject(), FilmGetObjectId(), FilmGetStored(), FilmGetSwizzled(), FilmIsValid(), FilmNewObject(), FilmSet(), FilmSetObject(), FilmSetObjectId(), FilmUnSwizzle()
property ReviewScore as %Integer (MAXVAL = 10, MINVAL = 0);
Property methods: ReviewScoreDisplayToLogical(), ReviewScoreGet(), ReviewScoreGetStored(), ReviewScoreIsValid(), ReviewScoreLogicalToDisplay(), ReviewScoreNormalize(), ReviewScoreSet()
property ReviewText as %String (MAXLEN = 20000);
Property methods: ReviewTextDisplayToLogical(), ReviewTextGet(), ReviewTextGetStored(), ReviewTextIsValid(), ReviewTextLogicalToDisplay(), ReviewTextLogicalToOdbc(), ReviewTextNormalize(), ReviewTextSet()

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 (Cinema.Review)

^Cinema.ReviewD(ID)
=
%%CLASSNAME
Film
ReviewScore
ReviewText
FeedbackOpens in a new tab