Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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