Deprecated API


Contents
Deprecated Methods
it.dtt.ca.Pin.change(byte[])
            
it.dtt.ca.CAManager.getCurrentEvent()
          replaced by getCurrentProduct Retrieve a Product object describing the event currently on air, independently of the way it is offered (Impulse Pay per View, Ordered Pay per View, Pay per Time, etc.) A NULL value is returned if no service is currently selected in this service context or of the currently selected service context is not something which can be bought through the CA system represented by this CAManager. In a multi-tuner receiver, the target service is the one in which the application itself is broadcasted. Note: this method has been replaced by the getCurrentProducts method but is retained here for backward compatability. 
it.dtt.ca.CAManager.getNextEvent()
          replaced by getNextProduct Retrieve a Product object describing the event that will be next on air, independently of the way it is offered (Impulse Pay per View, Ordered Pay per View, Pay per Time, etc.). A NULL value is returned if no service is currently selected in this service context or of the currently selected service context is not something which can be bought through the CA system represented by this CAManager. In a multi-tuner receiver, the target service is the one in which the application itself is broadcasted. Note: this method has been replaced by the getNextProducts method but is retained here for backward compatability. 
it.dtt.ca.event.CAProductEvent.getProduct()
          Retrieves getProducts[0] Product object 
it.dtt.ca.CAManager.removeCAListener()
          Removes the last CAListener attached. If no listener is attached an exception is thrown. If listener does not exist, do nothing. 
it.dtt.ca.CAManager.setCAListener(CAListener)
          use addCAListener Register a listener to the Conditional Access related events. If listener already exists, do nothing. 
it.dtt.ca.ppv.Product.setDescription(String[])
          no replacement Set the product description. 
it.dtt.ca.ppv.PPVEvent.setEndTime(Date)
          no replacement Set the ending time of the PPV event. 
it.dtt.ca.ppv.Product.setExtendedDescription(String[])
          no replacement Set the extended description of this Product. 
it.dtt.ca.ppv.PPVEvent.setPackages(PPVPackage[])
          no replacement Set the list of packages in which this PPV event is contained. 
it.dtt.ca.ppv.Product.setPreviewTime(Duration)
          no replacement Set the total preview time for this product. 
it.dtt.ca.ppv.Product.setPrivateData(CAPrivateData)
          no replacement Sets the Private Data for this event. 
it.dtt.ca.ppv.Product.setPurchaseWindowEndTime(Date)
          no replacement Set the ending time of the purchase window for this product. 
it.dtt.ca.ppv.Product.setPurchaseWindowStartTime(Date)
          no replacement Set the starting time of the purchase window for this product. 
it.dtt.ca.ppv.PPTEvent.setSliceDuration(Duration)
          no replacement Set the length ot a time slice. 
it.dtt.ca.ppv.PPTEvent.setSlicePrice(Money)
          no replacement Set the price per each slice of PPT event. 
it.dtt.ca.ppv.PPVEvent.setStartTime(Date)
          no replacement Set the starting time of the PPV event.