Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01

A B C D E F G H I J K L M N O P R S T U V W


A

accessDataChangeListeners() - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Intentionally not using 'get' semantics here, to prevent conflicts with the JSON serialization of this method.
ActionEvent - Class in oracle.adfmf.amx.event
An ActionEvent is the generic class for any action event generated by an AMX component.
ActionEvent() - Constructor for class oracle.adfmf.amx.event.ActionEvent
Creates a new ActionEvent
activate() - Method in interface oracle.adfmf.application.LifeCycleListener
The activate method will be called when the application is started (post the start method) and when an application is resumed by the operating system.
activate() - Method in interface oracle.adfmf.feature.LifeCycleListener
The activate method will be called when the feature is being displayed.
addPropertyChangeListener(PropertyChangeListener) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addProviderChangeListener(ProviderChangeListener) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Add a ProviderChangeListener to the listener list.
AdfELContext - Class in oracle.adfmf.framework.model
 
AdfELContext(AdfELContext) - Constructor for class oracle.adfmf.framework.model.AdfELContext
 
AdfException - Exception in oracle.adfmf.framework.exception
Exception class used by ADFMF to generate and use exceptions in the framework.
AdfException() - Constructor for exception oracle.adfmf.framework.exception.AdfException
Default no argument AdfException constructor
AdfException(String, String, String, Object[]) - Constructor for exception oracle.adfmf.framework.exception.AdfException
AdfException constructor
AdfException(String, String) - Constructor for exception oracle.adfmf.framework.exception.AdfException
AdfException constructor
AdfException(Throwable) - Constructor for exception oracle.adfmf.framework.exception.AdfException
AdfException constructor
AdfException(Throwable, String) - Constructor for exception oracle.adfmf.framework.exception.AdfException
AdfException constructor
AdfInvocationException - Exception in oracle.adfmf.framework.exception
AdfInvocationException is the checked version of AdfInvocationRuntimeException.
AdfInvocationException(AdfInvocationRuntimeException) - Constructor for exception oracle.adfmf.framework.exception.AdfInvocationException
AdfInvocationException constructor
AdfInvocationRuntimeException - Exception in oracle.adfmf.framework.exception
Extension of AdfException that adds a category and an error code for better handling of web service and bean DC invocation problems.
AdfInvocationRuntimeException() - Constructor for exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Default no argument AdfInvocationRuntimeException constructor
AdfInvocationRuntimeException(String, String, String, int) - Constructor for exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
AdfInvocationRuntimeException constructor
AdfInvocationRuntimeException(Throwable, String, String, int) - Constructor for exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
AdfInvocationRuntimeException constructor
AdfmfContainerUtilities - Class in oracle.adfmf.framework.api
 
AdfmfContainerUtilities() - Constructor for class oracle.adfmf.framework.api.AdfmfContainerUtilities
 
AdfmfJavaUtilities - Class in oracle.adfmf.framework.api
 
AdfmfJavaUtilities() - Constructor for class oracle.adfmf.framework.api.AdfmfJavaUtilities
 
AES128 - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Database password prefix to denote AES128 database encryption should be used.
AES256 - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Database password prefix to denote AES256 database encryption should be used.
AMXEvent - Class in oracle.adfmf.amx.event
An AMXEvent is the generic class for any event generated by an AMX component.
AMXEvent() - Constructor for class oracle.adfmf.amx.event.AMXEvent
Creates a new AMXEvent
ApplicationDirectory - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant to be used to determine which directory path to obtain
ApplicationFeatures - Class in oracle.adf.model.datacontrols.application
Application Features data control class.
ApplicationFeatures() - Constructor for class oracle.adf.model.datacontrols.application.ApplicationFeatures
 
applySortCriteria() - Method in interface oracle.adfmf.bindings.RangeBinding
Apply the sort criteria
applySortCriteria(boolean) - Method in interface oracle.adfmf.bindings.RangeBinding
Apply the sort criteria
AttributeBinding - Interface in oracle.adfmf.bindings
A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
AttributeContext - Interface in oracle.adfmf.bindings
An AttributeContext contains context that is passed into the TransactionalDataControl APIs when manipulating a bean attribute.
AttributesBinding - Interface in oracle.adfmf.bindings
A ControlBinding that binds multiple attribute values exposed via a datacontrol to a view component, and manages access to the actual values.

B

BEAN_INVOKE_ERROR - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationException
Error Code Value for Bean Invoke Error
BEAN_INVOKE_ERROR - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Error Code Value for Bean Invoke Error
BindingContainer - Interface in oracle.adfmf.bindings
The BindingContainer contains the Control Bindings for a reusable unit of View technology.

C

CAMERA_DESTINATIONTYPE_DATA_URL - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_DESTINATIONTYPE_FILE_URI - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_ENCODINGTYPE_JPEG - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_ENCODINGTYPE_PNG - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_SOURCETYPE_CAMERA - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_SOURCETYPE_PHOTOLIBRARY - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CAMERA_SOURCETYPE_SAVEDPHOTOALBUM - Static variable in interface oracle.adf.model.datacontrols.device.DeviceManager
 
CATEGORY_BEAN - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationException
String constants for Category values for Java bean related exceptions
CATEGORY_BEAN - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
String constants for Category values for Java bean related exceptions
CATEGORY_WEBSERVICE - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationException
String constants for Category values for web service related exceptions
CATEGORY_WEBSERVICE - Static variable in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
String constants for Category values for web service related exceptions
checkForNewConfiguration() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Checks and obtains new configuration if available
clear() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
clearCurrentELResolutionPath() - Method in class oracle.adfmf.framework.model.AdfELContext
Clear the current EL resolution path
clearPasswordCredential(String, String) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Clear a password credential for the key from the credential store
clearWatchPosition(String) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Stop receiving location updates by de-registering the location listener with specified watchId
commitTransaction() - Method in interface oracle.adfmf.bindings.TransactionalDataControl
Commits the current transaction to save all changes to the data source.
compareTo(Object) - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Used to compare the two property change events for the purpose of generation time.
compareTo(Object) - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Compare the current provider change event with the one passed in
Contact - Class in oracle.adf.model.datacontrols.device
Contact class
Contact(JSONContact) - Constructor for class oracle.adf.model.datacontrols.device.Contact
Contact constructor
Contact() - Constructor for class oracle.adf.model.datacontrols.device.Contact
Default Contact constructor
Contact(int, int, String, ContactName, String, ContactField[], ContactField[], ContactAddresses[], ContactField[], ContactOrganization[], Date, String, ContactField[], ContactField[], ContactField[]) - Constructor for class oracle.adf.model.datacontrols.device.Contact
Contact constructor
ContactAddresses - Class in oracle.adf.model.datacontrols.device
Object used as part of a Contact
ContactAddresses() - Constructor for class oracle.adf.model.datacontrols.device.ContactAddresses
Default constructor
ContactAddresses(int, String, String, String, String, String, String, String) - Constructor for class oracle.adf.model.datacontrols.device.ContactAddresses
ContactAddresses constructor
ContactConstants - Class in oracle.adf.model.datacontrols.device
Constants used for Contact operations.
ContactConstants() - Constructor for class oracle.adf.model.datacontrols.device.ContactConstants
 
