Deprecated API

Deprecated Classes
oracle.panama.adapter.AdapterHelper
          As of 9.0.2.1.0, replaced by RuntimeAdapterHelper 
oracle.panama.portal.AlertController
          As of 2.0, replaced by AlertSubscriptionController 
 

Deprecated Interfaces
oracle.panama.adapter.Adapter
          As of 9.0.2.1.0, replaced by RuntimeAdapter 
oracle.panama.adapter.AdapterDefinition
          no replacement 
oracle.panama.OutputArgument
          no replacement 
oracle.panama.OutputArguments
          no replacement 
oracle.panama.OutputFilterCondition
          no replacement 
oracle.panama.ServiceRequest
          As of 9.0.2.1.0, replaced by ServiceContext 
 

Deprecated Fields
oracle.panama.PAPrimitive.ATTR_HREF
          replaced by ATTR_TARGET. 
oracle.panama.Argument.ENUM
            
oracle.panama.Argument.FILE
          since 102 use definition in the new ArgumentType class instead. 
oracle.panama.Argument.MULTI_LINE
            
oracle.panama.Argument.SINGLE_LINE
            
oracle.panama.Arguments.USAGE_USER
          This symbol is not needed when we can use a boolean value instead. 
 

Deprecated Methods
oracle.panama.model.User.addAddress(AlertAddress)
          As of IAS 1.2, replaced by User.addDeviceAddress(DeviceAddress) 
oracle.panama.model.Transformer.addDefaultForDevice(Device)
          As of IAS1.2, the device to transformer mapping is stored in the device object. Set this Transformer to be used as default for the Device. (Type OM.) This Transformer is used as a default Transformer for the specified Device. A Transformer could be overridden if a MasterService customize a Transformer. 
oracle.panama.model.ModelFactory.createAlertAddress(String, User, Device, String)
          As of IAS 1.2, replaced by #createDeviceAddress(String, User, DeliveryType, String) 
oracle.panama.PAPrimitive.createElement(String)
          replaced by createElement(Document, String). 
oracle.panama.portal.AlertController.createNewAlert(String, long, String, Request)
            
oracle.panama.portal.AlertController.createNewAlertAddress(String, String, String, Request)
            
oracle.panama.Arguments.createOutputFilter(String)
          no replacement 
oracle.panama.PAPrimitive.createSimpleContainer(String)
          replaced by createSimpleContainer(Document, String). 
oracle.panama.PAPrimitive.createSimpleForm(String, String)
          replaced by createSimpleForm(Document, String, String). 
oracle.panama.PAPrimitive.createSimpleFormItem(String, boolean, String, String)
          replaced by createSimpleForm(Document, String, String). 
oracle.panama.PAPrimitive.createSimpleMenu(String)
          replaced by createSimpleMenu(Document, String, String). 
oracle.panama.PAPrimitive.createSimpleMenuItem(Document, String, String, String, boolean)
          use instead createSimpleMenuItem( Document owner, String text, String target, boolean separatorBefore ) 
oracle.panama.PAPrimitive.createSimpleMenuItem(String, String, String, boolean)
          use instead createSimpleMenuItem( Document owner, String text, String target, boolean separatorBefore ) 
oracle.panama.PAPrimitive.createSimpleResult(String)
          replaced by createSimpleResult(Document, String). 
oracle.panama.PAPrimitive.createSimpleText()
          replaced by createSimpleText(Document). 
oracle.panama.PAPrimitive.createSimpleTextItem(String, String)
          replaced by createSimpleTextItem(Document, String, String). 
oracle.panama.PAPrimitive.createText(String)
          replaced by createText(Document, String). 
oracle.panama.portal.AlertController.deleteAlertAddress(long)
            
oracle.panama.model.User.getAddresses()
          As of IAS 1.2, replaced by User.getDeviceAddresses() 
oracle.panama.portal.AlertController.getAlertAddresses(long)
            
oracle.panama.portal.UserController.getAlertAddresses(Request)
            
oracle.panama.portal.AlertController.getAlertFreqDay(long)
            
oracle.panama.portal.AlertController.getAlertFreqDay(long, Request)
            
oracle.panama.portal.AlertController.getAlertFreqType(long)
            
oracle.panama.portal.AlertController.getAlertFreqUnit(long)
            
oracle.panama.portal.AlertController.getAlertFreqValue(long)
            
oracle.panama.portal.AlertController.getAlertInstance()
            
