Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03

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


N

name(Node) - Static method in class oracle.adf.model.connection.webservice.util.XmlUtil
 
name - Variable in class oracle.adfinternal.model.adapter.bean.BeanFieldInfo
Name of the field.
NAME - Static variable in class oracle.jbo.common.PropertyDefaultContext
 
name - Variable in class oracle.jbo.common.remote.ObjectHandle
 
name - Variable in class oracle.jbo.common.remote.rAttributeDescription
 
NAME - Static variable in class oracle.jbo.mom.Tags
 
NAME - Static variable in class oracle.jbo.ViewCriteriaItem
 
NAME_ATTRIBUTE - Static variable in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
NAME_S - Static variable in class oracle.adf.model.adapter.bean.annotation.BeanAnnotationConstants
 
NAME_SPACE - Static variable in class oracle.jbo.client.Configuration
 
NAME_SPACE_PREFIX - Static variable in class oracle.jbo.client.config.SchemaReader
 
NAME_SPACE_SEPERATOR - Static variable in class oracle.jbo.common.sdo.SDOHelper
 
NAME_SPACE_URI - Static variable in class oracle.jbo.client.config.SchemaReader
 
NameClashException - Exception in oracle.jbo
Indicates that an attempt has been made to use a name that is already defined.
NameClashException(String, String) - Constructor for exception oracle.jbo.NameClashException
Creates an exception to be localized using CSMessageBundle and error code EXC_NAME_CLASH.
NameClashException(int, String) - Constructor for exception oracle.jbo.NameClashException
Creates an exception to be localized using CSMessageBundle and error code EXC_NAME_CLASH.
NAMED_DATA - Static variable in class oracle.jbo.mom.Tags
 
NamedDefinition - Interface in oracle.binding.meta
Interface for holding named metadata.
NamedObjectImpl - Class in oracle.jbo.common
The base class for all business objects.
NamedObjectImpl() - Constructor for class oracle.jbo.common.NamedObjectImpl
 
NamedObjectImpl - Class in oracle.jbo.server
 
NamedObjectImpl() - Constructor for class oracle.jbo.server.NamedObjectImpl
 
names() - Method in class oracle.jbo.server.JboEventObject
Enumerates the names used as keys in this event object's hash table.
NAMESPACE - Static variable in class oracle.adf.model.adapter.dataformat.xml.XMLSchemaDef
 
NAMESPACE - Static variable in class oracle.adf.model.adapter.dataformat.XSDHandler
 
namespaceURI - Static variable in class oracle.adf.model.binding.events.DynamicRegionEventsConfig
 
namespaceURI - Static variable in class oracle.jbo.common.ResourceConfigCallback
 
namespaceURI - Static variable in class oracle.jbo.server.uniqueid.AdfUniqueIdConfig
 
NameValuePairs - Class in oracle.jbo
Holder of name/value pairs.
NameValuePairs() - Constructor for class oracle.jbo.NameValuePairs
Creates an empty attribute list.
NameValuePairs(int) - Constructor for class oracle.jbo.NameValuePairs
Constructs a new attribute list with a specified initial capacity.
NameValuePairs(String[], Object[]) - Constructor for class oracle.jbo.NameValuePairs
 
NativeTypeDomainInterface - Interface in oracle.jbo.domain
Implemented by domain classes that have a getNativeObject method on them returning the best java native type that the domain value can be converted to.
nativeTypesArr - Static variable in class oracle.jbo.common.JBOClass
 
NavigatableRowIterator - Interface in oracle.jbo
Provides simple access to a set of rows.
navigated(DCIteratorBinding, NavigationEvent) - Method in class oracle.adf.model.binding.DCBindingContainer
Invoked when a DCIteratorBinding receives a navigated Event from BC4J RowSetIterator
navigated(NavigationEvent) - Method in class oracle.adf.model.binding.DCIteratorBinding
 