ContactField - Class in oracle.adf.model.datacontrols.device
Object used as part of a Contact
ContactField() - Constructor for class oracle.adf.model.datacontrols.device.ContactField
Default ContactField constructor
ContactField(int, String, String, boolean) - Constructor for class oracle.adf.model.datacontrols.device.ContactField
ContactField constructor
ContactName - Class in oracle.adf.model.datacontrols.device
Object used as part of a Contact
ContactName() - Constructor for class oracle.adf.model.datacontrols.device.ContactName
Default ContactName constructor
ContactName(String, String, String, String, String, String) - Constructor for class oracle.adf.model.datacontrols.device.ContactName
ContactName constructor
ContactOrganization - Class in oracle.adf.model.datacontrols.device
Object used as part of a Contact
ContactOrganization() - Constructor for class oracle.adf.model.datacontrols.device.ContactOrganization
Default ContactOrganization constructor
ContactOrganization(int, String, String, String) - Constructor for class oracle.adf.model.datacontrols.device.ContactOrganization
ContactOrganization constructor
containerInitialized(BindingContainer) - Method in interface oracle.adfmf.bindings.BindingContainer
Called when the initialization of the container is complete.
containerInitialized(BindingContainer) - Method in interface oracle.adfmf.bindings.ControlBinding
Called when the initialization of the container is complete.
containsKey(Object) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
containsValue(Object) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
containsVariable(String) - Method in class oracle.adfmf.framework.model.AdfELContext
Determine if the variable exists in this context
ControlBinding - Interface in oracle.adfmf.bindings
Base interface for all bindings that allow binding a View component to the data accessed via a datacontrol.
copy(GenericType, boolean) - Method in interface oracle.adfmf.util.GenericType
Used to clone an object
createContact(Contact) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Save a previously-created Contact to the device's address book.
createContact(Contact) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Save a previously-created Contact to the device's address book.
createDataProvider(XmlAnyDefinition) - Method in interface oracle.adfmf.bindings.DataControl
Create a new instance of a provider type associated with this DataControl.
createRestServiceAdapter() - Static method in class oracle.adfmf.framework.api.Model
Get an empty REST service adapter object.

D

DatabaseAES128Encryption - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant returned by encryptDatabase(..) to denote what encryption algorithm will be used for the database.
DatabaseAES256Encryption - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant returned by encryptDatabase(..) to denote what encryption algorithm will be used for the database.
DatabaseDefaultEncryption - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Default database encryption algorithm
DatabaseNoEncryption - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant returned by encryptDatabase(..) to denote what encryption algorithm will be used for the database.
DatabaseRC4Encryption - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant returned by encryptDatabase(..) to denote what encryption algorithm will be used for the database.
DataControl - Interface in oracle.adfmf.bindings
An interface through which the Data Binding Facility interacts with a Service.
deactivate() - Method in interface oracle.adfmf.application.LifeCycleListener
The deactivate method will be called as part of the application shutdown process or when the application is being deactivated/hibernated by the operating system.
deactivate() - Method in interface oracle.adfmf.feature.LifeCycleListener
The deactivate method will be called when a feature is being moved to the background or as part of the application shutdown/hibernation process.
decryptDatabase(Connection) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Permanently decrypt a previously-encrypted database
DeviceDataControl - Class in oracle.adf.model.datacontrols.device
Master device data control class.
DeviceDataControl() - Constructor for class oracle.adf.model.datacontrols.device.DeviceDataControl
 
DeviceManager - Interface in oracle.adf.model.datacontrols.device
Interface that defines access to device-specific functionality, such as camera and GPS.
DeviceManagerFactory - Class in oracle.adf.model.datacontrols.device
 
DeviceManagerFactory() - Constructor for class oracle.adf.model.datacontrols.device.DeviceManagerFactory
 
DeviceOnlyDirectory - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant to be used to determine which directory path to obtain
DISPLAY_NAME - Static variable in class oracle.adf.model.datacontrols.device.ContactConstants
Constant for contact's display name

E

encryptDatabase(Connection, String) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Encrypt the database with the specified password.
entrySet() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
ERROR - Static variable in exception oracle.adfmf.framework.exception.AdfException
AdfException severity constant for ERROR logging
evaluateELExpression(String) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Evaluates the expression and returns the resulting value.
evaluateMethodExpression(String, JSONArray, String, String[]) - Method in class oracle.adfmf.framework.api.Model
Evaluate the method expression passed in.
evaluateVariable(String) - Method in class oracle.adfmf.framework.model.AdfELContext
Convenience method to evaluate a variable through the VariableResolver.
EXCEPTION_FLAG_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property with a boolean value indicating if an exception happened and the JSON object contains exception message
execute() - Method in interface oracle.adfmf.bindings.OperationBinding
Executes this OperationBinding, for example, as a result of a UI button being pressed.

F

