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.Utils

class Cinema.Utils extends %CSP.SessionEvents, %CSP.Page

Method Inventory

Methods

classmethod AddShow(ShowID As %Library.String)
classmethod ChangeQuantity(ItemNum As %Library.Integer, TicketType As %Library.Integer, NewQuantity As %Library.Integer)
classmethod CompleteOrder()
classmethod OnEndSession()
Inherited description: Called when the session is about to be deleted, either because of a timeout (in which case OnTimeout() is called first) or because the application has explicitly closed this session. Use the %session object to examine this session. If you wish to abort this deletion then:
  Set %session.EndSession=0
  
classmethod SendEmail(Addr As %Library.String, MessageText As %Library.String) as %Library.String

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab