Oracle Application Server Wireless Java API Reference
B10400-01

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.MobileXMLConstants.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. 
oracle.panama.messaging.xms.XMSUtil.XHTML_MIME_PROFILE
            

 

Deprecated Methods
oracle.panama.model.User.addAddress(AlertAddress)
          Replaced by User.addDeviceAddress(DeviceAddress) 
oracle.panama.model.Transformer.addDefaultForDevice(Device)
          The device to transformer mapping is no longer stored in the transformer 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.Device.addUserAgent(String)
          Add userAgent to the list of user agent strings used to detect the device 
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInCity(YPCategory, String, String, String)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInPCode(YPCategory, String, String)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInRadius(YPCategory, Point, double)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInSameCity(YPCategory, Location)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInSamePCode(YPCategory, Location)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInSameState(YPCategory, Location)
            
oracle.panama.spatial.yp.YPFinderSimple.anyBusinessesInState(YPCategory, String, String)
            
oracle.panama.mp.privacy.LocationPrivacyManager.checkAuthorization(Service, User, User, Calendar)
            
oracle.panama.model.ModelFactory.createAlertAddress(String, User, Device, String)
          Replaced by {@link #createDeviceAddress(String, User, DeliveryType, String) 
oracle.panama.PAPrimitive.createElement(String)
          replaced by createElement(Document, String). 
oracle.panama.model.ModelFactory.createExternalLink(String, User, String, Folder)
          Replaced by #createExternalLink(String, user, folder) Create a new ExternalLink 
oracle.panama.spatial.SpatialManager.createLocation(Point, String, String, String, String, String)
          Replaced by createLocation(Point, String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
oracle.panama.spatial.SpatialManager.createLocation(Point, String, String, String, String, String, String, String, String)
          Replaced by createLocation(Point, String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
oracle.panama.spatial.SpatialManager.createLocation(Point, String, String, String, String, String, String, String, String, String, String, String)
          Replaced by createLocation(Point, String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
oracle.panama.spatial.SpatialManager.createLocation(Point, String, String, String, String, String, String, String, String, String, String, String, String)
          Replaced by createLocation(Point, String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
oracle.panama.spatial.SpatialManager.createLocation(String, String, String, String, String)
          Replaced by createLocation(String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
oracle.panama.spatial.SpatialManager.createLocation(String, String, String, String, String, String, String, String)
          Replaced by createLocation(String, String, String[], String, String, String, String, String, String) to reduce ambiguity of representation. 
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.mp.privacy.LocationPrivacyManager.disableAuthorization(long)
            
oracle.panama.mp.privacy.LocationPrivacyManager.disableAuthorization(Service, User, Community)
            
oracle.panama.mp.privacy.LocationPrivacyManager.disableAuthorization(Service, User, User)
            
oracle.panama.mp.privacy.LocationPrivacyManager.enableAuthorization(long)
            
oracle.panama.mp.privacy.LocationPrivacyManager.enableAuthorization(Service, User, Community)
            
oracle.panama.mp.privacy.LocationPrivacyManager.enableAuthorization(Service, User, User)
            
oracle.panama.model.Device.findTransformer(String)
          As of IAS 9.0.3, replaced by Device.findTransformer(String, MarkupLanguage) Returns the transformer which can be used for transforming mobile XML Documents 
oracle.panama.model.Device.findTransformer(String, MarkupLanguage)
          Returns the transformer which can be used for transforming documents 
oracle.panama.model.User.getAddresses()
          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.model.AsyncService.getAsyncAddress(DeliveryType)
          Replaced by AsyncService.getAsyncAddresses(DeliveryType) Gets the async address (like news@oraclemobile.com) for a delivery type 
oracle.panama.model.AsyncService.getAsyncName()
          Replaced by AsyncService.getAsyncNames() Gets the asyncName property value. The aysncName of the Link is used by Async agent to identify the service. 
oracle.panama.model.Device.getAudioFileExtensions()
            
oracle.panama.model.Device.getAudioFormatPreferences()
          Gets the audio format preferences for this device 
oracle.panama.model.Device.getBitsPerPixel()
          Gets the number of bits per pixel for this device 
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameCity(String, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameCity(String, YPCategory, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameCity(YPCategory, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSamePCode(String, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSamePCode(String, YPCategory, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSamePCode(YPCategory, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameState(String, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameState(String, YPCategory, Location, Locale)
            
oracle.panama.spatial.yp.YPFinderSimple.getBusinessesInSameState(YPCategory, Location, Locale)
            
oracle.panama.model.Device.getContentType()
          Gets the content type for this device 
oracle.panama.portal.AlertController.getCurrentTimeHash()
            
oracle.panama.portal.AlertController.getCurrentTimeHash(Request)
            
oracle.panama.model.User.getDefaultAlertAddress()
          Replaced by User.getDefaultDeviceAddress() 
oracle.panama.portal.UserController.getDefaultAlertAddress(Request)
            
oracle.panama.mp.privacy.LocationPrivacyManager.getDefaultDirective()
            
oracle.panama.model.Transformer.getDefaultForDevices()
          The device to transformer mapping is no longer stored in the transformer object. Get a set of DefaultForDevice. (Type OM.) 
oracle.panama.model.Device.getDescription()
            
oracle.panama.model.Transformer.getDevice()
          The device to transformer mapping is no longer stored in the transformer object. Gets the Device property value. (Type MO.) 
oracle.panama.model.Device.getDeviceCategory()
          Gets the display size type property value 
oracle.panama.mp.privacy.LocationPrivacyManager.getDirective(User)
            
oracle.panama.rt.Session.getEffectiveUser()
          use getUser instead 
oracle.panama.InputArgument.getEmptyOK()
          As of 9.0.2, replaced by InputArgument.isEmptyOK() 
oracle.panama.model.Device.getEncoding()
          Gets the encoding value. 
oracle.panama.model.ExternalLink.getExternalURL()
          Replaced by ExternalLink.getDefaultURL() Gets the href property (String) value. 
oracle.panama.model.Device.getImageFileExtensions()
            
oracle.panama.model.Device.getImageFormatPreferences()
          Gets the image format preferences for this device 
oracle.panama.Arguments.getInputCaption(String)
            
oracle.panama.mp.privacy.LocationPrivacyManager.getLocationPrivacyAuth(Service)
            
oracle.panama.mp.privacy.LocationPrivacyManager.getLocationPrivacyAuth(Service, User, String, String)
            
oracle.panama.model.Device.getManufacturer()
          Gets the manufacturer property value 
oracle.panama.model.Device.getMaxDocSize()
          Gets the maximum size (in bytes) of the mobile XML document that can be sent to this device 
oracle.panama.model.Device.getMediaFeatureBoolean(String)
          Gets the media feature value. 
oracle.panama.model.Device.getMediaFeatureInteger(String)
          Gets the media feature value. 
oracle.panama.model.Device.getMediaFeatureLength(String, String)
          Gets the media feature value. 
oracle.panama.model.Device.getMediaFeatureSet(String)
          Gets the media feature value. 
oracle.panama.model.Device.getMediaFeatureString(String)
          Gets the media feature value. 
oracle.panama.model.Device.getMediaType()
          Gets the media type property value 
oracle.panama.model.ExternalLink.getMimeType()
          Replaced by ExternalLink.getDefaultMimeType() Gets the mime type property value 
oracle.panama.model.Device.getMimeType()
          Gets the mimeType property (String) value. 
oracle.panama.model.Transformer.getMobileXmlVersion()
          Replaced by #getMarkupLangugaeVersion() Gets the mobile xml version property value. 
oracle.panama.model.Device.getModel()
          Gets the model property value 
oracle.panama.model.UserDevice.getNickName()
            
oracle.panama.Arguments.getOutputFilter(String)
          no replacement 
oracle.panama.Arguments.getOutputFilters()
          no replacement 
oracle.panama.model.LocationPrivacyAuth.getOwner()
            
oracle.panama.feed.FeedUtil.getParameterDataTypes()
          use DataType[] getPtgDataTypes() instead 
oracle.panama.model.Device.getParsedErrorPage(Element)
          Gets a parsed errorPage for this LogicalDevice 
oracle.panama.model.LocationPrivacyAuth.getPositionRequester()
            
oracle.panama.spatial.region.RegionModel.getPostalCode(Point)
          Replaced by getInteractPostalCodes(Point). The application should call getInteractPostalCodes and get postal code from the returned locations. 
oracle.panama.presence.model.PresenceServer.getPresence(long)
          Replaced by getPresence(long, long). 
oracle.panama.model.Device.getProlog()
          As of IAS 1.2 Gets the prolog property (String) value. 
oracle.panama.model.Device.getScreenCols()
          Gets the number of characters per row for this Device. 
oracle.panama.model.Device.getScreenHeight()
          Gets the screen height in pixels for this Device. 
oracle.panama.model.Device.getScreenRows()
          Gets the number of character rows for this Device. 
oracle.panama.model.Device.getScreenWidth()
          Gets the screen width in points for this Device. 
oracle.panama.model.LocationPrivacyAuth.getService()
            
oracle.panama.model.Device.getSoftKeys()
          Gets the number of "soft" keys for this Device. 
oracle.panama.rt.ProcessingContext.getSRDTDVersion()
          Get the dtd version of the simple result 
oracle.panama.spatial.region.RegionModel.getState(Point)
          Replaced by getInteractStates(Point). The application should call that function and then call getState from the returned locations. 
oracle.panama.rt.Session.getSubscriberId()
          use getMobileId instead 
oracle.panama.rt.Request.getSubscriberId()
          use getMobileId instead 
oracle.panama.model.Device.getSupportedLanguageVersions(MarkupLanguage)
          Returns markup language versions supported by the device 
oracle.panama.model.Device.getSupportedMobileXmlVersions()
          As of IAS 9.0.3, replaced by Device.getSupportedLanguageVersions(MarkupLanguage) Returns an array of mobile xml versions supported by the device 
oracle.panama.model.Device.getTextErrorPage()
          Gets the errorPage property value. 
oracle.panama.model.Device.getTextLoginPage()
          Gets the loginPage property value. 
oracle.panama.model.Device.getTransformer()
          As of IASW 1.2, replaced by Device.getTransformer(String) 
oracle.panama.model.Device.getTransformer(String)
          As of IAS 9.0.3, replaced by Device.getTransformer(String, MarkupLanguage) Returns transformer for a mobile xml version 
oracle.panama.model.Device.getTransformer(String, MarkupLanguage)
          Returns transformer for a markup language version 
oracle.panama.adapter.RuntimeAdapterHelper.getURLPathParameter(Arguments)
          replaced by getURLPAoidParameter(Arguments). 
oracle.panama.adapter.AdapterHelper.getURLPathParameter(Arguments)
          replaced by getURLPAoidParameter(Arguments). 
oracle.panama.model.Device.getUserAgents()
          Gets the list of User Agent Strings which will be used to detect the device 
oracle.panama.model.Device.getVideoFileExtensions()
            
oracle.panama.model.Device.getVideoFormatPreferences()
          Gets the video format preferences for this device 
oracle.panama.model.Device.getVideoMode()
          Gets the video mode property value 
oracle.panama.model.Device.getXMLErrorPage()
          Gets the errorPage property value. 
oracle.panama.model.Device.getXMLLoginPage()
          Gets the loginPage property value. 
oracle.panama.mp.privacy.LocationPrivacyManager.grantAuthorization(Service, User, Community, AuthPeriod)
            
oracle.panama.mp.privacy.LocationPrivacyManager.grantAuthorization(Service, User, User, AuthPeriod)
            
oracle.panama.Arguments.hasOutputFilters()
          no replacement 
oracle.panama.model.User.isAdministrator()
          Checks if the user is administrator. 
oracle.panama.portal.AlertController.isAlert(long)
            
oracle.panama.model.User.isAnonymous()
          Checks if the user is an anonymous user. 
oracle.panama.model.User.isAutoLocate()
          Shoud use LocationPrivacyDirective. AutoLocate value false is equivalent to LocationPrivacyManager.DIRECTIVE_NO_POSITION. 
oracle.panama.model.Device.isColorCapable()
          Is the device color capable? 
oracle.panama.model.User.isDesigner()
          Checks if the user is a service designer. 
oracle.panama.model.User.isHelpDesk()
          Checks if the user is helpdesk. 
oracle.panama.model.Device.isImageCapable()
          Is the device image capable? 
oracle.panama.model.Device.isNeedsURLCaching()
          Does this device need URL caching? 
oracle.panama.model.Device.isSupportsAmpersandEntity()
          Does this device support ampersand entity (&) 
oracle.panama.model.Device.isSupportsCookie()
          Does the device supports cookie's? 
oracle.panama.model.Device.isSupportsRelativeURL()
          Does this device supports relative URL's? 
oracle.panama.model.Device.isVideoCapable()
          Is the device Video Capable? 
oracle.panama.model.Device.isVoiceCapable()
          Is the device voice capable? 
oracle.panama.model.ModelServices.lookupMasterService(String)
          Replaced by ModelServices.lookupMasterService(String, boolean) 
oracle.panama.model.User.lookupService(String)
          Gets the service using a short name. First we look if the user have this shortname as a private shortname if so this Service is used. If no hit, next step is to find the shortname as a shortname in the users Group. 
oracle.wireless.me.server.tools.drm.J2MEDRMPackager.main(String[])
          the method is no-op and only provided for binary compatibility 
oracle.wireless.me.server.tools.drm.DrmManager.main(String[])
          the method is no-op and only provided for binary compatibility 
oracle.panama.Arguments.mergeInputs(Arguments)
          Replaced by mergeArguments() 
oracle.panama.Arguments.mergeOutputs(Arguments)
          no replacement 
oracle.panama.model.Device.modifyUserAgent(String, String)
          Modifies the User Agent 
oracle.panama.model.User.removeAddress(AlertAddress)
          Replaced by User.removeDeviceAddress(DeviceAddress) 
oracle.panama.model.Transformer.removeDefaultDevice(Device)
          The device to transformer mapping is no longer stored in the transformer object. Remove a default logical device 
oracle.panama.Arguments.removeInput(String)
            
oracle.panama.model.Device.removeTransformer(String)
          As of IAS 9.0.3, replaced by Device.removeTransformer(String, MarkupLanguage) Removes the transformer for a mobile xml version 
oracle.panama.model.Device.removeTransformer(String, MarkupLanguage)
          Removes transfomer for a markup language version 
oracle.panama.model.Device.removeUserAgent(String)
          Removes userAgent from the list of user agent strings used to detect the device 
oracle.panama.Arguments.renameInput(String, String)
            
oracle.panama.mp.privacy.LocationPrivacyManager.revokeAuthorization(long)
            
oracle.panama.mp.privacy.LocationPrivacyManager.revokeAuthorization(Service, User, Community)
            
oracle.panama.mp.privacy.LocationPrivacyManager.revokeAuthorization(Service, User, User)
            
oracle.panama.presence.model.PresenceServer.savePresence(Presence)
          Use Model Factory to save. For example, MetaLocator.getInstance().getModelFactory().save(); 
oracle.panama.portal.AlertController.setAddressParameters(long, Hashtable)
            
oracle.panama.model.User.setAdministrator(boolean)
          Sets the value that specifies whether the user is administrator. 
oracle.panama.model.User.setAnonymous(boolean)
          Sets the value that specifies whether the user is an anonymous user. 
oracle.panama.model.AsyncService.setAsyncAddress(DeliveryType, String)
          Replaced by AsyncService.setAsyncAddresses(DeliveryType, String[]) Sets the async address for a delivery type 
oracle.panama.model.AsyncService.setAsyncName(String)
          Replaced by AsyncService.setAsyncNames(String[] ) Sets the asyncName property value 
oracle.panama.model.Device.setAudioFormatPreferences(String[])
          Sets the audio format preferences for this device 
oracle.panama.model.User.setAutoLocate(boolean)
          Shoud use LocationPrivacyDirective. AutoLocate value false is equivalent to LocationPrivacyManager.DIRECTIVE_NO_POSITION, and true is equivalent to LocationPrivacyManager.DIRECTIVE_ALLOW_LCP. 
oracle.panama.model.Device.setBitsPerPixel(int)
          Sets the number of bits per pixel for this device 
oracle.panama.model.Device.setColorCapable(boolean)
          Sets the colorCapable property value 
oracle.panama.model.User.setDefaultAlertAddress(AlertAddress)
          Replaced by User.setDefaultDeviceAddress(DeviceAddress) 
oracle.panama.model.Device.setDescription(String)
            
oracle.panama.model.User.setDesigner(boolean)
          Sets the value that specifies whether the user is a service designer. 
oracle.panama.model.Transformer.setDevice(Device)
          The device to transformer mapping is no longer stored in the transformer object. Sets the Device association to a Device. (Type MO.) 
oracle.panama.model.Device.setDeviceCategory(DeviceCategory)
          Sets the display size type property value 
oracle.panama.mp.privacy.LocationPrivacyManager.setDirective(User, String)
            
oracle.panama.InputArgument.setEmptyOK(Boolean)
          As of 9.0.2, replaced by InputArgument.setEmptyOK(boolean) 
oracle.panama.model.Device.setEncoding(String)
          Sets the encoding value for this Device. 
oracle.panama.model.ExternalLink.setExternalURL(String)
          Replaced by ExternalLink.setDefaultURL(String, String) Sets the href property (String) value. 
oracle.panama.model.Device.setImageCapable(boolean)
          Sets the imageCapable propery value 
oracle.panama.model.Device.setImageFormatPreferences(String[])
          Sets the image format preferences for this device 
oracle.panama.Arguments.setInputCaption(String, String)
            
oracle.panama.model.Device.setManufacturer(String)
          Sets the manufacturer property value 
oracle.panama.model.Device.setMaxDocSize(int)
          Sets the maximum size (in bytes) of the mobile XML document that can be sent to this device 
oracle.panama.model.Device.setMediaFeatureBoolean(String, boolean)
          Sets the media feature value. 
oracle.panama.model.Device.setMediaFeatureInteger(String, int)
          Sets the media feature value. 
oracle.panama.model.Device.setMediaFeatureLength(String, String, double)
          Sets the media feature value. 
oracle.panama.model.Device.setMediaFeatureSet(String, HashSet)
          Sets the media feature value. 
oracle.panama.model.Device.setMediaFeatureString(String, String)
          Sets the media feature value. 
oracle.panama.model.Device.setMediaType(String)
          Sets the media type property value 
oracle.panama.model.ExternalLink.setMimeType(String)
          Replaced by ExternalLink.setDefaultURL(String, String) Sets the mime type property value 
oracle.panama.model.Device.setMimeType(String)
          Sets the mimeType property (String) value. 
oracle.panama.model.Transformer.setMobileXmlVersion(String)
          Replaced by #setMarkupLangugaeVersion(String) Sets the mobile xml version property value 
oracle.panama.model.Device.setModel(String)
          Sets the model property value 
oracle.panama.model.Device.setNeedsURLCaching(boolean)
          Sets the needsURLCaching property (boolean) value. 
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.Device.setScreenCols(int)
          Sets the number of characters per row for this Device. 
oracle.panama.model.Device.setScreenHeight(int)
          Sets the screen height in pixels for this Device. 
oracle.panama.model.Device.setScreenRows(int)
          Sets the number of character rows for this Device. 
oracle.panama.model.Device.setScreenWidth(int)
          Sets the screen width in points for this Device. 
oracle.panama.model.Device.setSoftKeys(int)
          Sets the number of "soft" keys for this Device. 
oracle.panama.model.Device.setSupportsAmpersandEntity(boolean)
          Sets the supportsAmpersandEntity propery value 
oracle.panama.model.Device.setSupportsCookie(boolean)
          Sets the supportsCookie property value 
oracle.panama.model.Device.setSupportsRelativeURL(boolean)
          Sets the supportsRelativeURL property value 
oracle.panama.model.Device.setTextErrorPage(String)
          Sets the errorPage property value. 
oracle.panama.model.Device.setTextLoginPage(String)
          Sets the loginPage property value. 
oracle.panama.portal.AlertController.setTimeParameters(long, Hashtable)
            
oracle.panama.portal.AlertController.setTimeParameters(long, Hashtable, Request)
            
oracle.panama.model.Device.setTransformer(Transformer)
          Sets the transformer for a mobile xml version 
oracle.panama.model.Device.setUserAgents(String[])
          Sets User Agent Strings which will be used to detect the device 
oracle.panama.model.Device.setVideoCapable(boolean)
          Sets the videoCapable property value 
oracle.panama.model.Device.setVideoFormatPreferences(String[])
          Sets the video format preferences for this device 
oracle.panama.model.Device.setVideoMode(VideoMode)
          Sets the video mode property value 
oracle.panama.model.Device.setVoiceCapable(boolean)
          Sets the voiceCapable property value 
oracle.panama.model.Device.setXMLErrorPage(Element)
          Sets the errorPage property value. 
oracle.panama.model.Device.setXMLLoginPage(Element)
          Sets the loginPage property value. 
oracle.panama.portal.UserController.unsetDefaultAlertAddress(Request)
            

 


Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.