FATAL - Static variable in exception oracle.adfmf.framework.exception.AdfException
AdfException severity constant for FATAL logging
FILTER_KEY - Static variable in class oracle.adf.model.datacontrols.device.ContactConstants
Constant for contact's filter
findContacts(String, String, boolean) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Enables retrieval of one or more Contact objects matching the specified criteria.
findContacts(String, String, boolean) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Enables retrieval of one or more Contact objects matching the specified criteria.
firePropertyChange(String, boolean, boolean) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, byte, byte) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, char, char) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, float, float) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, long, long) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, short, short) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(String, Object, Object, long) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Constructs a new PropertyChangeEvent.
firePropertyChange(PropertyChangeEvent) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
fireProviderChange(ProviderChangeEvent) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, byte, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, char, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, int, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, long, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, Object, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, short, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, String, Object, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, String, Object, Object, long) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, String, String, String, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderChange(String, String, String, String, Object, long) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Fire an existing ProviderChangeEvent to any registered listeners.
fireProviderCreate(String, byte, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderCreate(String, char, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderCreate(String, int, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderCreate(String, long, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderCreate(String, Object, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderCreate(String, short, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being added from the provider.
fireProviderDelete(String, byte) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderDelete(String, char) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderDelete(String, int) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderDelete(String, long) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderDelete(String, Object) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderDelete(String, short) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a child element is being removed from the provider.
fireProviderRefresh(String) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Convenience method to notify registered provider listeners that a the providers have changed enough that it would be best to simply purge the children from their caches and re-fetch on the query.
flushDataChangeEvent() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Flush any pending data change events NOTE: Can only be called from a background thread.
fromGenericType(Class, GenericType) - Static method in class oracle.adfmf.framework.api.GenericTypeBeanSerializationHelper
Method used to deserialize the passed-in GenericType to Java Bean object.
fromGenericType(Class, GenericType, String) - Static method in class oracle.adfmf.framework.api.GenericTypeBeanSerializationHelper
This method is used to deserialize the passed-in GenericType into a POJO.
fromJSON(Class, String) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Method used to deserialize the passed-in Object to Java object.
fromJSON(Class, Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Method used to deserialize the passed-in Object to Java object.
fromJSON(Object) - Method in interface oracle.adfmf.framework.api.JSONDeserializable
Method to add custom code to deserialize the passed-in Object to Java object.

G

GenericType - Interface in oracle.adfmf.util
Generic representation of a data control's data provider object.
GenericTypeBeanSerializationHelper - Class in oracle.adfmf.framework.api
GenericTypeBeanSerializationHelper is a helper class to provide an easy way for application developers to convert between ADFMF internal GenericType objects and their user defined POJOs.
GeolocationCallback - Interface in oracle.adf.model.datacontrols.device
Implement this interface to receive notification when the device's position changes.
get(Object) - Method in class oracle.adf.model.datacontrols.device.Preferences
 
get(Object) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
getAccuracy() - Method in class oracle.adf.model.datacontrols.device.Location
Accuracy level of the latitude and longitude coordinates in meters.
getActiveContextId() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Get the active EL context name.
getAddresses() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact addresses
getAdfELContext() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Get the ADF EL context.
getAltitude() - Method in class oracle.adf.model.datacontrols.device.Location
Height of the device in meters above the ellipsoid
getAltitudeAccuracy() - Method in class oracle.adf.model.datacontrols.device.Location
Accuracy level of the altitude coordinate in meters.
getApplicationInformation() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Retrieves the application information of the current application
getApplicationInformation() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Gets ApplicatiaonInformation object containing the information about the application.
getAttribute(int) - Method in interface oracle.adfmf.util.GenericType
Return the i'th attribute NOTE: Order of defines does matter, this method will always return the i'th attribute that was defined.
getAttribute(int, String) - Method in interface oracle.adfmf.util.GenericType
Return the i'th attribute NOTE: Order of defines does matter, this method will always return the i'th attribute that was defined.
getAttribute(String) - Method in interface oracle.adfmf.util.GenericType
Return the attribute value for the given name attribute.
getAttribute(String, String) - Method in interface oracle.adfmf.util.GenericType
Return the attribute value for the namespace/name attribute
getAttribute(String, int) - Method in interface oracle.adfmf.util.GenericType
Return the attribute value for the namespace/name attribute
getAttributeCount() - Method in interface oracle.adfmf.util.GenericType
Return the number of attributes defined for this generic type
getAttributeCount(String) - Method in interface oracle.adfmf.util.GenericType
Return the number of attributes with the given name.
getAttributeInfo(String) - Method in interface oracle.adfmf.util.GenericType
Return the attribute information for the name attribute
getAttributeInfo(int) - Method in interface oracle.adfmf.util.GenericType
Return the attribute information for the i'th attribute
getAttributeInfoCount() - Method in interface oracle.adfmf.util.GenericType
Return the number of attribute Infos defined for this generic type
getAttributeName() - Method in interface oracle.adfmf.bindings.AttributeContext
Attribute name within the associated bean that is being modified.
getAttributeType(String) - Method in interface oracle.adfmf.util.GenericType
Return the attribute type for the name attribute
getAvailableScreenHeight() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the height of the screen available for drawing controls, in pixels.
getAvailableScreenWidth() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the width of the screen availble for drawing controls, in pixels.
getBindingContextMap() - Method in interface oracle.adfmf.bindings.RowContext
Return the bindingContext for this Application instance.
getBindings() - Method in interface oracle.adfmf.bindings.ControlBinding
Collection of bindings that are contained within or associated with this binding.
getBirthday() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact birthday
getBoolean(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a boolean if possible.
getByte(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a byte if possible.
getCategories() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact categories
getCharacter(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a char if possible.
getColumnAttribute() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the event's column attribute
getContextId() - Method in class oracle.adfmf.framework.api.Model
Get the current context id
getContextInstanceId() - Method in class oracle.adfmf.framework.api.Model
Get the current context instance id
getContextPageDef() - Method in class oracle.adfmf.framework.api.Model
Get the current context page definition
getControlBinding(String) - Method in interface oracle.adfmf.bindings.BindingContainer
Returns a control binding with the given name.
getControlBindings() - Method in interface oracle.adfmf.bindings.BindingContainer
Return a list of all control bindings in the container.
getCountry() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the country name
getCurrentELResolutionPath() - Method in class oracle.adfmf.framework.model.AdfELContext
Get the current EL resoultion path
getCurrentExpression() - Method in class oracle.adfmf.framework.model.AdfELContext
Returns the expression string that is currently being resolved in this context.
getCurrentPosition(int, boolean) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the current position.
getCurrentResourceBundle() - Method in interface oracle.adfmf.bindings.BindingContainer
Get the current resource bundle.
getCurrentRowIndex() - Method in interface oracle.adfmf.bindings.RangeBinding
Returns the index of the current row.
getCurrentRowKey() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the event's current row key
getDataProvider() - Method in interface oracle.adfmf.bindings.DataControl
Returns the Business Service Object that this DataControl is associated with.
getDataProvider(XmlAnyDefinition, BindingContainer) - Method in interface oracle.adfmf.bindings.DataControl
Get a named data provider within a service object or hierarchy that this DataControl is associated with.
getDataProvider() - Method in interface oracle.adfmf.util.GenericType
Returns the raw data provider instance that this GenericType instance abstracts.
getDepartment() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get the department
getDescription() - Method in class oracle.adfmf.javax.faces.model.SelectItem
Return a description of this item, for use in development tools.
getDeviceManager() - Static method in class oracle.adf.model.datacontrols.device.DeviceManagerFactory
Get the proper device manager given your run-time environment.
getDirectoryPathRoot(int) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Gets the path to certain writable directory on the device
getDisplayName() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact display name
getDouble(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a double if possible.
getELResolver() - Method in class oracle.adfmf.framework.model.AdfELContext
Get our resolver.
getEmails() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact emails
getErrorCategory() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Get error category from the exception object
getErrorCategory() - Method in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Get error category from the exception object
getErrorCode() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Get error code from the exception object
getErrorCode() - Method in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Get error code from the exception object
getErrors() - Method in interface oracle.adfmf.bindings.AttributesBinding
Returns a list of errors that were raised during the last setInputValue call.
getErrors() - Method in interface oracle.adfmf.bindings.BindingContainer
Get the list of errors raised by the most recent binding operation in this container
getExpressionFactory() - Method in class oracle.adfmf.framework.model.AdfELContext
Get an expression factory
getFamilyName() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the contact's family name
getFeatureById(String) - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Returns the feature information for the passed in feature id.
getFeatureById(String) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Returns the feature information for the passed in feature id.
getFeatureByName(String) - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Returns the feature information for the passed in feature name.
getFeatureByName(String) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Returns the feature information for the passed in feature name.
getFeatureContext() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Get current FeatureContext instance.
getFeatureName() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Get current feature name.
getFeatures() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Retrieves the feature definition for all the features that are visible on the springboard in the current application
getFeatures() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Gets an array of FeatureInformation objects that provide information about the features that are available in this session of the ADF Mobile application and should be displayed on a custom springboard.
getFloat(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a float if possible.
getFormatted() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the formatted address
getFormatted() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the complete name of the contact
getFunctionMapper() - Method in class oracle.adfmf.framework.model.AdfELContext
Get our function mapper.
getGivenName() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the contact's given name
getHeading() - Method in class oracle.adf.model.datacontrols.device.Location
Direction of travel, specified in degrees counting clockwise relative to the true north.
getHonorificPrefix() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the contact's prefix
getHonorificSuffix() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the contact's suffix
getId() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact id
getId() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get a unique identifier for this address
getId() - Method in class oracle.adf.model.datacontrols.device.ContactField
Get a unique identifier
getId() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get a unique identifier
getIdFromJSONObject(JSONObject) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Gets id from the json object and returns the corresponding int value Internal Utility Function
getIms() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact IM addresses
getInputValue() - Method in interface oracle.adfmf.bindings.AttributeBinding
Returns the value that should be rendered on a view for the attribute associated with this binding.
getInputValue(int) - Method in interface oracle.adfmf.bindings.AttributesBinding
Returns the value that should be rendered on a view for the attribute associated with this binding at the specified position.
getInstance() - Static method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
getInstanceName() - Method in interface oracle.adfmf.bindings.OperationInfo
An El-expression that identifies the object on which an operation has to be invoked.
getInteger(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a int if possible.
getIteratorBinding(Object, XmlAnyDefinition, BindingContainer) - Method in interface oracle.adfmf.bindings.DataControl
Returns an iterator binding over the dataProvider object
getLabel() - Method in interface oracle.adfmf.bindings.AttributeBinding
Returns the display label or prompt for the attribute represented by this binding.
getLabel() - Method in class oracle.adfmf.javax.faces.model.SelectItem
Return the label of this item, to be rendered visibly for the user.
getLabelSet() - Method in interface oracle.adfmf.bindings.AttributesBinding
Returns the display label or prompt for the all the attributes represented by this binding.
getLabelSet() - Method in interface oracle.adfmf.bindings.RangeBinding
Returns the display label or prompt for the all the attributes represented by this binding.
getLatitude() - Method in class oracle.adf.model.datacontrols.device.Location
Latitude in decimal degrees
getLocality() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the city or locality
getLong(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a long if possible.
getLongitude() - Method in class oracle.adf.model.datacontrols.device.Location
Longitude in decimal degrees
getMasterRowDataProvider() - Method in interface oracle.adfmf.bindings.RowContext
Return the data object of the master row of the row that this RowContext represents.
getMessage() - Method in exception oracle.adfmf.framework.exception.AdfException
Get error message from the exception object
getMessage() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Get message from the exception
getMetadataDefinition() - Method in interface oracle.adfmf.bindings.ControlBinding
Get the metadata definition object for this binding object
getMetadataDefinition() - Method in interface oracle.adfmf.bindings.DataControl
Get the metadata definition object for this Data Control
getMethodExpression(String, Class, Class[]) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Use this method for expressions that refer to methods.
getMiddleName() - Method in class oracle.adf.model.datacontrols.device.ContactName
Get the contact's middle name
getModel() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the device's model number/ID
getModelInventory() - Method in class oracle.adfmf.framework.api.Model
Get the list of model's methods.
getName() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact name
getName() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get the name
getName() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the device's name
getName() - Method in interface oracle.adfmf.bindings.BindingContainer
Returns the name of the container
getName() - Method in interface oracle.adfmf.bindings.ControlBinding
Return name that identifies this binding uniquely in its container.
getName() - Method in interface oracle.adfmf.bindings.DataControl
Returns name to identify this datacontrol inside a BindingContext.
getName() - Method in interface oracle.adfmf.bindings.OperationParameter
Get the name of the parameter
getName() - Method in interface oracle.adfmf.util.GenericType
Returns the namespace of the type of this provider, as it is defined in data control metadata.
getNamespace() - Method in interface oracle.adfmf.util.GenericType
Returns the name of this provider, as it is defined in data control metadata.
getNetworkStatus() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the device's current network connectivity status
getNewEnd() - Method in class oracle.adfmf.amx.event.RangeChangeEvent
Returns the new end, exclusive.
getNewStart() - Method in class oracle.adfmf.amx.event.RangeChangeEvent
Returns the new start, inclusive.
getNewValue() - Method in class oracle.adfmf.amx.event.ValueChangeEvent
Returns the new value of the component.
getNewValue() - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Sets the new value for the property, expressed as an Object.
getNewValue() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the event's new value
getNickname() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact nickname
getNote() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact note
getOldEnd() - Method in class oracle.adfmf.amx.event.RangeChangeEvent
Returns the old end of the range, exclusive.
getOldRowKey() - Method in class oracle.adfmf.amx.event.SelectionEvent
Returns the rowKey that has just been unselected.
getOldStart() - Method in class oracle.adfmf.amx.event.RangeChangeEvent
Returns the old start of the range, inclusive.
getOldValue() - Method in class oracle.adfmf.amx.event.ValueChangeEvent
Returns the previous value of the component.
getOldValue() - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Gets the old value for the property, expressed as an Object.
getOperation() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the provider change operation
getOperationBinding(String) - Method in interface oracle.adfmf.bindings.BindingContainer
Returns an operation binding with the given name.
getOperationInfo() - Method in interface oracle.adfmf.bindings.OperationBinding
Returns a description of the operation to invoke.
getOperationName() - Method in interface oracle.adfmf.bindings.OperationInfo
Name of the operation to invoke
getOrganizations() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact organizations
getOs() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the operating system that the application is running on
getParamsMap() - Method in interface oracle.adfmf.bindings.OperationBinding
Retuns a map of name-value pairs of arguments and argument values to be passed to the bound operation.
getParent() - Method in class oracle.adfmf.framework.model.AdfELContext
Get the context's parent
getParent() - Method in interface oracle.adfmf.util.GenericType
Returns the GenericType object in the data provider hierarchy that is the owner of this instance
getPhonegap() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the version of PhoneGap in use by the ADF Mobile Framework
getPhoneNumbers() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact phone numbers
getPhotos() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact photos
getPicture(int, int, int, boolean, int, int, int) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Provides access to the device's default camera application, which enables taking a picture or retrieving a previously-saved image See PhoneGap documentation for more details: http://docs.phonegap.com/en/1.0.0/phonegap_camera_camera.md.html#camera.getPicture
getPicture(int, int, int, boolean, int, int, int) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Provides access to the device's default camera application, which enables taking a picture or retrieving a previously-saved image See PhoneGap documentation for more details: http://docs.phonegap.com/en/1.0.0/phonegap_camera_camera.md.html#camera.getPicture
getPlatform() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the device type that the application is running on
getPostalCode() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the zip or postal code
getPref() - Method in class oracle.adf.model.datacontrols.device.ContactField
Get the flag to determine if this is the user's preferred value
getPref() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get the flag to determine if this is the preferred value
getPropertyChangeListeners() - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Get the list of currently registered property change listeners.
getPropertyName() - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Gets the programmatic name of the property that was changed.
getProviderChangeListeners() - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Get the registered provider change listeners
getProviderKey() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the provider key
getRangeSet() - Method in interface oracle.adfmf.bindings.RangeBinding
Returns a list of Map elements over the range of rows.
getRegion() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the state or region
getResult() - Method in interface oracle.adfmf.bindings.OperationBinding
Returns the result of invoking the operation bound by this binding (if the method has been already invoked.
getReturnName() - Method in interface oracle.adfmf.bindings.OperationInfo
Returns an expression to the location inside the BindingContext where this method's result should be found.
getRowDataProvider() - Method in interface oracle.adfmf.bindings.RowContext
Return the data object that this row represents.
getRowDataProviderType() - Method in interface oracle.adfmf.bindings.RowContext
Return the fully-qualified type name for the dataprovider that this row represents.
getRowKeyInsertedBefore() - Method in class oracle.adfmf.amx.event.MoveEvent
Returns the rowKey that the moved row was inserted before.
getRowKeyMoved() - Method in class oracle.adfmf.amx.event.MoveEvent
Returns the rowKey that was moved.
getScreenDiagonalSize() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the size of the screen, measured on the diagonal in inches
getScreenDpi() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the screen's pixel density, measured in dots per inch (DPI)
getScreenHeight() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the width of the screen, in pixels.
getScreenScaleFactor() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the scale factor to use when determining how to size user interface elements
getScreenWidth() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the width of the screen, in pixels.
getSelectedRowKeys() - Method in class oracle.adfmf.amx.event.SelectionEvent
Returns the array of rowKeys that have just been selected.
getSerialversionuid() - Static method in class oracle.adf.model.datacontrols.device.Location
Serial Version UID
getSeverity() - Method in exception oracle.adfmf.framework.exception.AdfException
Get severity of the exception
getSeverity() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Get severity from the exception
getShort(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a short if possible.
getSpeed() - Method in class oracle.adf.model.datacontrols.device.Location
Current ground speed of the device, specified in meters per second
getStreetAddress() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the street address
getString(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Used to coerce an object into a String if possible.
getTimestamp() - Method in class oracle.adf.model.datacontrols.device.Location
When was this location fix created? Represent milliseconds since the Unix epoch.
getTimestamp() - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Gets the create timestamp.
getTimestamp() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get the event's timestamp
getTitle() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get the contact's title
getType() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Get the type of the address
getType() - Method in class oracle.adf.model.datacontrols.device.ContactField
Get a field type
getType() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Get the field type
getType() - Method in exception oracle.adfmf.framework.exception.AdfException
Get type of exception
getType() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Get type of exception
getType() - Method in interface oracle.adfmf.util.GenericType
Returns the name of the type of this provider, as it is defined in data control metadata.
getTypeName() - Method in interface oracle.adfmf.bindings.OperationParameter
Get the type name
getUrls() - Method in class oracle.adf.model.datacontrols.device.Contact
Get contact URL's
getValue() - Method in class oracle.adf.model.datacontrols.device.ContactField
Get the field value
getValue() - Method in interface oracle.adfmf.bindings.OperationParameter
Get the value for the parameter
getValue(String[]) - Method in class oracle.adfmf.framework.api.Model
Get a set of values from their passed in EL expressions.
getValue() - Method in class oracle.adfmf.javax.faces.model.SelectItem
Return the value of this item, to be delivered to the model if this item is selected by the user.
getValueExpression(String, Class) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Use this method for expressions that refer to values.
getVariableMapper() - Method in class oracle.adfmf.framework.model.AdfELContext
Get our variable mapper.
getVariableNames() - Method in class oracle.adfmf.framework.model.AdfELContext
Get the list of variable names defined in the this context.
getVersion() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Get the operating system version number
getWatchId() - Method in class oracle.adf.model.datacontrols.device.Location
Which listener was this location fix created for?
gotoDefaultFeature() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Navigates the application to the default feature
gotoDefaultFeature() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Activates the default feature.
gotoFeature(String) - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Navigates the application to the passed in feature
gotoFeature(String) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Activates the feature with the given id.
gotoSpringboard() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Activates the springboard
gotoSpringboard() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Activates the springboard.

H

hasAccelerometer() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have an accelerometer?
hasCamera() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the devie have a camera?
hasCompass() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have a compass?
hasContacts() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have an address book?
hasFileAccess() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have access to the file system?
hasGeolocation() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device support geolocation services?
hasListeners() - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Return true if there are any registered data change listeners
hasLocalStorage() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have some kind of local storage (may not necessarily be the file system)
hasMediaPlayer() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Is the device capable of playing back audio/video?
hasMediaRecorder() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Is the device capable of recording audio/video?
hasTouchScreen() - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Does the device have a touchscreen?
hideNavigationbar() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Hides the navigation bar if visible
hideNavigationBar() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Hides navigation bar.

I

ID - Static variable in class oracle.adf.model.datacontrols.device.ContactConstants
Constant for contact's id
INFO - Static variable in exception oracle.adfmf.framework.exception.AdfException
AdfException severity constant for INFO logging
insertChild(String, int, Object) - Method in interface oracle.adfmf.util.GenericType
Insert a child into the current generic type.
invokeContainerJavaScriptFunction(String, String, Object[]) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Invokes a Javascript method with the given arguments on the specified feature.
invokeContainerMethod(String, String, Object[]) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Invokes a native method on the specified class with the given arguments.
invokeDataControlMethod(String, String, String, List, List, List) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Invoke a DC operation.
invokeOperation(Map, OperationBinding) - Method in interface oracle.adfmf.bindings.DataControl
All OperationBindings should first delegate to the DataControl associated with the binding to perform the action.
isBackgroundThread() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Use it to test if the current thread is a background thread or not.
isComplexType() - Method in interface oracle.adfmf.util.GenericType
Return true if the attribute is a complex type
isCurrentExpressionVolatile() - Method in class oracle.adfmf.framework.model.AdfELContext
Determine if the current expression is volatile
isDeferred() - Method in interface oracle.adfmf.util.GenericType
Returns whether or not this instance is to be lazy initialized, that is, it is a placeholder in the provider hierarchy which may or may not be updated later.
isDisabled() - Method in class oracle.adfmf.javax.faces.model.SelectItem
Return the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
isEmpty() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
isEscape() - Method in class oracle.adfmf.javax.faces.model.SelectItem
Get the item's escape status
isException() - Method in exception oracle.adfmf.framework.exception.AdfException
Check if its an exception
isModified() - Method in interface oracle.adfmf.util.GenericType
Return whether or not the object has been modified.
isNullContainer() - Method in interface oracle.adfmf.bindings.RowContext
Return true when the container object of this row is null.
isObjectNull(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Utility method to determine if the JSON object is null.
isOperationEnabled() - Method in interface oracle.adfmf.bindings.OperationBinding
Whether the action binding is enabled or disabled.
isPrimaryRequestThread() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Use it to test if the current thread is a primary thread or not.
isResolvingBeanId() - Method in class oracle.adfmf.framework.model.AdfELContext
Internal.
isResolvingSetValue() - Method in class oracle.adfmf.framework.model.AdfELContext
Objects that lazy load and build up a tree as they resolve can use this method to determine whether they are resolving in the context of a getValue or a setValue operation.
isTransactionDirty() - Method in interface oracle.adfmf.bindings.TransactionalDataControl
Returns true if this transaction has been dirtied by this application, as a result of data updates, deletes or inserts.
isUpdateable() - Method in interface oracle.adfmf.bindings.AttributeBinding
Finds out whether the attribute is updateable or is for display only.
isUpdateable(int) - Method in interface oracle.adfmf.bindings.AttributesBinding
Finds out whether the attribute is updateable or is for display only.
isUpdateable(String) - Method in interface oracle.adfmf.util.GenericType
Returns whether or not the named attribute is updateable

J

JSON_FORMAT - Static variable in interface oracle.adfmf.framework.api.JSONTokens
String to indicate JSON formatting
JSONBeanSerializationHelper - Class in oracle.adfmf.framework.api
JSONBeanSerializationHelper will (de)serialize objects in and out of a JSON object.
JSONBeanSerializationHelper() - Constructor for class oracle.adfmf.framework.api.JSONBeanSerializationHelper
 
JSONDeserializable - Interface in oracle.adfmf.framework.api
If the application developer wants to override the functionality of JSONBeanSerializationHelper.fromJSON(), he can implement JSONDeserializable interface and can add his custom deserialization code in JSONDeserializable.fromJSON().
JSONSerializable - Interface in oracle.adfmf.framework.api
If the application developer wants to override the functionality of JSONBeanSerializationHelper.toJSON(), he can implement JSONSerializable interface and can add his custom serialization code in JSONSerializable.toJSON().
JSONTokens - Interface in oracle.adfmf.framework.api
Interface defining JSON properties used by ADFMF as framework properties while (de)serializing objects.

K

KEY_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property with an Object value which contains key object
KEYS_ORDERED_SET_KEY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property which contains a collection of keys
keySet() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 

L

LifeCycleListener - Interface in oracle.adfmf.application
 
LifeCycleListener - Interface in oracle.adfmf.feature
An interface extended by classes that want to be invoked as part of the feature life cycle.
loadBundle(String, String) - Method in class oracle.adfmf.framework.api.Model
Load the given resource bundle
loadClassObj(String) - Static method in class oracle.adfmf.framework.api.Model
Internal helper function to load classes in the current class loader.
loadXliffResourceBundle(String, String) - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Used to load the recourse bundle and store it as a map in the request scope.
Location - Class in oracle.adf.model.datacontrols.device
Value returned from a successful GetCurrentPosition request
Location() - Constructor for class oracle.adf.model.datacontrols.device.Location
 
Location(double, double, double, double, double, double, double, long, String) - Constructor for class oracle.adf.model.datacontrols.device.Location
 
locationUpdated(Location) - Method in interface oracle.adf.model.datacontrols.device.GeolocationCallback
This method is invoked when the device's position changes.
log(String, Level, Class, String, Object) - Static method in class oracle.adfmf.util.logging.Trace
Log a message via com.sun.util.logging
log(Logger, Level, Class, String, Object) - Static method in class oracle.adfmf.util.logging.Trace
Log a message via com.sun.util.logging
log(String, Level, Class, String, Throwable) - Static method in class oracle.adfmf.util.logging.Trace
Log a Throwable via com.sun.util.logging
log(Logger, Level, Class, String, Throwable) - Static method in class oracle.adfmf.util.logging.Trace
Log a Throwable via com.sun.util.logging
log(String, Class, String, Throwable) - Static method in class oracle.adfmf.util.logging.Trace
Log a Throwable via com.sun.util.logging
log(Logger, Class, String, Throwable) - Static method in class oracle.adfmf.util.logging.Trace
Log a Throwable via com.sun.util.logging
log(String, Level, Class, String, Class, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(Logger, Level, Class, String, Class, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(String, Level, Class, String, String, String) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(String, Level, Class, String, String, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(Logger, Level, Class, String, String, String) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(Logger, Level, Class, String, String, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(String, Level, Class, String, ResourceBundle, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(Logger, Level, Class, String, ResourceBundle, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(String, Level, Class, String, Class, String) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(Logger, Level, Class, String, Class, String) - Static method in class oracle.adfmf.util.logging.Trace
Log a message contained in a ResourceBundle
log(String, Level, Class, String, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log an optionally formatted message string via com.sun.util.logging
log(Logger, Level, Class, String, String, Object[]) - Static method in class oracle.adfmf.util.logging.Trace
Log an optionally formatted message string via com.sun.util.logging
logout() - Static method in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Logout the current authentication server

M

Model - Class in oracle.adfmf.framework.api
Public services used by the UI framework to assist in the more common functions.
Model() - Constructor for class oracle.adfmf.framework.api.Model
 
modifyJSON(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Method to normalize the JSON object.
modifyJSON(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactField
Method to normalize the JSON object.
modifyJSON(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactName
Method to normalize the JSON object.
modifyJSON(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Method to normalize the JSON object.
modifyJSON(JSONObject) - Method in interface oracle.adfmf.framework.api.PostJSONSerializable
Method to add custom code to alter the Object after the serialization process in JSONBeanSerializationHelper.toJSON()
modifyObject(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Method to update the class instance object by de-serializing the jsonObject into private setters.
modifyObject(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactField
Method to update the class instance object by de-serializing the jsonObject into private setters
modifyObject(JSONObject) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Method to update the class instance object by de-serializing the jsonObject into private setters
modifyObject(JSONObject) - Method in interface oracle.adfmf.framework.api.PostJSONDeserializable
Method to add custom code to alter the Object after the deserialization process in JSONBeanSerializationHelper.fromJSON()
MoveEvent - Class in oracle.adfmf.amx.event
A MoveEvent is a notification that the specified row has been moved.
MoveEvent() - Constructor for class oracle.adfmf.amx.event.MoveEvent
Creates a new MoveEvent
MoveEvent(Object, Object) - Constructor for class oracle.adfmf.amx.event.MoveEvent
Creates a new MoveEvent
MULTIPLE_KEY - Static variable in class oracle.adf.model.datacontrols.device.ContactConstants
Constant for contact's multiple key

N

NULL_FLAG_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property with a boolean value indicating if this object is null or not

O

OPERATION_CREATE - Static variable in class oracle.adfmf.java.beans.ProviderChangeEvent
Create the provider
OPERATION_DELETE - Static variable in class oracle.adfmf.java.beans.ProviderChangeEvent
Delete the provider
OPERATION_PROPAGATED_UPDATE - Static variable in class oracle.adfmf.java.beans.ProviderChangeEvent
Update the provider as a result of event propagation
OPERATION_UPDATE - Static variable in class oracle.adfmf.java.beans.ProviderChangeEvent
Update the provider
OperationBinding - Interface in oracle.adfmf.bindings
A ControlBinding that binds an datacontrol action, including navigational actions such as "Next" and "Prev", or other actions such as "Commit" and "Rollback", to a view component.
OperationInfo - Interface in oracle.adfmf.bindings
Represents information about an operation that a DataControl implementation should perform when its invokeOperation method is called.
OperationParameter - Interface in oracle.adfmf.bindings
 
oracle.adf.model.datacontrols.application - package oracle.adf.model.datacontrols.application
 
oracle.adf.model.datacontrols.device - package oracle.adf.model.datacontrols.device
 
oracle.adfmf.amx.event - package oracle.adfmf.amx.event
 
oracle.adfmf.application - package oracle.adfmf.application
 
oracle.adfmf.bindings - package oracle.adfmf.bindings
 
oracle.adfmf.feature - package oracle.adfmf.feature
 
oracle.adfmf.framework.api - package oracle.adfmf.framework.api
 
oracle.adfmf.framework.exception - package oracle.adfmf.framework.exception
 
oracle.adfmf.framework.model - package oracle.adfmf.framework.model
 
oracle.adfmf.java.beans - package oracle.adfmf.java.beans
 
oracle.adfmf.javax.faces.model - package oracle.adfmf.javax.faces.model
 
oracle.adfmf.util - package oracle.adfmf.util
 
oracle.adfmf.util.logging - package oracle.adfmf.util.logging
 

P

ping() - Method in class oracle.adfmf.framework.api.Model
A simple ping test used to ensure the VM is up and functioning correctly.
popPageFlowScope() - Method in class oracle.adfmf.framework.api.Model
Pops a page flow and moves frame pointer down in the stack
PostJSONDeserializable - Interface in oracle.adfmf.framework.api
If the application developer wants a hook to alter the object after the deserialization process in JSONBeanSerializationHelper.fromJSON(), he can implement PostJSONDeserializable interface and add his custom code in PostJSONDeserializable.modifyObject().
PostJSONSerializable - Interface in oracle.adfmf.framework.api
If the application developer wants a hook to alter the JSON after the JSON serialization process, he can implement PostJSONSerializable interface and add his custom code in PostJSONSerializable.modifyJSON().
Preferences - Class in oracle.adf.model.datacontrols.device
Embedded Java side for preferences.
Preferences() - Constructor for class oracle.adf.model.datacontrols.device.Preferences
Default constructor
Preferences(String) - Constructor for class oracle.adf.model.datacontrols.device.Preferences
Preference group for a given branch
PreferenceScope - Class in oracle.adf.model.datacontrols.device
Embedded Java side for preferences.
PreferenceScope() - Constructor for class oracle.adf.model.datacontrols.device.PreferenceScope
 
PreferenceScope(String) - Constructor for class oracle.adf.model.datacontrols.device.PreferenceScope
 
processBatchRequests(Boolean, JSONObject[]) - Method in class oracle.adfmf.framework.api.Model
process the set of request as a batch.
propertyChange(PropertyChangeEvent) - Method in interface oracle.adfmf.java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent - Class in oracle.adfmf.java.beans
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, boolean, boolean) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, int, int) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, long, long) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, short, short) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, float, float) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, double, double) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, char, char) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, byte, byte) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeEvent(Object, String, Object, Object, long) - Constructor for class oracle.adfmf.java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeListener - Interface in oracle.adfmf.java.beans
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeSupport - Class in oracle.adfmf.java.beans
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object) - Constructor for class oracle.adfmf.java.beans.PropertyChangeSupport
Constructs a PropertyChangeSupport object.
providerChange(ProviderChangeEvent) - Method in interface oracle.adfmf.java.beans.ProviderChangeListener
This method gets called when a bound provider is changed.
ProviderChangeEvent - Class in oracle.adfmf.java.beans
A "ProviderChange" event allow collection developers to emit events when a provider is created, updated, or deleted.
ProviderChangeEvent(String, String, char, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, byte, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, int, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, long, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, short, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, Object, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, Object, Object, long) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, String, String, Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeEvent(String, String, String, String, Object, long) - Constructor for class oracle.adfmf.java.beans.ProviderChangeEvent
Constructs a new ProviderChangeEvent.
ProviderChangeListener - Interface in oracle.adfmf.java.beans
A "ProviderChange" event gets fired whenever a bean data control changes an attribute, attributes or instance of the current data provider object.
ProviderChangeSupport - Class in oracle.adfmf.java.beans
This is a utility class that can be used by beans that support bound properties.
ProviderChangeSupport(Object) - Constructor for class oracle.adfmf.java.beans.ProviderChangeSupport
Constructs a ProviderChangeSupport object.
pushPageFlowScope() - Method in class oracle.adfmf.framework.api.Model
Pushes a new page flow and creates a new frame pointer.
put(Object, Object) - Method in class oracle.adf.model.datacontrols.device.Preferences
 
put(Object, Object) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
putAll(Map) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 

R

RangeBinding - Interface in oracle.adfmf.bindings
A ControlBinding that binds multiple attribute values exposed via a datacontrol to a view component, and manages access to current ranges and position within the attribute collection.
RangeChangeEvent - Class in oracle.adfmf.amx.event
A RangeChangeEvent is a notification that the range of the source component has been changed as a result of user interface activity.
RangeChangeEvent(int, int, int, int) - Constructor for class oracle.adfmf.amx.event.RangeChangeEvent
Construct a new event object from the specified old start (inclusive), old end (exclusive), new start (inclusive) and new end (exclusive).
RC4 - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Database password prefix to denote RC4 database encryption should be used.
refresh() - Method in interface oracle.adfmf.bindings.BindingContainer
Refreshes the DataControl by iteratively re-evaluating the executable bindings.
refreshPreferences() - Static method in class oracle.adf.model.datacontrols.device.PreferenceScope
Fetch all the application's preferences and update the PreferenceScope with any new values.
registerCurrentExpressionAsVolatile() - Method in class oracle.adfmf.framework.model.AdfELContext
If the current expression being resolved includes a method execution, this marks that expression as volatile so that the response returned to the Container containing its value is flagged not to be cached.
release() - Method in interface oracle.adfmf.bindings.BindingContainer
Releases this ControlBinding.
release() - Method in interface oracle.adfmf.bindings.ControlBinding
Releases this ControlBinding.
release() - Method in interface oracle.adfmf.bindings.DataControl
Releases the DataControl.
remove(Object) - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
removeBooleanFromJSON(JSONObject, boolean, String[]) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Normalizes the JSON object by removing the objects which contain specified boolean value.
removeChild(String, int) - Method in interface oracle.adfmf.util.GenericType
Remove a given child from the current generic type
removeContact(Contact) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Remove a contact from the address book See PhoneGap documentation for more details: http://docs.phonegap.com/en/1.0.0/phonegap_contacts_contacts.md.html#Contacts
removeContact(Contact) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Remove a contact from the address book See PhoneGap documentation for more details: http://docs.phonegap.com/en/1.0.0/phonegap_contacts_contacts.md.html#Contacts
removeContext(String, String) - Method in class oracle.adfmf.framework.api.Model
Remove the context from the collection of contexts
removeContextInstance(String, String) - Method in class oracle.adfmf.framework.api.Model
Remove the context from the collection of contexts
removeNegativesFromJSON(JSONObject, String[]) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Normalizes the JSON object by removing the objects which contain value: -1.
removeNullsFromJSON(JSONObject, String[]) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Normalizes the JSON object by removing the objects which contain null's.
removePropertyChangeListener(PropertyChangeListener) - Method in class oracle.adfmf.java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removeProviderChangeListener(ProviderChangeListener) - Method in class oracle.adfmf.java.beans.ProviderChangeSupport
Remove a ProviderChangeListener from the listener list.
resetFeature(String) - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Resets the state of the passed in feature
resetFeature(String) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Resets the feature with the given id.
resetFeature() - Method in class oracle.adfmf.framework.api.Model
Reset the current feature.
restoreDefaults() - Method in interface oracle.adfmf.util.GenericType
Restore the default values for this type.
rollbackTransaction() - Method in interface oracle.adfmf.bindings.TransactionalDataControl
Rolls back the current transaction.
RowContext - Interface in oracle.adfmf.bindings
A RowContext contains context that is passed into the TransactionalDataControl APIs when manipulating a row, such as when the row is being modified, created, or removed as a result of user interaction with the view layer.

S

SelectionEvent - Class in oracle.adfmf.amx.event
Event that is generated when the selection of a component changes.
SelectionEvent() - Constructor for class oracle.adfmf.amx.event.SelectionEvent
Creates a new SelectionEvent
SelectionEvent(Object) - Constructor for class oracle.adfmf.amx.event.SelectionEvent
Creates a new SelectionEvent
SelectionEvent(Object, String[]) - Constructor for class oracle.adfmf.amx.event.SelectionEvent
Creates a new SelectionEvent
SelectItem - Class in oracle.adfmf.javax.faces.model
The ADF Mobile Framework runtime equivalent of javax.faces.model.SelectItem.
SelectItem() - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
Construct a SelectItem with no initialized property values.
SelectItem(Object) - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
Construct a SelectItem with the specified value.
SelectItem(Object, String) - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
Construct a SelectItem with the specified value and label.
SelectItem(Object, String, String) - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
Construct a SelectItem instance with the specified value, label and description.
SelectItem(Object, String, String, boolean) - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItem(Object, String, String, boolean, boolean) - Constructor for class oracle.adfmf.javax.faces.model.SelectItem
 
sendEmail(String, String, String, String, String, String, String) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Display the operating system's default UI for sending an e-mail, and optionally pre-populate certain fields.
sendEmail(String, String, String, String, String, String, String) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Display the operating system's default UI for sending an e-mail, and optionally pre-populate certain fields.
sendEmail(HashMap) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
The framework enables you to display the device's e-mail interface, and optionally pre-populate certain fields:
sendSMS(String, String) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Display the operating system's default UI for sending a text message, and optionally pre-populate certain fields
sendSMS(String, String) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Display the operating system's default UI for sending a text message, and optionally pre-populate certain fields
sendSMS(HashMap) - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
The framework enables you to display the device's text messaging (SMS) interface, and optionally pre-populate certain fields:
setAccuracy(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setAddresses(ContactAddresses[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact addresses
setAltitude(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setAltitudeAccuracy(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setAttribute(String, Object) - Method in interface oracle.adfmf.util.GenericType
Set the value of the given attribute
setAttributeModified(String) - Method in interface oracle.adfmf.util.GenericType
Set the modified flag for the specified attribute.
setBeanDefinitions(ManagedBeanDefinition[]) - Method in class oracle.adfmf.framework.api.Model
Set the bean definitions into the current context
setBirthday(Date) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact birthday
setCategories(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact categories
setContext(String) - Method in class oracle.adfmf.framework.api.Model
Set the context
setContextInstance(String, String, boolean, boolean) - Method in class oracle.adfmf.framework.api.Model
Set the context
setCountry(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for country
setCurrentExpression(String) - Method in class oracle.adfmf.framework.model.AdfELContext
Sets the expression string that is currently being resolved in this context.
setCurrentResourceBundle(String, Locale) - Method in interface oracle.adfmf.bindings.BindingContainer
Set the current resource bundle based on the id and locale
setCurrentRowAtIndex(int) - Method in interface oracle.adfmf.bindings.RangeBinding
Designates a given index as the current row.
setDataProvider(Object) - Method in interface oracle.adfmf.bindings.DataControl
Sets the Business Service Object that this DataControl is associated with.
setDepartment(String) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Set the value for department
setDescription(String) - Method in class oracle.adfmf.javax.faces.model.SelectItem
Set the description of this item, for use in development tools.
setDisabled(boolean) - Method in class oracle.adfmf.javax.faces.model.SelectItem
Set the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
setDisplayName(String) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact display name
setEmails(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact emails
setErrorCategory(String) - Method in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Set error category to the exception object
setErrorCode(int) - Method in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Set error code from the exception object
setEscape(boolean) - Method in class oracle.adfmf.javax.faces.model.SelectItem
Set the item's escape status.
setException(boolean) - Method in exception oracle.adfmf.framework.exception.AdfException
Set exception flag
setFamilyName(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for family name
setFormatted(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for formatted address
setFormatted(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for formatted name
setGivenName(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for given name
setHeading(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setHonorificPrefix(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for honorific prefix of name
setHonorificSuffix(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for honorific suffix of name
setIms(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact ims
setInputValue(Object) - Method in interface oracle.adfmf.bindings.AttributeBinding
Updates the attribute value associated with this binding.
setInputValue(int, Object) - Method in interface oracle.adfmf.bindings.AttributesBinding
Updates the attribute value associated with this binding at the given position.
setLabel(String) - Method in class oracle.adfmf.javax.faces.model.SelectItem
Set the label of this item, to be rendered visibly for the user.
setLatitude(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setLocality(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for locality
setLongitude(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setMessage(String) - Method in exception oracle.adfmf.framework.exception.AdfException
Set the error message to the exception object
setMetadataDefinition(XmlAnyDefinition) - Method in interface oracle.adfmf.bindings.DataControl
Set the metadata definition object for this Data Control
setMiddleName(String) - Method in class oracle.adf.model.datacontrols.device.ContactName
Set the value for middle name
setName(ContactName) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact name
setName(String) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Set the value for organization name
setName(String) - Method in interface oracle.adfmf.bindings.DataControl
Sets the name that identifies this datacontrol inside a BindingContext.
setNewValue(Object) - Method in class oracle.adfmf.amx.event.ValueChangeEvent
Sets the new value of the component.
setNickname(String) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact nick name
setNote(String) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact note
setOldRowKey(Object) - Method in class oracle.adfmf.amx.event.SelectionEvent
Sets the rowKey that has just been unselected.
setOldValue(Object) - Method in class oracle.adfmf.amx.event.ValueChangeEvent
Sets the previous value of the component.
setOrganizations(ContactOrganization[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact organizations
setParent(GenericType) - Method in interface oracle.adfmf.util.GenericType
Set the value of the given attribute NOTE: Order of defines does matter, so setting the i'th attribute will alway set the i'th attribute that was defined.
setPhoneNumbers(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact phone numbers
setPhotos(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact photos
setPostalCode(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for postal code
setPref(boolean) - Method in class oracle.adf.model.datacontrols.device.ContactField
Set the value for pref
setPref(boolean) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Set the value for pref
setRegion(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for region
setResolvingSetValue(boolean) - Method in class oracle.adfmf.framework.model.AdfELContext
See isResolvingSetValue.
setRowKeyInsertedBefore(Object) - Method in class oracle.adfmf.amx.event.MoveEvent
Sets the rowKey that the moved row was inserted before.
setRowKeyMoved(Object) - Method in class oracle.adfmf.amx.event.MoveEvent
Sets the rowKey that was moved.
setSelectedRowKeys(String[]) - Method in class oracle.adfmf.amx.event.SelectionEvent
Sets the array of rowKeys that have just been selected.
setSeverity(String) - Method in exception oracle.adfmf.framework.exception.AdfException
Set severity of the exception
setSpeed(double) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setStreetAddress(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for street address
setTimestamp(long) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
setTitle(String) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Set the value for title
setType(String) - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Set the value for address type
setType(String) - Method in class oracle.adf.model.datacontrols.device.ContactField
Set the value for type
setType(String) - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Set the value for type
setType(String) - Method in exception oracle.adfmf.framework.exception.AdfException
Set type of exception
setUrls(ContactField[]) - Method in class oracle.adf.model.datacontrols.device.Contact
Set the value for contact urls
setValue(String) - Method in class oracle.adf.model.datacontrols.device.ContactField
Set the value for value
setValue(NameValuePair[]) - Method in class oracle.adfmf.framework.api.Model
Set a set of EL values
setValue(Object) - Method in class oracle.adfmf.javax.faces.model.SelectItem
Set the value of this item, to be delivered to the model if this item is selected by the user.
setVariable(String, ValueExpression) - Method in class oracle.adfmf.framework.model.AdfELContext
Define a variable.
setVariable(String, Object, Class) - Method in class oracle.adfmf.framework.model.AdfELContext
Convenience method to set a variable through the VariableResolver.
setWatchId(String) - Method in class oracle.adf.model.datacontrols.device.Location
Do not use.
SEVERITY_KEY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property to contain exception's severity
showNavigationbar() - Method in class oracle.adf.model.datacontrols.application.ApplicationFeatures
Shows the navigation bar
showNavigationBar() - Static method in class oracle.adfmf.framework.api.AdfmfContainerUtilities
Shows navigation bar.
size() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 
start() - Method in interface oracle.adfmf.application.LifeCycleListener
The start method will be called at the start of the application.
startLocationMonitor(boolean, int, String) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Register a callback to receive regular updates on the device's position
startUpdatingPosition(int, boolean, String, GeolocationCallback) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Register a callback to receive regular updates on the device's position
stop() - Method in interface oracle.adfmf.application.LifeCycleListener
The stop method will be called at the termination of the application.

T

TemporaryDirectory - Static variable in class oracle.adfmf.framework.api.AdfmfJavaUtilities
Constant to be used to determine which directory path to obtain
toGenericType(String, Object) - Static method in class oracle.adfmf.framework.api.GenericTypeBeanSerializationHelper
Method used to serialize the passed in Java object to a GenericType.
toJSON() - Method in class oracle.adf.model.datacontrols.device.Contact
Method to convert Contact object to JSON representation.
toJSON(Object) - Static method in class oracle.adfmf.framework.api.JSONBeanSerializationHelper
Method used to serialize the passed in Java object to JSON.
toJSON() - Method in interface oracle.adfmf.framework.api.JSONSerializable
Method to add custom code to serialize the Object to JSON
toJSON() - Method in exception oracle.adfmf.framework.exception.AdfException
toJSON implementation as AdfException class implements JSONSerializable
toJSON() - Method in exception oracle.adfmf.framework.exception.AdfInvocationException
Method to convert AdfInvocationException object into JSON.
toJSON() - Method in exception oracle.adfmf.framework.exception.AdfInvocationRuntimeException
Method to convert AdfInvocationRuntimeException object into JSON.
toString() - Method in class oracle.adf.model.datacontrols.device.Contact
Method to convert Contact object to string representation.
toString() - Method in class oracle.adf.model.datacontrols.device.ContactAddresses
Method to convert Contact object to string representation.
toString() - Method in class oracle.adf.model.datacontrols.device.ContactField
Method to convert ContactField object to string representation.
toString() - Method in class oracle.adf.model.datacontrols.device.ContactName
Method to convert ContactName object to string representation.
toString() - Method in class oracle.adf.model.datacontrols.device.ContactOrganization
Method to convert ContactOrganization object to string representation.
toString() - Method in class oracle.adf.model.datacontrols.device.Location
 
toString() - Method in exception oracle.adfmf.framework.exception.AdfException
Method to convert AdfException object to String.
toString() - Method in class oracle.adfmf.java.beans.PropertyChangeEvent
Generate a simple string representation of the event.
toString() - Method in class oracle.adfmf.java.beans.ProviderChangeEvent
Get a simple string representation of the event.
Trace - Class in oracle.adfmf.util.logging
 
TransactionalDataControl - Interface in oracle.adfmf.bindings
This interface is to be implementated by DataControls that supports transactions.
TRANSIENT_FLAG_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property with a boolean value indicating if this object is transient or not
TransitiveObject - Interface in oracle.adfmf.framework.api
Interface declared such that object of any class implementing this interface will not be serialized.
TYPE_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property with a String value containing the type of the object, like class name.

U

updateContact(Contact) - Method in class oracle.adf.model.datacontrols.device.DeviceDataControl
Update an existing Contact object.
updateContact(Contact) - Method in interface oracle.adf.model.datacontrols.device.DeviceManager
Update an existing Contact object.
updateCurrentELResolutionPath(String, boolean) - Method in class oracle.adfmf.framework.model.AdfELContext
Augment the current EL resolution path with the given property
UpdateListener - Interface in oracle.adfmf.bindings
This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.
updateRenderer() - Method in interface oracle.adfmf.bindings.UpdateListener
Notification to the listener that the attribute value has changed and needs to be rendered again.

V

VALUE_REF_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property which denotes the value is actually a reference (EL expression)
ValueChangeEvent - Class in oracle.adfmf.amx.event
Event that is generated when the value of a component changes.
ValueChangeEvent() - Constructor for class oracle.adfmf.amx.event.ValueChangeEvent
Creates a new ValueChangeEvent
ValueChangeEvent(Object, Object) - Constructor for class oracle.adfmf.amx.event.ValueChangeEvent
Creates a new ValueChangeEvent
values() - Method in class oracle.adf.model.datacontrols.device.PreferenceScope
 

W

WARNING - Static variable in exception oracle.adfmf.framework.exception.AdfException
AdfException severity constant for WARNING logging
WEAKREF_PROPERTY - Static variable in interface oracle.adfmf.framework.api.JSONTokens
Property which denotes a weak reference to an impicit scoped variable

A B C D E F G H I J K L M N O P R S T U V W

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.