oracle.panama.portal.AlertController.getAlertStartTime(long)
            
oracle.panama.portal.AlertController.getAlertStartTime(long, Request)
            
oracle.panama.portal.UserController.getAllAlerts(Request)
            
oracle.panama.portal.AlertController.getAllDevices()
            
oracle.panama.portal.AlertController.getCurrentTimeHash()
            
oracle.panama.portal.AlertController.getCurrentTimeHash(Request)
            
oracle.panama.model.User.getDefaultAlertAddress()
          As of IASW 1.2, replaced by User.getDefaultDeviceAddress() 
oracle.panama.portal.UserController.getDefaultAlertAddress(Request)
            
oracle.panama.model.Transformer.getDefaultForDevices()
          As of IAS1.2, the device to transformer mapping is stored in the device object. Get a set of DefaultForDevice. (Type OM.) 
oracle.panama.model.Transformer.getDevice()
          As of IAS1.2, the device to transformer mapping is stored in the device object. Gets the Device property value. (Type MO.) 
oracle.panama.rt.Session.getEffectiveUser()
          use getUser instead 
oracle.panama.InputArgument.getEmptyOK()
          As of 9.0.2, replaced by InputArgument.isEmptyOK() 
oracle.panama.Arguments.getInputCaption(String)
            
oracle.panama.Arguments.getOutputFilter(String)
          no replacement 
oracle.panama.Arguments.getOutputFilters()
          no replacement 
oracle.panama.feed.FeedUtil.getParameterDataTypes()
          use DataType[] getPtgDataTypes() instead 
oracle.panama.model.Device.getProlog()
          As of IAS 1.2 Gets the prolog property (String) value. 
oracle.panama.model.Transformer.getService()
          As of IAS 1.2, a transformer cannot be associated with a master service Gets the MasterService property value. (Type MO.) 
oracle.panama.rt.Request.getSubscriberId()
          use getMobileId instead 
oracle.panama.rt.Session.getSubscriberId()
          use getMobileId instead 
oracle.panama.model.Device.getTransformer()
          As of IASW 1.2, replaced by Device.getTransformer(String) 
oracle.panama.adapter.RuntimeAdapterHelper.getURLPathParameter(Arguments)
          replaced by getURLPAoidParameter(Arguments). 
oracle.panama.adapter.AdapterHelper.getURLPathParameter(Arguments)
          replaced by getURLPAoidParameter(Arguments). 
oracle.panama.Arguments.hasOutputFilters()
          no replacement 
oracle.panama.portal.AlertController.isAlert(long)
            
oracle.panama.Arguments.mergeInputs(Arguments)
          Replaced by mergeArguments() 
oracle.panama.Arguments.mergeOutputs(Arguments)
          no replacement 
oracle.panama.model.User.removeAddress(AlertAddress)
          As of IAS 1.2, replaced by User.removeDeviceAddress(DeviceAddress) 
oracle.panama.model.Transformer.removeDefaultDevice(Device)
          As of IAS1.2, the device to transformer mapping is stored in the device object. Remove a default logical device 
oracle.panama.Arguments.removeInput(String)
            
oracle.panama.Arguments.renameInput(String, String)
            
oracle.panama.portal.AlertController.setAddressParameters(long, Hashtable)
            
oracle.panama.model.User.setDefaultAlertAddress(AlertAddress)
          As of IAS 1.2, replaced by User.setDefaultDeviceAddress(DeviceAddress) 
oracle.panama.model.Transformer.setDevice(Device)
          As of IAS1.2, the device to transformer mapping is stored in the device object. Sets the Device association to a Device. (Type MO.) 
oracle.panama.InputArgument.setEmptyOK(Boolean)
          As of 9.0.2, replaced by InputArgument.setEmptyOK(boolean) 
oracle.panama.Arguments.setInputCaption(String, String)
            
oracle.panama.portal.AlertController.setParameters(long, Hashtable)
            
oracle.panama.model.Device.setProlog(String)
          As of IAS 1.2 Sets the prolog property (String) value. 
oracle.panama.model.Transformer.setService(MasterService)
          As of IAS 1.2, a transformer cannot be associates with a master service Sets the MasterService association to a MasterService. (Type MO.) 
oracle.panama.portal.AlertController.setTimeParameters(long, Hashtable)
            
oracle.panama.portal.AlertController.setTimeParameters(long, Hashtable, Request)
            
oracle.panama.portal.UserController.unsetDefaultAlertAddress(Request)