navigated(NavigationEvent) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
navigated(NavigationEvent) - Method in class oracle.jbo.common.sdo.SDOValueStore
 
navigated(NavigationEvent) - Method in class oracle.jbo.common.sdo.SDOValueStore.RowSetList
 
navigated(NavigationEvent) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
navigated(NavigationEvent) - Method in interface oracle.jbo.RowNavigationListener
Invoked when the current-row designation changes.
navigated(NavigationEvent) - Method in interface oracle.jbo.RowSetListener
Invoked when the current-row designation changes.
navigated(NavigationEvent) - Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
 
navigated(NavigationEvent) - Method in class oracle.jbo.server.ViewObjectImpl
 
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
*** For internal framework use only ***
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
 
navigated(DCIteratorBinding, NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
*** For internal framework use only ***
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
 
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
navigated(DCIteratorBinding, NavigationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator
navigated(JUIteratorBinding, NavigationEvent) - Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
Invoked when the current-row designation changes.
navigated(JUIteratorBinding, NavigationEvent) - Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
Invoked when the current-row designation changes.
navigated(NavigationEvent) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
*** For internal framework use only ***
navigateTo(ChangeEvent) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
navigateTo(int) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
NavigationEvent - Class in oracle.jbo
An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
NavigationEvent(NavigatableRowIterator, Row, Row) - Constructor for class oracle.jbo.NavigationEvent
Creates a navagation event when a new row becomes current.
NClobDomain - Class in oracle.jbo.domain
This class provides a lightweight wrapper for oracle.sql.NClob, the Java representation of the NCLOB database type.
NClobDomain() - Constructor for class oracle.jbo.domain.NClobDomain
Constructor for this class.
NClobDomain(String) - Constructor for class oracle.jbo.domain.NClobDomain
Constructs an instance of this class, given a string.
NClobDomain(char[]) - Constructor for class oracle.jbo.domain.NClobDomain
Constructs an instance of this class, given a char array.
NClobDomain(Clob) - Constructor for class oracle.jbo.domain.NClobDomain
Constructs an instance of this class, given an NCLOB object.
NClobDomain(NCLOB) - Constructor for class oracle.jbo.domain.NClobDomain
Deprecated. use NClobDomain(Clob) instead.
NClobDomain(Clob, char[]) - Constructor for class oracle.jbo.domain.NClobDomain
Internal: Applications should not use this constructor.
NClobDomain(NCLOB, char[]) - Constructor for class oracle.jbo.domain.NClobDomain
Deprecated. use NClobDomain(Clob, char[]) instead.
NClobDomain(NClobDomain, char[]) - Constructor for class oracle.jbo.domain.NClobDomain
Internal: Applications should not use this constructor.
NClobDomain(ResponseValues) - Constructor for class oracle.jbo.domain.NClobDomain
 
needsEntityToVOMapping() - Method in exception oracle.jbo.JboException
 
needsEstimatedRowCount() - Method in class oracle.adf.model.binding.DCControlBinding
 
needsEstimatedRowCount() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
needsEstimatedRowCount() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
needsEstimatedRowCount() - Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
 
needsQuotedTableName(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Inspects the table name if it needs to be escaped with quotes.
needsQuotedTableName(String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
needsRefresh() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
needsRefresh() - Method in interface oracle.jbo.common.ws.WSRowSetIteratorMarshaller
 
needsRefresh() - Method in class oracle.jbo.server.ViewObjectImpl
 
needsRefresh() - Method in class oracle.jbo.server.ViewRowSetImpl
 
needsRefresh() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
negate() - Method in class oracle.jbo.domain.Number
Calculates 0 - this.
NESTED_QUERY_ALIAS_BASE - Static variable in class oracle.jbo.ViewCriteria
 
NESTED_ROW - Static variable in class oracle.binding.meta.criteria.Item.ItemType
 
NESTED_VIEW_CRITERIA - Static variable in class oracle.binding.meta.criteria.CriteriaRow.RowType
 
NestedApplicationModuleImpl - Class in oracle.jbo.client.remote.ejb
 
NestedApplicationModuleImpl(EJBApplicationModuleImpl, ResponseValues) - Constructor for class oracle.jbo.client.remote.ejb.NestedApplicationModuleImpl
 
NestedApplicationModuleImpl - Class in oracle.jbo.server.remote.ejb
 
NestedApplicationModuleImpl() - Constructor for class oracle.jbo.server.remote.ejb.NestedApplicationModuleImpl
 
NestedCriteriaRow - Interface in oracle.binding.meta.criteria
Defines a criteria row that consists of a nested criteria.
NestedRowItem - Interface in oracle.binding.meta.criteria
Defines a nested row view criteria item.
NESTEDVC - Static variable in class oracle.jbo.ViewCriteriaItem
 
NEW_LINE - Static variable in class oracle.jbo.mom.xml.XMLOutputStream
 
NEW_LINE_CHAR - Static variable in class oracle.jbo.mom.xml.XMLOutputStream
 
NEW_NAME - Static variable in class oracle.jbo.mom.Tags
 
NEW_ROW_HANDLE - Static variable in class oracle.jbo.server.ViewObjectImpl
 
NEW_ROW_INDEX - Static variable in class oracle.jbo.server.ViewObjectImpl
 
NEW_ROW_TRACKER - Static variable in class oracle.jbo.server.ViewObjectImpl
 
newInstance(Attributes, Context) - Method in class oracle.adf.model.connection.url.URLProviderFactory
Create the Referenceable facet of the URLConnection based on the attributes collected by the UI session.
newInstance(Attributes) - Method in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
newInstance(Class) - Static method in class oracle.jbo.common.JBOClass
 
newInstance(String) - Static method in class oracle.jbo.common.JBOClass
 
newInstance(String) - Static method in class oracle.jbo.common.service.ReflectionHelper
 
newInstance(String, Class[], Object[]) - Static method in class oracle.jbo.common.service.ReflectionHelper
 
newInstance(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
 
newInstance2(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
newValue - Variable in class oracle.adf.model.binding.DCBindingContainerValueChangeEvent
 
next() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
next() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
next() - Method in class oracle.jbo.common.EventGroup
 
next() - Method in class oracle.jbo.common.PropertyGroup
 
next() - Method in class oracle.jbo.common.PropertyMetadata
 
next() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
next(String, String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
next(String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
next() - Method in interface oracle.jbo.RowIterator
Gets the next row in the iterator.
next() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
next() - Method in class oracle.jbo.server.ViewObjectImpl
Navigates to the next row in the row set.
next() - Method in class oracle.jbo.server.ViewRowSetImpl
Navigates to the next row in the row set.
next() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Navigates to the next row in the row set.
next() - Method in class oracle.jbo.ViewCriteria
For internal use only.
NEXTID - Static variable in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
 
NEXTID - Static variable in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
 
nextIndex() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the absolute row index of the next row.
nextLine() - Method in class oracle.adf.model.adapter.dataformat.csv.CSVParser
Moves to the next line of the data.
nextPage() - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Action method bound to the "Next" link.
nextPage() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
Action method bound to the "Next >" link.
nextSibling(Node) - Static method in class oracle.adf.model.connection.webservice.util.XmlUtil
 
nextSiblingWithName(Node, String) - Static method in class oracle.adf.model.connection.webservice.util.XmlUtil
 
nextSiblingWithNameAndText(Node, String, String) - Static method in class oracle.adf.model.connection.webservice.util.XmlUtil
 
nibbles2bArray(byte[]) - Static method in class oracle.jbo.common.RepConversion
Nibbles to byte array.
nibbleToHex(byte) - Static method in class oracle.jbo.common.RepConversion
nibble To hex.
NILLABLE - Static variable in class oracle.adf.model.adapter.dataformat.xml.XMLSchemaDef
 
NILLABLE - Static variable in class oracle.adf.model.adapter.dataformat.XSDHandler
 
NO_MATCH_VALUE - Static variable in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
NO_PERMISSION - Static variable in class oracle.adf.model.binding.PermissionHelper
 
NODE_TYP_ADD - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_AND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_ARRAY - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_ASSIGN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BEGIN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BEGIN_BLOCK - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BEGIN_IF_COND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BEGIN_WHILE_COND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BETWEEN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BIGINTEGER - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_BOOLEAN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_CHAR - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_COMPOUND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_CONCAT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_DECIMAL - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_DECLARE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_DIVIDE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_ELSE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_END_BLOCK - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_END_IF_COND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_END_WHILE_COND - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_EQ - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_FROM - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_GE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_GT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IDENT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IF - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_INTEGER - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IS - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IS_NOT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_IS_VALID - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_LE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_LIMIT_LITERAL_VALUES - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_LONG - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_LT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_METHOD_CALL - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_MOD - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_MULTIPLY - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NEGATIVE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NEW - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NONE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NOT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NOT_BETWEEN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NOT_IN - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NOT_REGEXP - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_NULL - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_OR - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_REGEXP - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_SELECT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_STRING - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_SUBTRACT - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_VAR - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_WHERE - Static variable in class oracle.jbo.expr.JIParserNode
 
NODE_TYP_WHILE - Static variable in class oracle.jbo.expr.JIParserNode
 
NodeAttributeHelper - Class in oracle.adf.model.adapter.utils
Helper class to find value of attributes from an XML Node object.
NodeAttributeHelper() - Constructor for class oracle.adf.model.adapter.utils.NodeAttributeHelper
Creats an empty helper.
NodeAttributeHelper(NamedNodeMap) - Constructor for class oracle.adf.model.adapter.utils.NodeAttributeHelper
Creates the object from a NamedNodeMap.
NodeDefNode - Class in oracle.jbo.mom.xml
This class implements the DefNode interface by creating a wrapper around some sort of Node object.
NodeDefNode(Node) - Constructor for class oracle.jbo.mom.xml.NodeDefNode
 
NoDefException - Exception in oracle.jbo
Indicates that an attempt has been made to use a nonextistant definition.
NoDefException(String, String) - Constructor for exception oracle.jbo.NoDefException
Constructs this exception using the definition type and the definition name.
NoDefException(String, Object[]) - Constructor for exception oracle.jbo.NoDefException
Creates an exception to be localized using CSMessageBundle and a given error code.
NoDefException(int, String) - Constructor for exception oracle.jbo.NoDefException
Constructs this exception using the definition type id and the definition name.
NoDefException(int, String, String) - Constructor for exception oracle.jbo.NoDefException
Constructs this exception using the definition type id, the definition name, and the owner (parent) object name.
nodeForRow(int) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
nodeQualifies(JIParserNode, JIParserNode[]) - Method in interface oracle.jbo.expr.JIParserNodeLocator
 
nodeSelected() - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Finds the row that this node represents in the associated iterator by asking this node's parent node for the iterator and then sets that row as current row in the RowIterator.
NODETYPES_TEXT_CDATA - Static variable in interface oracle.jbo.mom.xml.DefElement
 
NoMasterRowMarker - Class in oracle.jbo.domain
 
NoMasterRowMarker() - Constructor for class oracle.jbo.domain.NoMasterRowMarker
 
noMoreTokenCheck() - Method in class oracle.jbo.expr.JIExpr
 
NON_HISTORY - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
None - Static variable in interface oracle.jbo.common.service.types.ReturnMode
No Objects will be returned.
NONE_JOIN_TYPE - Static variable in interface oracle.jbo.ViewDef
 
NoObjException - Exception in oracle.jbo
Indicates that a named object does not exist.
NoObjException(String, String) - Constructor for exception oracle.jbo.NoObjException
Creates an exception to be localized using CSMessageBundle and error code EXC_NO_OBJECT.
NoObjException(int, String) - Constructor for exception oracle.jbo.NoObjException
Creates an exception to be localized using CSMessageBundle and error code EXC_NO_OBJECT.
NoObjException(Class, String, Object[]) - Constructor for exception oracle.jbo.NoObjException
 
normalize(Object) - Static method in class oracle.jbo.mom.xml.ElementDefElement
 
normalize(Object) - Static method in class oracle.jbo.mom.xml.NodeDefNode
 
normalizeString(String) - Static method in class oracle.adf.model.adapter.utils.Utility
Normalize a string to play by the JSR 227 DT rules.
NOT - Static variable in class oracle.jbo.common.CommonCriteriaAdapter
 
Not - Static variable in class oracle.jbo.common.types.Conjunction
Negation.
NOT_BETWEEN - Static variable in class oracle.adf.model.adapter.bean.jpa.JPQLEntity
 
NOT_CHECKED - Static variable in class oracle.adf.model.binding.PermissionHelper
 
NOT_LIKE - Static variable in class oracle.adf.model.adapter.bean.jpa.JPQLEntity
 
NotConnectedException - Exception in oracle.jbo
Indicates that the Application Module is not connected to a database.
NotConnectedException() - Constructor for exception oracle.jbo.NotConnectedException
Creates an exception to be localized using CSMessageBundle and error code EXC_NOT_CONNECTED.
notify(EventObject) - Method in interface oracle.jbo.server.ADFDatabaseChangeListener
Notify the query collection about a database event.
notify(EventObject) - Method in class oracle.jbo.server.OracleDatabaseChangeListenerWrapper
Notify the query collection about a database event.
notifyApplicationModuleReleased(ApplicationModule, boolean) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
May be customized to perform special release processing.
notifyAttributesAndBlgChanged(int[], Object[], boolean) - Method in class oracle.jbo.server.EntityImpl
 
notifyAttributesChanged(int[], Object[]) - Method in class oracle.jbo.server.EntityImpl
 
notifyAttributesChanged(int[], Object[], boolean) - Method in class oracle.jbo.server.EntityImpl
 
notifyChanged() - Method in class oracle.jbo.ViewCriteriaRow
 
notifyClientPassivationBefore() - Method in interface oracle.jbo.client.remote.ClientPostListener
 
notifyClientPostAfter() - Method in interface oracle.jbo.client.remote.ClientPostListener
 
notifyClientPostBefore() - Method in interface oracle.jbo.client.remote.ClientPostListener
 
notifyDataChangeEvent(DataChangeEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
notifyDataExceptionEvent(DataExceptionEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
notifyDCE(DataChangeEvent) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Deprecated. ...use notifyDataChangeEvent.
notifyEntityActivated(boolean) - Method in class oracle.jbo.server.EntityImpl
Internal: Applications should not use this method.
notifyIteratorChanged(DCIteratorBinding, boolean) - Method in class oracle.adf.model.binding.DCBindingContainer
Notify each listener of the iteratorChanged event when an iterator changes its data due to execute, re-execute, or change in display mode (find mode or data mode).
notifyIteratorChanged(DCIteratorBinding, boolean) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Notify each listener of the iteratorChanged event when an iterator changes its data due to execute, re-execute, or change in display mode (find mode or data mode).
notifyIteratorChanged(DCIteratorBinding, boolean) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
*** For internal framework use only ***
notifyNavigationEvent(Row, Row) - Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
 
notifyNavigationEvent(Row, Row) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
notifyPCollEvent(int, Object, Object) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
notifyPCollEvent(int, Object, Object) - Method in class oracle.jbo.pcoll.JTAPersistManager
 
notifyPCollEvent(int, Object, Object) - Method in class oracle.jbo.pcoll.OraclePersistManager
 
notifyPCollEvent(int, Object, Object) - Method in class oracle.jbo.pcoll.PCollection
 
notifyPCollEvent(int, Object, Object) - Method in interface oracle.jbo.pcoll.PersistManager
 
notifyRangeRefreshed(int) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
notifyRowDeleted(ViewRowSetImpl, Row, int) - Method in class oracle.jbo.server.ViewObjectImpl
This method is invoked by the framework when a row is deleted from the given ViewRowSet for this ViewObject.
notifyRowInserted(ViewRowSetImpl, Row, int) - Method in class oracle.jbo.server.ViewObjectImpl
This method is invoked by the framework when inserts are made to the given ViewRowSet for this ViewObject.
notifyRowUpdated(ViewRowSetImpl, Row[], int[]) - Method in class oracle.adf.model.bean.DCDataVO
 
notifyRowUpdated(QueryCollection, Row, int[], boolean) - Method in class oracle.jbo.server.ViewObjectImpl
 
notifyRowUpdated(QueryCollection, Row, int[], UpdateEvent) - Method in class oracle.jbo.server.ViewObjectImpl
 
notifyRowUpdated(ViewRowSetImpl, Row[], int[], UpdateEvent) - Method in class oracle.jbo.server.ViewObjectImpl
This method is invoked by the framework when updates are made to any attribute for rows in the given ViewRowSet for this ViewObject.
notifyRowUpdated(ViewRowSetImpl, Row[], int[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
notifyStateReset() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Notifies all TopLinkDataControls associated with this application and TL transactional resources that the transactional state has been reset.
notifyTransactionCommitted() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Notifies all TopLinkDataControls associated with this application and TL transactional resources that the transaction has been commited.
notifyTransactionRolledback() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Notifies all TopLinkDataControls associated with this application and TL transactional resources that the transaction has been rolled back.
notifyUpdateEvent(UpdateEvent) - Method in class oracle.adf.model.binding.DCIteratorBinding
called when rowUpdated event is received from the model.
notifyUpdateEvent(UpdateEvent) - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
 
NoXMLFileException - Exception in oracle.jbo
Indicates that an XML file could not be found for a container.
NoXMLFileException(String, Object[]) - Constructor for exception oracle.jbo.NoXMLFileException
Creates an exception to be localized using CSMessageBundle and a given error code.
NoXMLFileException(String) - Constructor for exception oracle.jbo.NoXMLFileException
Creates an exception to be localized using CSMessageBundle and error code EXC_LOCATING_XML_FILE.
NS_SOAP - Static variable in interface oracle.adfinternal.model.adapter.webservice.WSDLConstants
SOAP version 1.1 namespace
NS_SOAP12 - Static variable in interface oracle.adfinternal.model.adapter.webservice.WSDLConstants
SOAP version 1.2 namespace
NS_SVC_ERRORS - Static variable in class oracle.jbo.common.service.XSDConstants
 
NS_SVC_METADATA - Static variable in class oracle.jbo.common.service.XSDConstants
 
NS_SVC_TYPES - Static variable in class oracle.jbo.common.service.XSDConstants
 
NULL - Static variable in class oracle.jbo.common.CommonCriteriaAdapter
 
NULL(String) - Static method in class oracle.jbo.common.DebugDiagnostic
Does nothing: this method allows fragments of code to be embedded that will be compiled away for release-mode builds.
NULL_COMP_ALLOWED_FALSE - Static variable in class oracle.jbo.expr.JIExpr
 
NULL_COMP_ALLOWED_TRUE - Static variable in class oracle.jbo.expr.JIExpr
 
NULL_COMP_NOT_ALLOWED - Static variable in class oracle.jbo.expr.JIExpr
 
NULL_CONNECTION_MODE - Static variable in class oracle.jbo.common.JboEnvUtil
 
NULL_PASSIVATION_ID - Static variable in interface oracle.jbo.common.ampool.SessionCookie
 
NULL_TYPES - Static variable in class oracle.jbo.rules.Variant
 
NULL_TYPES - Static variable in class oracle.jbo.server.util.Variant
 
NULL_VALUE - Static variable in class oracle.jbo.common.JboXMLUtil
 
NULL_VALUE - Variable in class oracle.jbo.mom.PropertyNameValueDef
 
NULL_VALUE - Static variable in class oracle.jbo.ViewCriteria
 
NULL_VALUE_BLANK - Static variable in class oracle.jbo.common.StringManager
 
NULL_VALUE_EMPTY - Static variable in class oracle.jbo.common.StringManager
 
NullDBTransactionImpl - Class in oracle.jbo.server
Deprecated. Since Jdeveloper 9.0.3. No replacement.
NullDBTransactionImpl() - Constructor for class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
NULLVAL - Static variable in class oracle.jbo.common.policy.PolicyEntry
public static void main(String args[]) { String keyNames[] = { "key1", "key2", "key3" }; String val1[] = { "val1a", null, "val3a" }; PolicyEntry ent1 = createPolicyEntry(keyNames, val1); Map mymap = createMap(new String[] { "key1", "key2", "key3" }, new String[] { null, "val2a", "val3a" }); System.out.println(ent1.matchesValue(mymap)); System.out.println(ent1.equals(mymap)); mymap = createMap(new String[] { "key1", "key2", "key3" }, new String[] { null, "val2ag", "val3a" }); System.out.println(ent1.matchesValue(mymap)); System.out.println(ent1.equals(mymap)); mymap = createMap(new String[] { "key1", "key2", "key3" }, new String[] { "val1a", "val2a", "val3a" }); System.out.println(ent1.matchesValue(mymap)); System.out.println(ent1.equals(mymap)); }
NullValue - Class in oracle.jbo.domain
Provides a means of creating and serializing null Domain objects.
NullValue() - Constructor for class oracle.jbo.domain.NullValue
Creates a default null Domain object, of type VARCHAR.
NullValue(int) - Constructor for class oracle.jbo.domain.NullValue
Creates a null value for a specified Domain type.
NullValue(String) - Constructor for class oracle.jbo.domain.NullValue
Creates a null value for a specified Domain type.
nullValue - Static variable in class oracle.jbo.server.JboEventObject
 
nullVariant - Static variable in class oracle.jbo.rules.Variant
 
nullVariant - Static variable in class oracle.jbo.server.util.Variant
 
NUMBER - Static variable in class oracle.jbo.common.JboTypeMap
 
Number - Class in oracle.jbo.domain
This class extends oracle.sql.NUMBER, Oracle's Java representation of the NUMBER database type.
Number() - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object representing zero.
Number(byte[]) - Constructor for class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
Number(byte) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a byte.
Number(int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an int.
Number(Long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Long object.
Number(long) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an long.
Number(short) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an short.
Number(float) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an float.
Number(double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an double.
Number(Double) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an Double object.
Number(BigDecimal) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigDecimal.
Number(BigInteger) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a BigInteger.
Number(String, int) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(String) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Java String.
Number(boolean) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from a Boolean.
Number(Object) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an arbitrary Object.
Number(Number) - Constructor for class oracle.jbo.domain.Number
Creates a Number identical to an existing Number.
Number(NUMBER) - Constructor for class oracle.jbo.domain.Number
Creates a Number Domain object from an SQL NUMBER.
NUMBER_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
NUMBER_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
numberToken(String, int) - Static method in class oracle.jbo.server.util.JboToken
 
numFreeAuxIds() - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Returns the number of free ids in the auxilliary range defined for use by the current database.
numFreeIds() - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Returns the number of free ids in the range defined for use by the current database.
numFreeMainIds() - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Returns the number of free ids in the main range defined for use by the current database.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03

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


Copyright © 1997, 2009, Oracle. All rights reserved.