|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
REFRESH_...
constants are used as refresh mode
flags to be passed into Row.refresh(int)
.
REFRESH_...
constants are used as refresh mode
flags to be passed into Row.refresh(int)
.
REFRESH_...
constants are used as refresh mode
flags to be passed into Row.refresh(int)
.
REFRESH_...
constants are used as refresh mode
flags to be passed into Row.refresh(int)
.
REFRESH_...
constants are used as refresh mode
flags to be passed into Row.refresh(int)
.
ApplicationModule.ACTIVATE_REMOVE_FLAG
instead
RowSetIterator
to inform its listeners
when rows in a range are updated or scrolled.RowSetIterator
to inform its listeners
when a range of rows need to be redrawn.ArrayResourceBundle
which is the ResourceBundle
flavor in use by the IDE.null
.
CSMessageBundle
and error code EXC_DML_POST_ENTITY
.
- RowDef - class oracle.jbo.server.RowDef.
- Default implementation of DefInterface implemented by all of
JBO Definition classes.
- RowDef() -
Constructor for class oracle.jbo.server.RowDef
-
- RowEvent - class oracle.jbo.RowEvent.
- An event class used by
RowSetIterator
to inform its listeners
when a row is modified, added, or deleted. - RowEvent(NavigatableRowIterator, Row, int) -
Constructor for class oracle.jbo.RowEvent
- Creates an event when a row is modified, added, or deleted.
- RowFilter - interface oracle.jbo.server.RowFilter.
-
- RowFilterKey - class oracle.jbo.server.RowFilterKey.
-
- RowFilterKey(ViewObjectImpl, Object[]) -
Constructor for class oracle.jbo.server.RowFilterKey
-
- RowFilterKey(ViewObjectImpl) -
Constructor for class oracle.jbo.server.RowFilterKey
-
- RowFilterKeyForwardOnly - class oracle.jbo.server.RowFilterKeyForwardOnly.
-
- RowFilterKeyForwardOnly(ViewObjectImpl, Object[]) -
Constructor for class oracle.jbo.server.RowFilterKeyForwardOnly
-
- RowFilterKeyForwardOnly(ViewObjectImpl) -
Constructor for class oracle.jbo.server.RowFilterKeyForwardOnly
-
- RowImpl - class oracle.adf.model.generic.RowImpl.
- The RowImpl class is used to access the data inside a row using the Row interface
- RowImpl(Object, DCRowSetIteratorImpl) -
Constructor for class oracle.adf.model.generic.RowImpl
-
- RowImpl - class oracle.jbo.client.remote.RowImpl.
- The RowImpl class is used to access the data inside a row using the Row interface
- RowImpl() -
Constructor for class oracle.jbo.client.remote.RowImpl
-
- RowImpl - class oracle.jbo.server.RowImpl.
- Base class for Entity Rows and View Object Rows.
- RowImpl() -
Constructor for class oracle.jbo.server.RowImpl
-
- RowInconsistentException - exception oracle.jbo.RowInconsistentException.
- Thrown if inconsist data is detected
when locking a row.
- RowInconsistentException(Key) -
Constructor for class oracle.jbo.RowInconsistentException
-
- RowIterator - interface oracle.jbo.RowIterator.
- The interface for Row Iterator.
- RowNavigationListener - interface oracle.jbo.RowNavigationListener.
- Implemented by subscribers to events generated by row sets.
- RowNotAvailableException - exception oracle.jbo.RowNotAvailableException.
- Thrown when the requested row is not available.
- RowNotAvailableException(String) -
Constructor for class oracle.jbo.RowNotAvailableException
- Constructs a new instance of exception notifying that the requested row
is not in cache.
- RowNotFoundException - exception oracle.jbo.RowNotFoundException.
- Thrown when the requested row is not found.
- RowNotFoundException(boolean, String, Key) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a row of a given key is not found.
- RowNotFoundException(Class, String, Object[]) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a row is not retrieved/found unexpected.
- RowNotFoundException(RowSetIterator, Object) -
Constructor for class oracle.jbo.RowNotFoundException
- Deprecated. Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object).
- RowNotFoundException(RowSet, Object) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a row of a given row handle is not found
in a
RowSet
.
- RowNotFoundException(RowSetIterator, int) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a row of a given range index is not found
in a
RowSetIterator
.
- RowNotFoundException(RowSetIterator) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a
RowSetIterator
has no current row.
- RowNotFoundException(RowIterator) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when a
RowIterator
has no current row.
- RowNotFoundException(String, String) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new instance when the requested entity row within
a View row is
null
.
- RowNotFoundException(int) -
Constructor for class oracle.jbo.RowNotFoundException
- Constructs a new exception when the entity row of the given
transaction post listener handle is not found in the list.
- RowQualifier - class oracle.jbo.server.RowQualifier.
-
- RowQualifier(ViewObjectImpl) -
Constructor for class oracle.jbo.server.RowQualifier
-
- RowQualifier(String) -
Constructor for class oracle.jbo.server.RowQualifier
-
- RowReadXMLException - exception oracle.jbo.RowReadXMLException.
- Thrown when reading an xml document fails for a RowSet or a Row.
- RowReadXMLException(Key, String, Vector) -
Constructor for class oracle.jbo.RowReadXMLException
- Constructs a new instance.
- RowReadXMLException(Key, String, ArrayList) -
Constructor for class oracle.jbo.RowReadXMLException
-
- RowSet - interface oracle.jbo.RowSet.
RowSet
belongs to a View Object.- RowSet -
Static variable in class oracle.jbo.uicli.mom.JUTags
-
- RowSetBrowser - class oracle.jbo.html.databeans.RowSetBrowser.
- The RowSetBrowser Data Web Bean class dynamically generates an HTML
table that contains records (rows) from a View Object's RowSet.
- RowSetBrowser() -
Constructor for class oracle.jbo.html.databeans.RowSetBrowser
-
- RowSetHelper - class oracle.jbo.common.RowSetHelper.
- Internal: Applications should not use this class.
- RowSetHelper() -
Constructor for class oracle.jbo.common.RowSetHelper
-
- RowSetIterator - interface oracle.jbo.RowSetIterator.
- The interface for Row Set Iterator.
- RowSetIteratorHelper - class oracle.jbo.common.RowSetIteratorHelper.
- Internal: Applications should not use this class.
- RowSetIteratorHelper() -
Constructor for class oracle.jbo.common.RowSetIteratorHelper
-
- RowSetListener - interface oracle.jbo.RowSetListener.
- Implemented by subscribers to events generated by row sets.
- RowSetManagementEvent - class oracle.jbo.RowSetManagementEvent.
- Generated by
RowSet
or RowSetIterator
to inform its listeners
when the row set is closed or reset. - RowSetManagementEvent(RowSetIterator, int) -
Constructor for class oracle.jbo.RowSetManagementEvent
- Creates a row set management event.
- RowSetManagementListener - interface oracle.jbo.RowSetManagementListener.
- Implemented by subscribers to row set management events generated by row sets
or row set iterators.
- RowTag - class oracle.jbo.html.jsp.datatags.RowTag.
-
- RowTag() -
Constructor for class oracle.jbo.html.jsp.datatags.RowTag
-
- RowTagTEI - class oracle.jbo.html.jsp.datatags.RowTagTEI.
-
- RowTagTEI() -
Constructor for class oracle.jbo.html.jsp.datatags.RowTagTEI
- Constructor
- RowValException - exception oracle.jbo.RowValException.
- Indicates that validation of a business object has failed.
- RowValException(Class, String, String, Key, ArrayList) -
Constructor for class oracle.jbo.RowValException
-
- RowValException(Class, String, String, Key, ArrayList, boolean) -
Constructor for class oracle.jbo.RowValException
-
- RowValException(int, Class, String, String, Key, ArrayList, boolean) -
Constructor for class oracle.jbo.RowValException
-
- RowValException(Class, String, String, Key, AttributeDef[]) -
Constructor for class oracle.jbo.RowValException
- Creates an exception to be localized using a given message bundle
and error code.
- RowValException(Class, String, String, Key, AttributeDef[], String) -
Constructor for class oracle.jbo.RowValException
- Creates an exception to be localized using a given message bundle
and error code.
- Rows -
Variable in class oracle.jdeveloper.html.HTMLTable
-
- RowsetIterateTag - class oracle.jbo.html.jsp.datatags.RowsetIterateTag.
-
- RowsetIterateTag() -
Constructor for class oracle.jbo.html.jsp.datatags.RowsetIterateTag
-
- RowsetNavigateTag - class oracle.jbo.html.jsp.datatags.RowsetNavigateTag.
-
- RowsetNavigateTag() -
Constructor for class oracle.jbo.html.jsp.datatags.RowsetNavigateTag
-
- RowsetNavigator - class oracle.jbo.html.databeans.RowsetNavigator.
- The RowsetNavigator Data Web Bean changes the current record of a View
Object's RowSet to a new record.
- RowsetNavigator() -
Constructor for class oracle.jbo.html.databeans.RowsetNavigator
-
- RulesBeanUtils - class oracle.jbo.rules.RulesBeanUtils.
- Internal: Applications should not use this class.
- RulesBeanUtils() -
Constructor for class oracle.jbo.rules.RulesBeanUtils
-
- RuntimeComponentObjectInfo - class oracle.jbo.server.remote.RuntimeComponentObjectInfo.
- The RuntimeComponentObjectInfo listens to events from the component
instance and maintains these changes in its own cache.
- RuntimeViewRowSetIteratorInfo - class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.
- Store and maintain information about a RowSetIterator used by the
Client Services.
- RuntimeViewRowSetIteratorInfo(PiggybackManager, RowSetIterator) -
Constructor for class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
- Construct the class for a ViewRowSetIteratorImpl.
- raise(Class, String, Object[], ArrayList) -
Static method in class oracle.jbo.ValidationException
- Creates a localizable exception.
- raise(Class, String, Object[], Vector) -
Static method in class oracle.jbo.ValidationException
- Creates a localizable exception.
- raise(Class, String, Object[], ArrayList, boolean, boolean) -
Static method in class oracle.jbo.ValidationException
- Creates a localizable exception.
- raiseException(Class, String, Object, String, Object, String, Exception) -
Static method in class oracle.adf.model.binding.DCValidationListenersUtil
-
- raiseException(Class, String, Object, int, String, AttributeDef, Object, String, Exception) -
Static method in class oracle.jbo.rules.RulesBeanUtils
-
- raiseException(Class, String, Object, String, Object, String, Exception) -
Static method in class oracle.jbo.server.ValidationBeanLoader
-
- raiseException(Exception, PropertyChangeEvent) -
Method in class oracle.jbo.server.rules.JboBaseValidator
-
- rangeRefreshed(DCIteratorBinding, RangeRefreshEvent) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked when a DCIteratorBinding receives a rangeRefreshed Event from BC4J RowSetIterator
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Handles the rangeRefereshed event generated by the current RowIterator.
- rangeRefreshed(RangeRefreshEvent) -
Method in interface oracle.jbo.RowSetListener
- Invoked when the range changes.
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- rangeRefreshed(DCIteratorBinding, RangeRefreshEvent) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked when a JUIteratorBinding receives a rangeRefreshed Event from BC4J RowSetIterator
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- rangeRefreshed(RangeRefreshEvent) -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- rangeRefreshed(DCIteratorBinding, RangeRefreshEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Invoked when a JUIteratorBinding receives a rangeRefreshed Event from BC4J RowSetIterator
- rangeRefreshed(JUIteratorBinding, RangeRefreshEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
- Invoked when the range changes.
- rangeRefreshed(JUIteratorBinding, RangeRefreshEvent) -
Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
- Invoked when the range changes.
- rangeScrolled(DCIteratorBinding, ScrollEvent) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked when a DCIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator
- rangeScrolled(ScrollEvent) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- This method invokes updateRangeScrolled method on all instances of
DCCtrlRangeBinding objects associated with this iterator binding,
to notify them of the change in current range of rows.
- rangeScrolled(ScrollEvent) -
Method in interface oracle.jbo.RowSetListener
- Invoked when the range is scrolled.
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- rangeScrolled(DCIteratorBinding, ScrollEvent) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked when a JUIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.uicli.binding.JUIteratorBinding
- *** For internal framework use only ***
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- rangeScrolled(ScrollEvent) -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- rangeScrolled(DCIteratorBinding, ScrollEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Invoked when a JUIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator
- rangeScrolled(JUIteratorBinding, ScrollEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
- Invoked when the range is scrolled.
- rangeScrolled(JUIteratorBinding, ScrollEvent) -
Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
- Invoked when the range is scrolled.
- rangeSize -
Variable in class oracle.jbo.html.jsp.datatags.DataScroller
-
- rangeStart -
Variable in class oracle.jbo.html.jsp.datatags.DataScroller
-
- read(char[], int, int) -
Method in class oracle.jbo.client.remote.ClobDomainCharacterStream
- Read characters into a portion of an array.
- read() -
Method in class oracle.jbo.client.remote.LobDomainInputStream
-
- read(byte[], int, int) -
Method in class oracle.jbo.client.remote.LobDomainInputStream
-
- readAttributeFromXMLElement(Node, AttributeDefImpl) -
Method in class oracle.jbo.server.ViewRowImpl
-
- readAttrsFromXML(Element, AttributeDefImpl[], int) -
Method in class oracle.jbo.server.EntityImpl
- Advanced: Applications should not use this method.
* Reads all the attribute values from the xml-element and sets them
into this row.
- readBlobStream(int, int, String, int, int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readBoolean(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a boolean value from a byte stream.
- readByte(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads an 8-bit Java integer from a byte stream.
- readChar(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a Java character from a byte stream.
- readChildren(DefElementImpl) -
Method in class oracle.adf.model.generic.StructureDefImpl
-
- readContents(DefElementImpl) -
Method in class oracle.adf.model.generic.StructureDefImpl
-
- readCookieValue(HttpServletRequest, String) -
Method in interface oracle.jbo.http.HttpSessionCookieHelper
- Read the session id from the HttpServletRequest.
- readCookieValue(Cookie[], String) -
Method in interface oracle.jbo.http.HttpSessionCookieHelper
-
- readCookieValue(HttpServletRequest, String) -
Method in class oracle.jbo.http.HttpSessionCookieHelperImpl
-
- readCookieValue(Cookie[], String) -
Method in class oracle.jbo.http.HttpSessionCookieHelperImpl
-
- readDataDocument(ApplicationModule) -
Method in class oracle.jbo.server.DotNetXmlDocumentReader
-
- readDataDocument(ApplicationModule) -
Method in class oracle.jbo.server.XmlDocumentReader
-
- readDouble(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a 64-bit Java floating-point number from a byte stream.
- readFloat(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a 32-bit Java floating-point number from a byte stream.
- readFromXml(XmlDocumentReader, Element) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- readHandle() -
Method in class oracle.jbo.common.JboObjectInputStream
-
- readInt(byte[]) -
Static method in class oracle.jbo.common.ArrayMarshaller
- NEW
Convert byte stream into an array of integers.
- readInt(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a 32-bit Java integer from a byte stream.
- readLob(int, int, String, int, int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readLobInternal(int, int, String, int, int, boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readLong(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a 64-bit Java integer from a byte stream.
- readMethodResponse(String, ServiceMessage) -
Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
-
- readMethodResponse(String, ServiceMessage) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readObject(Class, byte[]) -
Static method in class oracle.jbo.common.ArrayMarshaller
- Convert byte stream into an array of objects.
- readObject(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
-
- readObject(Class, byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a Java object of a specified class from a byte stream.
- readRowSetXML(int, Element, int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readRowXML(Element, int) -
Method in interface oracle.jbo.ViewObject
- Reads the data in XML form (in the format as generated by writeXML())
by finding a row that matches the key in the given XML and then reading in that row.
- readRowXML(Element, int, XSLStylesheet) -
Method in interface oracle.jbo.ViewObject
-
- readRowXML(int, RowImpl, Element, int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- readRowXML(Element, int) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- readRowXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- readRowXML(Element, int) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- readRowXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- readRowXML(Element, int) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- readRowXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- readSessionId(HttpServletRequest, String) -
Method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Deprecated. the sessionId is now managed by the SessionCookie.
Application developers wishing to override sessionId generation should
create a custom SessionCookieFactory.
Application developers wishing to override how snapshot id(s) are stored
and/or loaded should override:
{@link oracle.jbo.http.HttpSessionCookieImpl#writeValue(Object sink)
{@link oracle.jbo.http.HttpSessionCookieImpl#readValue(Object source)
- readShort(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a 16-bit Java integer from a byte stream.
- readString(byte[]) -
Static method in class oracle.jbo.common.ArrayMarshaller
- NEW
Convert byte stream into an array of Strings.
- readString(byte[]) -
Static method in class oracle.jbo.common.TypeMarshaller
- Reads a Java string from a byte stream.
- readUrlProperties() -
Method in class oracle.jbo.html.databeans.ChartRenderer
- Deprecated. One or more property values for the ChartRenderer or the Perspective
bean can be passed in the URL.
- readValue(Object) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Read the cookie value to the specified data sink.
- readValue(Object) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- readValue(Object) -
Method in class oracle.jbo.http.HttpSessionCookieImpl
-
- readXML(Element, int) -
Method in class oracle.adf.model.generic.RowImpl
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.adf.model.generic.RowImpl
-
- readXML(Element, int) -
Method in class oracle.jbo.ViewCriteriaRow
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.ViewCriteriaRow
-
- readXML(Element, int) -
Method in interface oracle.jbo.XMLInterface
-
- readXML(Element, int, XSLStylesheet) -
Method in interface oracle.jbo.XMLInterface
-
- readXML(Element, int) -
Method in class oracle.jbo.client.remote.RowImpl
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.client.remote.RowImpl
-
- readXML(Element, int) -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- readXML(Element, int) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- readXML(String) -
Method in class oracle.jbo.common.ClientDocument
- Consructs the hierarchy tree from an XML file.
- readXML(Element, int) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- readXML(Element, int) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- readXML(Element, int) -
Method in class oracle.jbo.server.EntityImpl
- Reads the content of the row and updates the attributes, from given
xml document.
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.server.RowImpl
- Given the document interface, finds the rowset Element and invokes
JboXMLUtil.processAndReadXML(XMLInterface, org.w3c.dom.Element, int, oracle.xml.parser.v2.XSLStylesheet)
to read in the data from the XML.
- readXML(Element, int) -
Method in class oracle.jbo.server.RowImpl
- Reads the content of the row and updates the attributes, from given
XML document.
- readXML(Element, int, XSLStylesheet) -
Method in class oracle.jbo.server.ViewObjectImpl
- Given the document interface, finds the rowset Element and
invokes
JboXMLUtil.processAndReadXML(XMLInterface, org.w3c.dom.Element, int, oracle.xml.parser.v2.XSLStylesheet)
to read in the data from
the XML.
- readXML(Element, int) -
Method in class oracle.jbo.server.ViewObjectImpl
- Given the document interface, finds the rowset Element and
invokes readFromXMLElementNode() to read in the data from
the XML.
- readXML(Element, int) -
Method in class oracle.jbo.server.ViewRowImpl
- Reads the content of the row and updates the attributes, from given
XML document.
- readXMLBoolean(DefElementImpl, String, HashMap) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- readXMLInt(DefElementImpl, String, HashMap) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- readXMLString(DefElementImpl, String, HashMap) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- readXMLStringArray(DefElementImpl, String, HashMap) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- readXMLStringArrayList(DefElementImpl, String, ArrayList) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- readXMLStringArrayList(DefElementImpl, String, HashMap) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- reallocateIndexes() -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- If sort-column is greater than -1 (when no sorting should be done),
sorts the data from the base model for display.
- rebind(String, Object) -
Method in class oracle.jbo.common.JboInitialContext
-
- rebind(Name, Object) -
Method in class oracle.jbo.common.JboInitialContext
-
- rebuildIteratorIfNeeded(DCIteratorBinding) -
Method in class oracle.adf.model.binding.DCDataControl
-
- rebuildIteratorUpto(int) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
- Creates a new Iterator over the dataSource (if the datasource
itself is not an Iterator) and resets the currency to the given
index.
- reconnect(boolean) -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- reconnect() -
Method in interface oracle.jbo.Transaction
- Re-establish the transaction JDBC connection using previously
supplied database credentials.
- reconnect(boolean) -
Method in interface oracle.jbo.Transaction
- Deprecated. Deprecated since 3.2. Instead, use reconnect().
- reconnect(boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- reconnect() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- reconnect(ApplicationModule, Hashtable) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by
oracle.jbo.common.ampool.ConnectionStrategy#reconnect(ApplicationModule, SessionCookie)
.
All extending logic that was implemented here should be implemented in a
custom ConnectionStrategy class that extends DefaultConnectionStrategy
.
- reconnect(ApplicationModule, SessionCookie, EnvInfoProvider) -
Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Reconnect an application module
- reconnect(ApplicationModule, SessionCookie, EnvInfoProvider) -
Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- reconnect() -
Method in interface oracle.jbo.server.DBTransaction
- Reconnect the application module to the database, if necessary,
using previously supplied database credentials.
- reconnect() -
Method in class oracle.jbo.server.DBTransactionImpl
- Reconnect the ApplicationModule to the database, using previously
supplied database credentials.
- reconnect(boolean) -
Method in class oracle.jbo.server.DBTransactionImpl
- Reconnect the Application Module to the database, if necessary,
using previously supplied database credentials.
- reconnect() -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
recconnect
method.
- reconnect(boolean) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
reconnect
method.
- reconnect(boolean) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- reconnect() -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Reconnect the application module to the database, if necessary,
using previously supplied database credentials.
- reconnectWithoutForce() -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- refName -
Variable in class oracle.jdeveloper.html.DHTMLTable
-
- refName -
Variable in class oracle.jdeveloper.html.DHTMLTree
-
- refresh(int) -
Method in class oracle.adf.model.generic.RowImpl
-
- refresh(int) -
Method in interface oracle.jbo.Row
- Refreshes the row's attributes with values from database.
- refresh(int) -
Method in class oracle.jbo.ViewCriteriaRow
-
- refresh() -
Method in class oracle.jbo.client.remote.ComponentUsageImpl
-
- refresh(int) -
Method in class oracle.jbo.client.remote.RowImpl
-
- refresh(int) -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- refresh(int) -
Method in class oracle.jbo.server.EntityImpl
-
- refresh(int) -
Method in class oracle.jbo.server.ViewRowImpl
-
- refresh(boolean, boolean) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- refreshCache() -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- refreshCollection(Row[], boolean, boolean) -
Method in interface oracle.jbo.common.ws.WSRowSetMarshaller
-
- refreshCollection(Row[], boolean, boolean) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- refreshCollection(Row[], boolean, boolean) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- refreshControl() -
Method in class oracle.adf.model.binding.DCBindingContainer
- Refresh the binding container with control data.
- refreshControl() -
Method in class oracle.adf.model.binding.DCControlBinding
- Updates the values in a control that is bound using an Iterator already in use.
- refreshControl() -
Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
- *** For internal framework use only ***
- refreshControl() -
Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
- *** For internal framework use only ***
- refreshControl() -
Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
- *** For internal framework use only ***
- refreshControl() -
Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
- *** For internal framework use only ***
- refreshControl() -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
- *** For internal framework use only ***
- refreshControl() -
Method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
-
- refreshControl() -
Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
-
- refreshControl() -
Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
-
- refreshControl() -
Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
-
- refreshDataModel() -
Method in interface oracle.jbo.common.ws.WSRowSet
-
- refreshDataModel() -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- refreshDataModel() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- refreshDataModel2(boolean, boolean) -
Method in interface oracle.jbo.common.ws.WSRowSet
-
- refreshDataModel2(boolean, boolean) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- refreshDataModel2(boolean, boolean) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- refreshFKInNewContainees() -
Method in class oracle.jbo.server.EntityImpl
- This method is invoked by SQLBuilder when one or more of the PrimaryKey attributes
are marked refresh-on-insert and DML for this entity has been executed.
- refreshProperty(String) -
Method in interface oracle.jbo.Properties
- Retrieves the specified property, if it exists.
- refreshProperty(String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.NamedObjectImpl
- Retrieves the specified property, if it exists.
- refreshProperty(String) -
Method in class oracle.jbo.common.PropertiesHelper
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSAttributeDefImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSComponentObjectImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSViewLinkImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- refreshProperty(String) -
Method in class oracle.jbo.domain.DomainAttributeDef
-
- refreshVOProperty(int, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- registerApplicationFromPropertyFile(HttpSession, String) -
Static method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Convenience method for defining a new application pool from a property file.
- registerApplicationFromPropertyFile(String) -
Static method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Creates a new application pool from the contents of a property file.
- registerAttributeException(AttributeDef, Object, JboException) -
Method in class oracle.jbo.server.EntityImpl
-
- registerAttributeException(AttributeDef, Object, JboException) -
Method in class oracle.jbo.server.RowImpl
-
- registerAttributeException(AttributeDef, Object, JboException) -
Method in class oracle.jbo.server.ViewRowImpl
-
- registerCleanup() -
Method in class oracle.jbo.html.databeans.ChartRenderer
- Deprecated. register HTTP Session binding listner to cleanup the
chart objects generated in this session
- registerConnectionsFromDocument() -
Method in class oracle.jbo.client.Configuration
-
- registerDataProvider(DCRowContext) -
Method in class oracle.adf.model.binding.DCDataControl
- Called before the row in the RowContext object is modified/marked as removed.
- registerDefObject() -
Method in class oracle.jbo.server.RowDef
- Registers this Row Def with MetaObjectManager.
- registerInTransaction(Object) -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Registers the given object in this transaction.
- registerNavigationBarInterface(JUPanelBinding, BindingContext) -
Static method in class oracle.jbo.uicli.binding.JUUtil
-
- registerORDrenderer(HttpSession) -
Static method in class oracle.jbo.html.HtmlServices
- Deprecated. Since 10.1.2
- registerObjFromActivation(Object) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- registerOutParameter(Statement, int, int) -
Static method in class oracle.jbo.server.JDBCInteract
-
- registerRenderer(HttpSession) -
Static method in class oracle.jbo.http.ORDRegisterer
-
- registerRowException(JboException) -
Method in class oracle.jbo.server.RowImpl
-
- registerStatusBarInterface(JUPanelBinding, BindingContext) -
Static method in class oracle.jbo.uicli.binding.JUUtil
-
- registerSynchronization(DBTransaction) -
Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
-
- registerSynchronization(DBTransaction) -
Method in interface oracle.jbo.server.JTATransactionHandler
-
- registerSynchronization(DBTransaction) -
Method in class oracle.jbo.server.ejb.EJBTxnHandlerImpl
-
- registerTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- registerVerifier(JFormattedTextField) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- registerWSListeners() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- rehash() -
Method in class oracle.jbo.common.MasterRowHandles
-
- rehash() -
Method in class oracle.jbo.common.WeakHashtableImpl
-
- rehash() -
Method in class oracle.jbo.common.WeakKeyHashtableImpl
-
- release() -
Method in class oracle.adf.model.BindingContext
- Release the datacontrols first and then all the contained
binding containers.
- release(int) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
- Use this method to release connection to an Application Module
- release() -
Method in class oracle.adf.model.binding.DCBindingContainer
- release all view and datacontrol references from this binding-container
and all it's containee iterator bindings and control bindings.
- release(int) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Applications should release the DataControl which
will end up calling this method for all binding
containers in the datacontrol.
- release(int) -
Method in class oracle.adf.model.binding.DCControlBinding
-
- release() -
Method in class oracle.adf.model.binding.DCDataControl
- Calls release(REL_ALL_REFS);
- release(int) -
Method in class oracle.adf.model.binding.DCDataControl
- Based on the value of the flags parameter, releases all references to
the objects in the data provider layer (BC4J or other data-provider objects).
- release(int) -
Method in interface oracle.adf.model.binding.DCDataControlManagement
- Based on the value of the flags parameter, releases all references to
the objects in the data provider layer (BC4J or other data-provider objects).
- release() -
Method in interface oracle.adf.model.binding.DCDataControlManagement
-
- release(int) -
Method in class oracle.adf.model.binding.DCDataControlReference
-
- release() -
Method in class oracle.adf.model.binding.DCDataControlReference
-
- release() -
Method in class oracle.adf.model.binding.DCIteratorBinding
-
- release(int) -
Method in class oracle.adf.model.binding.DCIteratorBinding
-
- release() -
Method in interface oracle.adf.model.binding.DCStatusBarInterface
- Framework calls this method when it needs to indicate that the connection to BC4J is being released.
- release() -
Method in interface oracle.adf.model.binding.DCTransactionStateListener
- Framework calls this method when it needs to indicate that the connection to is being released.
- release(int) -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Overridden from DCDataControl to handle cleanup of TopLink related
resources in the event of a data release.
- release(TopLinkDataControl) -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Handles the releasing behavior that occurs when associated TopLinkDataControls are released
from the binding container and subsequent application server (typically during application timeout
or shutdown).
- release() -
Method in class oracle.jbo.html.jsp.datatags.CommitTag
-
- release() -
Method in class oracle.jbo.html.jsp.datatags.InputRenderTag
-
- release() -
Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaTag
- release() called after doEndTag() to reset state
- release(int) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
-
- release(int) -
Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
-
- release(int) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- release(int) -
Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
-
- release() -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- release() -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- release(int) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Applications should release the DataControl which
will end up calling this method for all binding
containers in the datacontrol.
- releaseAppModuleInstance(String, ApplicationModule, ApplicationPool, HttpSession, HttpServletResponse, String) -
Method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Deprecated. application developers should use the following sample
to release an ApplicationModule instead of releaseAppModuleInstance
(assumes that the ApplicationModule instance was acquired with a
SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ()
{
cookie.releaseApplicationModule(
SessionCookie.UNSHARED
, SessionCookie.STATE_UNMANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_MANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_UNMANAGED);
}
}
- releaseAppModuleInstance(String, HttpSession, HttpServletResponse, String) -
Method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Deprecated. application developers should use the following sample
to release an ApplicationModule instead of releaseAppModuleInstance
(assumes that the ApplicationModule instance was acquired with a
SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ()
{
cookie.releaseApplicationModule(
SessionCookie.UNSHARED
, SessionCookie.STATE_UNMANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_MANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_UNMANAGED);
}
}
- releaseAppModuleInstance(ApplicationModule, ApplicationPool, HttpSession, HttpServletResponse, String) -
Method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Deprecated. application developers should use the following sample
to release an ApplicationModule instead of releaseAppModuleInstance
(assumes that the ApplicationModule instance was acquired with a
SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ()
{
cookie.releaseApplicationModule(
SessionCookie.UNSHARED
, SessionCookie.STATE_UNMANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_MANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_UNMANAGED);
}
}
- releaseAppModuleInstance(ApplicationModule, ApplicationPool, PageContext, String) -
Method in class oracle.jbo.html.jsp.JSPApplicationRegistry
- Deprecated. application developers should use the following sample
to release an ApplicationModule instead of releaseAppModuleInstance
(assumes that the ApplicationModule instance was acquired with a
SessionCookie, see getAppModuleInstance for more information):
HttpContainer container = HttpContainer.getInstanceFromSession(session);
SessionCookie cookie = container.getSessionCookies(applicationId);
// only release the ApplicationModule if it was reserved
if (cookie != null && cookie.isApplicationModuleReserved())
{
if ()
{
cookie.releaseApplicationModule(
SessionCookie.UNSHARED
, SessionCookie.STATE_UNMANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_MANAGED);
}
else if ()
{
cookie.releaseApplicationModule(
SessionCookie.SHARED
, SessionCookie.STATE_UNMANAGED);
}
}
- releaseApplicationModule(boolean, boolean) -
Method in interface oracle.jbo.common.ampool.ApplicationModuleRef
- Release an application module for reuse.
- releaseApplicationModule(boolean, boolean, long) -
Method in interface oracle.jbo.common.ampool.ApplicationModuleRef
- Release an application module for reuse.
- releaseApplicationModule(SessionCookie, boolean) -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. since 9.0.3
Use {@link #releaseApplicationModule(SessionCookie,int) instead. If
state management is required then invoke:
releaseApplicationModule(cookie, SessionCookie.SHARED_MANAGED_RELEASE_MODE)
Otherwise invoke:
releaseApplicationModule(cookie, SessionCookie.SHARED_UNMANAGED_RELEASE_MODE)
- releaseApplicationModule(SessionCookie, int) -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Mark the session's application module as available for reuse by other
sessions.
- releaseApplicationModule(SessionCookie, boolean) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- releaseApplicationModule(SessionCookie, int) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- releaseApplicationModule(boolean, boolean) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Deprecated. since 9.0.3
Use SessionCookie.releaseApplicationModule(int)
instead. Replace
with the following flags for each checkin/manageState permutation:
checkin=true, manageState=true: SHARED_MANAGED_RELEASE_MODE
checkin=true, manageState=false: SHARED_UNMANAGED_RELEASE_MODE
checkin=false, manageState=true: RESERVED_MANAGED_RELEASE_MODE
checkin=false, manageState=false: RESERVED_UNMANAGED_RELEASE_MODE
- releaseApplicationModule(boolean, boolean, long) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Deprecated. since 9.0.3
use SessionCookie.releaseApplicationModule(int, long)
instead. Replace
with the following flags each checkin/manageState permutation:
checkin=true, manageState=true: SHARED_MANAGED_RELEASE_MODE
checkin=true, manageState=false: SHARED_UNMANAGED_RELEASE_MODE
checkin=false, manageState=true: RESERVED_MANAGED_RELEASE_MODE
checkin=false, manageState=false: RESERVED_UNMANAGED_RELEASE_MODE
- releaseApplicationModule(int, long) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Release an application module for reuse.
- releaseApplicationModule(int) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Release an application module for reuse.
- releaseApplicationModule(boolean, boolean) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
- The default implementation will release the session cookie lock
after having checked in the session application module.
- releaseApplicationModule(boolean, boolean, long) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
- The default implementation will release the session cookie lock
after having checked in the session application module.
- releaseApplicationModule(int) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- releaseApplicationModule(int, long) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- releaseApplicationModule(ServletContext, HttpServletResponse, SessionCookie, String) -
Static method in class oracle.jbo.html.jsp.datatags.Utils
-
- releaseApplicationModule(int, long) -
Method in class oracle.jbo.http.SharedSessionCookieImpl
- Deprecated.
- releaseApplicationObject(DCDataControl) -
Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
- Deprecated. since 10.1.2, use DCDataControl.release() instead
to release a datacontrol from the bindings as well as from
the business service.
- releaseApplicationResources() -
Method in class oracle.jdeveloper.html.DataWebBeanImpl
- Releases any application resources associated with this request if
setReleaseApplicationResources(true).
- releaseApplicationResources(String) -
Method in class oracle.jdeveloper.html.DataWebBeanImpl
- Release the data web beans application module with the specified release
mode.
- releaseConnectionOnCompletion() -
Method in class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl
-
- releaseDataControl() -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
-
- releaseInstance(ApplicationModule) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated.
- releaseInstances() -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
ResourcePool.removeResources()
. Method
may be confused with releaseResource.
- releaseInstances() -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by
ApplicationPoolImpl.removeResources()
. Method may be
confused with releaseResource.
- releaseMode -
Variable in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
-
- releaseMode -
Variable in class oracle.jbo.html.struts11.BC4JActionMapping
-
- releasePageResources(HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.BC4JRequestProcessor
-
- releaseRequestParameters(PageContext) -
Static method in class oracle.jbo.html.HtmlServices
- Internal: Applications should not use this method.
- releaseResource(Object, Properties) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- releaseResources() -
Method in class oracle.jbo.server.ejb.StatelessSessionBeanImpl
-
- releaseResources() -
Method in class oracle.jbo.uicli.controls.JUImageControl
-
- releaseRootApplicationModule(ApplicationModule, boolean) -
Static method in class oracle.jbo.client.Configuration
- Release the specified application module.
- releaseSavepoint(Connection, String) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- releaseSavepoint(Connection, String) -
Method in class oracle.jbo.server.DB2SQLBuilderImpl
-
- releaseSavepoint(Connection, String) -
Method in class oracle.jbo.server.OracleSQLBuilderImpl
-
- releaseSavepoint(Connection, String) -
Method in interface oracle.jbo.server.SQLBuilder
- release SAVEPOINT - if possible
- releaseSession() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Releases the TL Session and performs a logout if necessary.
- releaseUnitOfWork() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Releases the UnitOfWork for this broker.
- releaseUserDataForCollection(Object, Object) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- releaseUserDataForCollection(Object, Object) -
Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
-
- remove(Object) -
Method in class oracle.adf.model.BindingContext
-
- remove(Object) -
Method in class oracle.adf.model.binding.DCDataControlDef
-
- remove() -
Method in class oracle.adf.model.generic.RowImpl
- Delete the row.
- remove() -
Method in interface oracle.jbo.ComponentObject
- Deletes this component.
- remove() -
Method in interface oracle.jbo.Row
- Removes the row from the database table.
- remove() -
Method in class oracle.jbo.ViewCriteriaRow
- Removes the row from the source database.
- remove() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- remove() -
Method in class oracle.jbo.client.remote.ComponentUsageImpl
-
- remove() -
Method in class oracle.jbo.client.remote.RowImpl
- Removes the row from the database table.
- remove() -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- remove() -
Method in class oracle.jbo.client.remote.ViewLinkImpl
-
- remove() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- remove(Object) -
Method in class oracle.jbo.common.WeakHashtable
-
- remove(Object) -
Method in class oracle.jbo.common.WeakHashtableImpl
-
- remove(Object) -
Method in class oracle.jbo.common.WeakKeyHashtable
-
- remove(Object) -
Method in class oracle.jbo.common.WeakKeyHashtableImpl
-
- remove() -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- remove() -
Method in class oracle.jbo.common.ws.WSComponentObjectImpl
-
- remove() -
Method in class oracle.jbo.common.ws.WSViewLinkImpl
-
- remove() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- remove() -
Method in class oracle.jbo.server.ApplicationModuleImpl
- Deletes this Application Module.
- remove() -
Method in class oracle.jbo.server.ComponentObjectImpl
- Deletes this component.
- remove() -
Method in class oracle.jbo.server.EntityImpl
- Removes the row from the database table.
- remove(Object) -
Method in class oracle.jbo.server.EntityRowSetImpl
-
- remove(String) -
Method in class oracle.jbo.server.JboEventObject
- Deletes a name-value pair from this event object's hash table.
- remove(JboEventListener, JboEventListener) -
Static method in class oracle.jbo.server.JboMultiCaster
- Remove a listener from a list of listeners.
- remove(JboEventListener) -
Method in class oracle.jbo.server.JboMultiCaster
-
- remove(int) -
Method in class oracle.jbo.server.QueryCollection
- Remove a row from the QueryCollection at the specified index.
- remove() -
Method in class oracle.jbo.server.RowImpl
- Marks the row as removed and removes it from row iterators.
- remove() -
Method in class oracle.jbo.server.ViewObjectImpl
- Removes this View Object from its containing application module.
- remove() -
Method in class oracle.jbo.server.ViewRowImpl
- Deletes the row.
- remove() -
Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
-
- remove() -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- remove(int, int) -
Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Method delegates to the swing Document object of the associated
text component.
- removeActionBinding(DCControlBinding) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Removes the given action control binding object from its list.
- removeActionBindingListener(JUActionBindingListener) -
Method in class oracle.jbo.uicli.jui.JUActionBinding
- Removes the given listener from this Action Binding's listeners list.
- removeActionListener(ActionListener) -
Method in class oracle.jbo.uicli.jui.JUActionBinding
-
- removeActionListener(ActionListener) -
Method in class oracle.jbo.uicli.jui.JUButtonBinding
-
- removeActionListener(ActionListener) -
Method in class oracle.jbo.uicli.jui.JULovButtonBinding
-
- removeAll(Collection) -
Method in class oracle.jbo.server.EntityRowSetImpl
-
- removeAllElements() -
Method in class oracle.jbo.common.WeakVector
-
- removeAllElements() -
Method in class oracle.jbo.common.WeakVectorImpl
-
- removeAndRetain() -
Method in class oracle.adf.model.generic.RowImpl
-
- removeAndRetain() -
Method in interface oracle.jbo.Row
- Removes the row from the collection and then retain it for insertion
into another location.
- removeAndRetain() -
Method in class oracle.jbo.ViewCriteriaRow
-
- removeAndRetain() -
Method in class oracle.jbo.client.remote.RowImpl
-
- removeAndRetain() -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- removeAndRetain() -
Method in class oracle.jbo.server.EntityImpl
- An Entity row does not support
removeAndRetain().
- removeAndRetain(int) -
Method in class oracle.jbo.server.QueryCollection
-
- removeAndRetain() -
Method in class oracle.jbo.server.ViewRowImpl
-
- removeApplicationModule() -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- removeApplicationModule() -
Method in class oracle.jbo.server.ejb.SessionBeanImpl
- Convenience method for removing the aggregated application module instance.
- removeAttribute(String) -
Method in class oracle.jbo.common.ClientElement
- Removes an attribute from this element.
- removeBean(BeanIdentifier) -
Method in class oracle.jbo.server.EJBEntityDefImpl
-
- removeBindingContainer(DCBindingContainer) -
Method in class oracle.adf.model.binding.DCDataControl
- Remove the DCBindingContainer object of the given name (if any).
- removeBindingWithCellEditor(JUPanelStopEditingListener) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Removes a listener from the list.
- removeBindingWithExc(String) -
Method in class oracle.adf.model.binding.DCDataControl
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JUActionBinding
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JUButtonBinding
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JULovButtonBinding
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
-
- removeChangeListener(ChangeListener) -
Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
-
- removeChangeSet(int) -
Method in interface oracle.jbo.Transaction
- Removes the change set that defines the changes to EntityImpls within
a transaction.
- removeChangeSet(int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- removeChangeSet(int) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- removeChangeSet(int) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- removeChild(ClientElement) -
Method in class oracle.jbo.common.ClientElement
- Removes a subsidiary element from this element.
- removeChild(ComponentObjectImpl) -
Method in class oracle.jbo.server.ApplicationModuleImpl
- Internal: Applications should not use this method.
- removeChild(JUCtrlHierNodeBinding) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
-
- removeChild(JUCtrlHierNodeBinding) -
Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
-
- removeClassNameTransforms() -
Static method in class oracle.jbo.server.util.Canonizer
-
- removeClientPostListener(ClientPostListener) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- removeConfigurationProperty(String, String) -
Method in class oracle.jbo.client.Configuration
-
- removeConnection(String, Connection) -
Method in interface oracle.jbo.server.ConnectionPoolManager
- Removes a pooled connection from a connection pool.
- removeConnection(String, Connection) -
Method in class oracle.jbo.server.ConnectionPoolManagerImpl
-
- removeConnection(String, Connection) -
Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
-
- removeConnectionEntry(String) -
Method in class oracle.jbo.client.Configuration
-
- removeContainerListener(ContainerObjectListener) -
Method in interface oracle.jbo.server.ContainerObject
- Unsubscribes a listener for container object events.
- removeContainerListener(ContainerObjectListener) -
Method in class oracle.jbo.server.ContainerObjectImpl
-
- removeControlBinding(DCControlBinding) -
Method in class oracle.adf.model.binding.DCBindingContainer
- *** For internal framework use only ***
- removeControlBinding(String) -
Method in class oracle.adf.model.binding.DCBindingContainer
- *** For internal framework use only ***
- removeCriteria(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.actions.QueryAction
-
- removeCurrentRow() -
Method in class oracle.adf.model.binding.DCIteratorBinding
-
- removeCurrentRow() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- removeCurrentRow() -
Method in interface oracle.jbo.RowIterator
- Removes the current Row object from the Row Set.
- removeCurrentRow() -
Method in class oracle.jbo.ViewCriteria
- Removes the current Row object from the row set.
- removeCurrentRow() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeCurrentRow() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- removeCurrentRow() -
Method in class oracle.jbo.server.ViewObjectImpl
- Removes the current row.
- removeCurrentRow() -
Method in class oracle.jbo.server.ViewRowSetImpl
- Removes the current row.
- removeCurrentRow() -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Removes the current row.
- removeCurrentRowAndRetain() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- removeCurrentRowAndRetain() -
Method in interface oracle.jbo.RowIterator
- Removes the current Row object from the collection and retain it for
insertion into another location.
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.ViewCriteria
-
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.server.ViewObjectImpl
-
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeCurrentRowAndRetain() -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- removeCurrentRowFromCollection() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- removeCurrentRowFromCollection() -
Method in interface oracle.jbo.RowIterator
- Removes the current Row object from the collection.
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.ViewCriteria
-
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.server.ViewObjectImpl
-
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeCurrentRowFromCollection() -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- removeCustomMessageBundle(String) -
Method in class oracle.jbo.client.remote.StringManagerImpl
-
- removeCustomMessageBundle(String) -
Method in class oracle.jbo.common.StringManager
-
- removeCustomMessageBundle(String) -
Method in class oracle.jbo.server.StringManagerImpl
-
- removeDataControl(TopLinkDataControl) -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Removes a TopLinkDataControl from being managed by this TransactionBroker.
- removeDetailViewRowSet(RowSet) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- ##INTERNAL##
- removeDocumentListener(DocumentListener) -
Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Method delegates to the swing Document object of the associated
text component.
- removeElement(Object) -
Method in class oracle.jbo.common.WeakVector
-
- removeElement(Object) -
Method in class oracle.jbo.common.WeakVectorImpl
-
- removeElement(Object) -
Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
-
- removeElement(HTMLElement) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
- Remove an element to the collection of elements to be rendered
- removeElement(DHTMLElement) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
- Remove an element to the collection of elements to be rendered
- removeElementAt(int) -
Method in class oracle.jbo.common.WeakVector
-
- removeElementAt(int) -
Method in class oracle.jbo.common.WeakVectorImpl
-
- removeElementAt(int) -
Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
-
- removeElementAt(int) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
- Remove an element to the collection of elements to be rendered
- removeEntityListener(EntityListener) -
Method in class oracle.jbo.server.EntityCache
- Remove an EntityListener.
- removeFormBinding(JUFormBinding) -
Method in class oracle.jbo.uicli.binding.JUApplication
- Remove the JUFormBinding object of the given name (if any).
- removeFromCollection() -
Method in class oracle.adf.model.generic.RowImpl
-
- removeFromCollection() -
Method in interface oracle.jbo.Row
- Removes the row from the collection.
- removeFromCollection() -
Method in class oracle.jbo.ViewCriteriaRow
-
- removeFromCollection() -
Method in class oracle.jbo.client.remote.RowImpl
- Removes the row from the collection.
- removeFromCollection() -
Method in class oracle.jbo.client.remote.TransPostEntityRow
-
- removeFromCollection() -
Method in class oracle.jbo.server.EntityImpl
- An Entity row does not support
removeFromCollection().
- removeFromCollection(int) -
Method in class oracle.jbo.server.QueryCollection
-
- removeFromCollection() -
Method in class oracle.jbo.server.ViewRowImpl
-
- removeFromDCExceptions() -
Method in class oracle.adf.model.binding.DCControlBinding
-
- removeFromEnvironment(String) -
Method in class oracle.jbo.common.JboInitialContext
-
- removeFromManager() -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- removeFromPool() -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- removeFromPool() -
Method in class oracle.jbo.http.SharedSessionCookieImpl
- Deprecated.
- removeId(Object) -
Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
-
- removeInternal(JboEventListener, JboEventListener) -
Static method in class oracle.jbo.server.JboMultiCaster
-
- removeInternalListener(Object) -
Method in interface oracle.jbo.client.remote.InternalListenerManager
-
- removeInternalListener(Object) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeItemListener(ItemListener) -
Method in class oracle.jbo.uicli.jui.JUActionBinding
-
- removeItemListener(ItemListener) -
Method in class oracle.jbo.uicli.jui.JUButtonBinding
-
- removeItemListener(ItemListener) -
Method in class oracle.jbo.uicli.jui.JULovButtonBinding
-
- removeIterBinding(String) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- If an iterator binding exists with the given name, remove it from the internal
members.
- removeIteratorBinding(String) -
Method in class oracle.adf.model.binding.DCBindingContainer
- If an iterator binding exists with the given name, remove it from the internal
members.
- removeIteratorChangedListener(JUIteratorChangedListener) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Remove a listener from this list.
- removeListDataListener(ListDataListener) -
Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
-
- removeListDataListener(ListDataListener) -
Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
-
- removeListener(Object) -
Method in interface oracle.jbo.NavigatableRowIterator
- Removes a subscriber (listener) for
RowSetListener
events generated by this row set iterator.
- removeListener(Object) -
Method in class oracle.jbo.ViewCriteria
- Removes a
RowSetListener
.
- removeListener(Object) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeListener(Object) -
Method in class oracle.jbo.common.RowSetHelper
-
- removeListener(Object) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- removeListener(Object) -
Method in class oracle.jbo.server.ViewObjectImpl
- Removes an event listener.
- removeListener(Object) -
Method in class oracle.jbo.server.ViewRowSetImpl
- Removes an event listener to this object from the listener list.
- removeManagementListener(RowSetManagementListener) -
Method in interface oracle.jbo.RowSetIterator
- Removes a subscriber (listener) for
RowSetManagementListener
events generated by this row set iterator.
- removeManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.common.RowSetHelper
-
- removeManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- removeManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- removeManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeMasterRowSetIterator(RowSetIterator) -
Method in interface oracle.jbo.RowSet
- Removes a master Row Set Iterator.
- removeMasterRowSetIterator(RowSetIterator) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeMasterRowSetIterator(RowSetIterator) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- removeMasterRowSetIterator(RowSetIterator) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- removeMasterRowSetIterator(RowSetIterator) -
Method in class oracle.jbo.server.ViewObjectImpl
- Removes the master row set iterator (masterRSI) from a
master-detail View Link.
- removeMasterRowSetIterator(RowSetIterator) -
Method in class oracle.jbo.server.ViewRowSetImpl
- Removes the master row set iterator in a master-detail View Link.
- removeMessageListener(String, JboMessageListener) -
Method in interface oracle.jbo.server.JboMessageManager
-
- removeMessageTransforms() -
Static method in class oracle.jbo.server.util.Canonizer
-
- removeMetaObject(String) -
Static method in class oracle.jbo.server.MetaObjectManager
- Removes the Meta Object from the statically maintained list of Meta Objects.
- removeNavigationBar(JUNavigationBarInterface) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Removes a JUNavigationBarInterface listener object from the list.
- removeObject(Object) -
Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
-
- removeObject(Object) -
Method in class oracle.jbo.server.remote.ejb.EJBObjectMarshallerImpl
-
- removePersistentState(String) -
Method in class oracle.adf.model.BindingContext
- Internal: Applications should not use this class.
- removePersistentState(String) -
Method in class oracle.adf.model.servlet.HttpBindingContext
-
- removePool(String) -
Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- removePool(String) -
Method in class oracle.jbo.common.ampool.PoolMgr
- Deprecated.
- removePropertyChangeListener(int, PropertyChangeListener) -
Method in class oracle.jbo.server.EntityDefImpl
- Removes a
PropertyChangeListener
from the listener list
of the given attribute (by index).
- removePropertyChangeListener(String, PropertyChangeListener) -
Method in class oracle.jbo.server.EntityDefImpl
- Removes a
PropertyChangeListener
from the listener list
of the given attribute (by index).
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.jbo.server.rules.CompareValidatorCustomizer
- Removes the subscriber to this customizer's
PropertyChange
events.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.jbo.server.rules.ValueListEditor
- De-registers a listener.
- removeReference(ViewRowImpl, EntityImpl) -
Method in class oracle.jbo.server.QueryCollection
- Remove entity references, i.e, set references to null
- removeRequest(int) -
Method in class oracle.svcmsg.ServiceMessage
-
- removeRequestByKey(Object) -
Method in class oracle.svcmsg.ServiceMessage
-
- removeResource(Object) -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Remove the resource from the application pool.
- removeResourceInternal(Object) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- removeResourcePool(Object) -
Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- removeResources() -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Remove all of the pool application module instances that have been
created so far.
- removeResources() -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- removeResponse(int) -
Method in class oracle.svcmsg.ServiceMessage
-
- removeResponseByKey(Object) -
Method in class oracle.svcmsg.ServiceMessage
-
- removeRow(EntityImpl) -
Method in class oracle.jbo.server.EntityCache
- Remove a EntityImpl from the cache.
- removeRowAndRetainAt(int) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeRowAt(int) -
Method in class oracle.jbo.server.ViewRowSetImpl
- Removes a view row at an absolute row index specified by
index
.
- removeRowAtRangeIndex(int) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Removes a view row at range index
index
.
- removeRowByDeletedPK(EntityImpl) -
Method in class oracle.jbo.server.EntityCache
-
- removeRowByOldPK(EntityImpl) -
Method in class oracle.jbo.server.EntityCache
-
- removeRowData(DCRowContext) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- removeRowData(DCRowContext) -
Method in class oracle.adf.model.binding.DCDataControl
- This method is to remove the row object (the
obj
parameter)
from the underlying data source.
- removeRowData(DCRowContext) -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- removeRowData(DCRowContext) -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Return true if the row at the given index is removed from the the RSI
associated with the given iterator-binding.
- removeRowDataFromCollection(DCRowContext) -
Method in class oracle.adf.model.binding.DCDataControl
- This method is to remove the row object (the
obj
parameter)
from the collection.
- removeRowFromCollectionAt(int) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeRowHandle(Object) -
Method in class oracle.jbo.server.ViewObjectImpl
- Internal: Applications should not use this method.
- removeRowHandle(Object) -
Method in class oracle.jbo.server.ViewRowSetImpl
- Deprecated. Since Jdeveloper 9.0.3. No replacement. No longer used.
- removeRowHandle(Object) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Internal: Applications should not use this method.
- removeRowSet(ViewRowSetImpl) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- removeRowSetListener(JUPanelRowSetListener) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Removes the given listener from this panel's RowSet listeners list.
- removeRowSetManagementListener(RowSetManagementListener) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- removeSession(String) -
Method in class oracle.adf.model.binding.DCConfigurationDef
-
- removeSession(String) -
Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- removeSessionCookie(SessionCookie) -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Destroy a session cookie.
- removeSessionCookie(SessionCookie) -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- removeState(int) -
Method in interface oracle.jbo.ApplicationModule
- Internal: Applications should not use this method.
- removeState(int) -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- removeState(int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- removeState(int) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- removeState(int) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- removeState(int) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- removeStatusBarInterface(DCStatusBarInterface) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Helper method to remove the given object to the JUApplication's StatusBars.
- removeStatusBarInterface(DCStatusBarInterface) -
Method in class oracle.adf.model.binding.DCDataControl
- Remove the given instance of status bar interface if found.
- removeStatusBarInterface(JUStatusBarInterface) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Helper method to remove the given object to the JUApplication's StatusBars.
- removeTableModelListener(TableModelListener) -
Method in class oracle.jbo.uicli.jui.JUTableBinding
-
- removeTransactionListener(TransactionListener) -
Method in interface oracle.jbo.server.DBTransaction
- Removes the listener from the transactions list of event subscribers.
- removeTransactionListener(TransactionListener) -
Method in class oracle.jbo.server.DBTransactionImpl
- Removes a subscriber from the transaction's events list.
- removeTransactionListener(TransactionListener) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- removeTransactionPostListener(TransactionPostListener) -
Method in interface oracle.jbo.server.DBTransaction
- Removes a listener from the transaction's list of post-phase event subscribers.
- removeTransactionPostListener(TransactionPostListener) -
Method in class oracle.jbo.server.DBTransactionImpl
- Removes a subscriber from the transaction's post-events list.
- removeTransactionPostListener(TransactionPostListener) -
Method in class oracle.jbo.server.EntityImpl
- Internal: Applications should not use this method.
- removeTransactionPostListener(TransactionPostListener) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- removeTransactionStateListener(DCTransactionStateListener) -
Method in class oracle.adf.model.binding.DCDataControl
- Remove the given object from JUTransactionStateListener list.
- removeTransactionStateListener(TransactionStateListener) -
Method in interface oracle.jbo.Transaction
-
- removeTransactionStateListener(TransactionStateListener) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
- Remove this transaction listener (if it exists) from this transaction.
- removeTransactionStateListener(TransactionStateListener) -
Method in class oracle.jbo.server.DBTransactionImpl
- Remove this transaction listener (if it exists) from this transaction.
- removeTransactionStateListener(TransactionStateListener) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- removeTreeModelListener(TreeModelListener) -
Method in class oracle.jbo.uicli.jui.JUTreeBinding
-
- removeTypeNameTransforms() -
Static method in class oracle.jbo.server.util.Canonizer
-
- removeUndoableEditListener(UndoableEditListener) -
Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Method delegates to the swing Document object of the associated
text component.
- removeUpdate(DocumentEvent) -
Method in class oracle.jbo.server.rules.CompareValidatorCustomizer
- Handles a text-deletion event.
- removeUserData(Object) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Removes the user data associated with the specified key from
the SessionCookie user data map.
- removeUserData(Object) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- removeValidationListener(DCBindingContainerValidationListener) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Removes the given listener from this binding container's validation listeners list.
- removeValidator(JboValidatorInterface) -
Method in class oracle.jbo.server.AttributeDefImpl
- Removes a
JboValidatorInterface
from the listener list.
- removeValidator(JboValidatorInterface) -
Method in class oracle.jbo.server.EntityDefImpl
- Removes a
VetoableChangeListener
from the listener list.
- removeValue(Object, Properties) -
Method in class oracle.jbo.http.HttpContainer
-
- removeValueBinding(DCControlBinding) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Removes the given control binding object from its list.
- removeValueInternal(Object) -
Method in class oracle.jbo.http.HttpContainer
-
- removeVetoableChangeListener(VetoableChangeListener) -
Method in class oracle.jbo.server.EntityDefImpl
- This method will be deprecated in a future release.
- removeVetoableChangeListener(int, VetoableChangeListener) -
Method in class oracle.jbo.server.EntityDefImpl
- This method will be deprecated in a future release.
- removeVetoableChangeListener(String, VetoableChangeListener) -
Method in class oracle.jbo.server.EntityDefImpl
- This method will be deprecated in a future release.
- removeViewClearCacheListener(ViewClearCacheListener) -
Method in interface oracle.jbo.Transaction
-
- removeViewClearCacheListener(ViewClearCacheListener) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- removeViewClearCacheListener(ViewClearCacheListener) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- removeViewClearCacheListener(ViewClearCacheListener) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- removeViewLink(ViewLinkImpl) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- removeViewLinkAccessor(AttributeDef) -
Method in class oracle.jbo.common.StructureDefHelper
-
- rename(String, String) -
Method in class oracle.jbo.common.JboInitialContext
-
- rename(Name, Name) -
Method in class oracle.jbo.common.JboInitialContext
-
- render() -
Method in class oracle.jbo.html.databeans.BaseNavigatorBar
- Renders the HTML toolbar on the JSP page.
- render() -
Method in class oracle.jbo.html.databeans.ChartRenderer
- Deprecated. Generates a IMG tag pointing to the common JSP page
to generate the chart.
- render() -
Method in class oracle.jbo.html.databeans.EditCurrentRecord
- Renders EditCurrentRecord's edit form containing the current record of
the View Object's RowSet.
- render() -
Method in class oracle.jbo.html.databeans.FindForm
- Renders the Find Form.
- render() -
Method in class oracle.jbo.html.databeans.JSLOV
- Renders an HTML table that contains records from the View Object's RowSet.
- render() -
Method in class oracle.jbo.html.databeans.JSNavigatorBar
- Renders the HTML toolbar on the JSP page.
- render() -
Method in class oracle.jbo.html.databeans.JSRowSetBrowser
- Renders an HTML table that contains records from the View Object's RowSet.
- render() -
Method in class oracle.jbo.html.databeans.JSTreeBrowser
-
- render() -
Method in class oracle.jbo.html.databeans.JSViewCurrentRecord
- Renders an HTML table that contains records from the View Object's RowSet.
- render() -
Method in class oracle.jbo.html.databeans.NavigatorBar
- Renders the HTML toolbar on the JSP page.
- render() -
Method in class oracle.jbo.html.databeans.RowSetBrowser
- Renders an HTML table that contains records from the View Object's RowSet.
- render() -
Method in class oracle.jbo.html.databeans.RowsetNavigator
- Renders the Web Bean's contents to the output stream.
- render() -
Method in class oracle.jbo.html.databeans.ViewCurrentRecord
- Renders the current record from the RowSet of the View Object.
- render() -
Method in class oracle.jbo.html.databeans.XmlData
-
- render(Runnable) -
Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Method delegates to the swing Document object of the associated
text component.
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLAddRow
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLButtonElement
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLData
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
- Renders the container's header, contained objects and footer.
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLRow
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTab
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDocument
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElement
-
- render(OutputStream) -
Method in class oracle.jdeveloper.html.HTMLElement
- Renders the object to the HTML output stream.
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElementContainer
- Renders the container's header, contained objects and footer.
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
- This is the main method for invoking the FORM's rendering
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLFormField
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLImageURL
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLInputElement
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLScriptFunction
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLSelect
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTable
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTableCell
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTextAreaElement
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTextElement
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTextURL
-
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLToolBar
-
- render() -
Method in interface oracle.jdeveloper.html.WebBean
- Renders the Web Bean's contents to the output stream.
- render(PrintWriter) -
Method in interface oracle.jdeveloper.html.WebBean
- Renders the Web Bean's contents to the specified PrintWriter.
- render() -
Method in class oracle.jdeveloper.html.WebBeanImpl
- Renders the Web Bean's contents to the output stream.
- render(PrintWriter) -
Method in class oracle.jdeveloper.html.WebBeanImpl
- Renders the Web Bean's contents to the specified PrintWriter.
- render() -
Method in class oracle.jdeveloper.jsp.wb.EditForm
- Renders the form to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.EditForm
- This is where the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSButton
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSButton
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSButtonBar
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSButtonBar
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSContainer
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSContainer
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSTabContainer
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSTabContainer
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSTable
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSTable
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSTableData
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSTableData
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSToolbar
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSToolbar
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSTree
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSTree
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.JSTreeData
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.JSTreeData
- This is the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.TableControl
- Renders the table to the output stream of the JSP's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.TableControl
- This is where the main entry point for rendering the HTML content.
- render() -
Method in class oracle.jdeveloper.jsp.wb.Toolbar
- Renders the Toolbar to the output stream of the JSP page's response.
- render(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.Toolbar
- This is the main entry point for rendering the HTML content.
- renderAttributeInXMLElement(Document, AttributeDefImpl, boolean, byte) -
Method in class oracle.jbo.server.ViewRowImpl
-
- renderAttributeInXMLElement(Document, AttributeDefImpl, boolean) -
Method in class oracle.jbo.server.ViewRowImpl
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLArray
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLButton
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLButtonBar
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLDispArray
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTable
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLToolBar
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTree
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDiv
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElementContainer
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLScript
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTableRow
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLToolBar
-
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.EditForm
- Renders the container footer that follows the form elements
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.TableControl
- Renders the container footer that follows the table elements
- renderContainerFooter(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.Toolbar
- Renders the container footer that follows the form elements
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLArray
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLDispArray
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLNoTabControl
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTabControl
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTable
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLToolBar
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLTree
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDiv
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDocument
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElementContainer
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLScript
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLTableRow
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLToolBar
-
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.EditForm
- Renders the container header.
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.TableControl
- Renders the container header.
- renderContainerHeader(PrintWriter) -
Method in class oracle.jdeveloper.jsp.wb.Toolbar
- Renders the container header.
- renderElementFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLArray
-
- renderElementFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
-
- renderElementFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElementContainer
-
- renderElementFooter(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLMenu
-
- renderElementHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.DHTMLElementContainer
-
- renderElementHeader(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLElementContainer
-
- renderFields(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
-
- renderNewRow -
Variable in class oracle.jbo.html.databeans.EditCurrentRecord
- Determines whether new rows will be inserted into the form.
- renderScriptLibraries(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDocument
-
- renderScripts(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDocument
-
- renderScripts(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
-
- renderSimpleForm() -
Method in class oracle.jbo.html.databeans.FindForm
- Renders the simple form version of the query form.
- renderStyleSheet(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLDocument
-
- renderTableHeaders() -
Method in class oracle.jbo.html.databeans.RowSetBrowser
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.ArrayField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.DateField
-
- renderToString(Row) -
Method in interface oracle.jdeveloper.html.HTMLFieldRenderer
- This method is called when the field renderers are being used from the Tag library
and from the DataWebBeans.
- renderToString(Row) -
Method in class oracle.jdeveloper.html.HiddenField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.LOVField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.ListFieldEditRenderer
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.ListFieldRenderer
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.PasswordField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.PickList
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.ReadOnlyField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.StaticPickList
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.StructField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.TextArea
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.TextField
-
- renderToString(Row) -
Method in class oracle.jdeveloper.html.ViewLinkLookupFieldRenderer
-
- renderTopButtons(PrintWriter) -
Method in class oracle.jdeveloper.html.HTMLForm
-
- replace(EntityImpl, Key) -
Method in class oracle.jbo.server.EntityCache
- Remove a row in cache and add it in using the new key values.
- replaceObject(Object) -
Method in class oracle.jbo.common.JboObjectOutputStream
-
- replaceRtnEvent(int, int) -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- repopulateEntries(String) -
Static method in class oracle.jbo.common.JboTypeMap
-
- reportException(Throwable) -
Method in class oracle.adf.model.binding.DCBindingContainer
- If DCDataControl is setup, then invoke DCDataControl.reportException
to report any exceptions.
- reportException(Exception) -
Method in class oracle.adf.model.binding.DCControlBinding
- Report the given exception via the containing BindingContainer object.
- reportException(DCBindingContainer, Exception) -
Method in class oracle.adf.model.binding.DCDataControl
- This method is used by all framework binding objects to report
exceptions.
- reportException(DCBindingContainer, Exception) -
Method in interface oracle.adf.model.binding.DCErrorHandler
- Implements how to handle the given exception raised within the JClient framework
in the context of the given form binding.
- reportException(DCBindingContainer, Exception) -
Method in class oracle.adf.model.binding.DCErrorHandlerImpl
- This method simply throws the exception 'ex' as a JboException (by creating
a new JboException if required).
- reportException(DCBindingContainer, Exception) -
Method in class oracle.adf.model.binding.DCErrorHandlerThrow
- This method simply throws the exception 'ex' as a JboException (by creating
a new JboException if required).
- reportException(boolean, Exception) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Utility method to report exceptions via the containing binding container.
- reportException(JUFormBinding, Exception) -
Method in class oracle.jbo.uicli.binding.JUApplication
- This method is used by all framework binding objects to report
exceptions.
- reportException(Exception, boolean) -
Method in class oracle.jbo.uicli.binding.JUControlBinding
-
- reportException(Exception) -
Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
- Report the given exception via the containing BindingContainer object.
- reportException(JUFormBinding, Exception) -
Method in interface oracle.jbo.uicli.binding.JUErrorHandler
- Implements how to handle the given exception raised within the JClient framework
in the context of the given form binding.
- reportException(JUFormBinding, Exception) -
Method in class oracle.jbo.uicli.binding.JUErrorHandlerThrow
- This method simply throws the exception 'ex' as a JboException (by creating
a new JboException if required).
- reportException(JUFormBinding, Exception) -
Method in class oracle.jbo.uicli.controls.JUErrorHandlerDlg
-
- reportException(DCBindingContainer, Exception) -
Method in class oracle.jbo.uicli.controls.JUErrorHandlerDlg
-
- reportException(DCBindingContainer, Exception, boolean) -
Method in class oracle.jbo.uicli.controls.JUErrorHandlerDlg
-
- reportException(DCBindingContainer, Exception) -
Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- reportException(JUFormBinding, Exception) -
Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- request -
Variable in class oracle.jdeveloper.html.DateField
-
- request -
Variable in class oracle.jdeveloper.html.LOVField
-
- request -
Variable in class oracle.jdeveloper.html.WebBeanImpl
-
- requestElements() -
Method in class oracle.svcmsg.ServiceMessage
-
- requestEstimatedRowCount() -
Method in interface oracle.jbo.common.ws.WSRowSet
-
- requestEstimatedRowCount() -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- requestEstimatedRowCount() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- requestKeys() -
Method in class oracle.svcmsg.ServiceMessage
-
- requestRefreshControl() -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Called by bindings that may have changed model properties
and need a refresh of the model/whole bindingContainer.
- requiresUpdateModel() -
Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
-
- resButton(AbstractButton, String) -
Static method in class oracle.jbo.common.ResourceUtils
- Sets the resourcs on a subclass of
AbstractButton
.
- resLabel(JLabel, Component, String) -
Static method in class oracle.jbo.common.ResourceUtils
- Sets the resources on a
JLabel
.
- reservePassivationId() -
Method in interface oracle.jbo.ApplicationModule
- Deprecated. deprecated since 9.0.5. Use
ApplicationModule.reserveSnapshotId(int)
with the PERSISTNENT_SNAPSHOT bit set
instead.
- reservePassivationId() -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- reservePassivationId() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- reservePassivationId() -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Reserves a unique identifier for the session application.
- reservePassivationId(Object) -
Method in interface oracle.jbo.common.ampool.SessionCookie
- Reserves a unique identifier for the session application.
- reservePassivationId() -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- reservePassivationId(Object) -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- reservePassivationId() -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- reservePassivationId() -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- reservePassivationId() -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- reserveSnapshotId(int) -
Method in interface oracle.jbo.ApplicationModule
- Internal: Applications should not use this method.
- reserveSnapshotId(int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- reserveSnapshotId(int) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- reserveSnapshotId(int) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- reset() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- reset() -
Method in interface oracle.jbo.RowIterator
- Moves the currency to the slot before the first row.
- reset() -
Method in class oracle.jbo.ViewCriteria
- Clears the "current row" designation and
places the iterator in the slot before the first row.
- reset() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- reset(List) -
Method in class oracle.jbo.common.PiggybackOutput
-
- reset() -
Method in class oracle.jbo.common.Timer
-
- reset() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.ComponentTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.DataComponentTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.DataGridTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.DataHandlerTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.DataTransactionTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.EditRecordTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.NavBarTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.ScrollBarTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.SearchTag
-
- reset() -
Method in class oracle.jbo.html.jsp.datatags.ShowRecordTag
-
- reset(ActionMapping, ServletRequest) -
Method in class oracle.jbo.html.struts11.BC4JActionForm
-
- reset(ActionMapping, HttpServletRequest) -
Method in class oracle.jbo.html.struts11.BC4JActionForm
-
- reset() -
Method in class oracle.jbo.server.ApplicationModuleImpl
- BC4J invokes this method when a ApplicationModule is being reset for
potential reuse by another client session.
- reset() -
Method in class oracle.jbo.server.ViewObjectImpl
- Resets the iterator.
- reset() -
Method in class oracle.jbo.server.ViewRowSetImpl
- Resets the iterator.
- reset() -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Resets the iterator.
- resetAttributeExceptionInRow(DCIteratorBinding, Row, AttributeDef, AttrValException) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
- Reset any deferred exception in the row for the given attribute, for which
the AttrValException was raised.
- resetAttributeExceptionInRow(Row, AttributeDef, AttrValException) -
Method in class oracle.adf.model.binding.DCControlBinding
-
- resetAttributeExceptionInRow(DCIteratorBinding, Row, AttributeDef, AttrValException) -
Method in class oracle.adf.model.binding.DCDataControl
- Reset any deferred exception in the row for the given attribute, for which
the AttrValException was raised.
- resetCurrentContext() -
Method in class oracle.jbo.common.ContextUtil
-
- resetIndices() -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Initializes the mapping between indices of this model versus the base model.
- resetInputState() -
Method in class oracle.adf.model.binding.DCBindingContainer
- Resets the error state for all control bindings.
- resetInputState() -
Method in class oracle.adf.model.binding.DCControlBinding
- Resets any exceptions and client-side values that this binding may hold.
- resetInputState() -
Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
-
- resetInputState() -
Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
- Empty method to support DCControlBinding contract.
- resetInputState() -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
- Empty method to support DCControlBinding contract.
- resetInputState() -
Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
-
- resetKey() -
Method in class oracle.adf.model.generic.RowImpl
- Call this if the correpsonding dataProvider row object has a change
in key object values.
- resetMarshaller() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- resetMarshaller() -
Method in interface oracle.jbo.common.ObjectMarshaller
-
- resetMarshaller() -
Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
-
- resetPKBasedRef() -
Method in class oracle.jbo.server.EntityImpl
-
- resetRequestPointer() -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- resetRequestPointer(int) -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- resetSession() -
Method in class oracle.jbo.server.ViewObjectImpl
- BC4J invokes this method when a ViewObject is being reset for potential
reuse by another client session.
- resetState() -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- resetState() -
Method in class oracle.adf.model.binding.DCDataControl
- Resets the DataControl.
- resetState() -
Method in interface oracle.adf.model.binding.DCDataControlManagement
- Resets the DataControl.
- resetState() -
Method in class oracle.adf.model.binding.DCDataControlReference
-
- resetState() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Resets the state of the TopLinkDataControl to it's initial state upon
entering the application: a new UnitOfWork is acquired and all RSIs
associated with this DataControl are reset to their initial state (old
query results are invalidated as well).
- resetState() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Resets the transaction for all TopLinkDataControls associated with this TransactionBroker.
- resetState(int) -
Method in interface oracle.jbo.ApplicationModule
- Internal: Applications should not use this method.
- resetState(boolean) -
Method in interface oracle.jbo.ApplicationModule
- Deprecated. since 9.0.5. Use
ApplicationModule.resetState(int)
with
the RESET_RELOAD_FLAG enabled instead.
- resetState(int) -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- resetState(boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- resetState(int) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- resetState() -
Method in interface oracle.jbo.common.ampool.ApplicationModuleRef
- Reset the ApplicationModule state associated with this
ApplicationModuleRef.
- resetState() -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- resetState(boolean) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- resetState(int) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- resetState(boolean) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- resetState(int) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- resetState(boolean) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- resetState(int) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- resetStateInternal() -
Method in interface oracle.jbo.common.ampool.SessionCookie
- INTERNAL USE ONLY.
- resetStateInternal() -
Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- resetStatePerformed() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Notifies this data control that a "resetState: has been performed and
that the transactional and associated RSIs' state need to be reset.
- resetTransaction() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- INTERNAL: Resets the transactional resources associated with this data
control and all data controls that share the same transactional space.
- resetTransactionalResources() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Resets the transactional resources for this TransactionalBroker instance and notifies all
associated TopLinkDataControls of that the transactional state has been reset.
- resetTransactionalState() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Resets the transactional state of this Data Control.
- resetUnitOfWork() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Creates and configures a new TopLink UnitOfWork from the client Session.
- resolve(ApplicationModule) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
- Resolves the "impl" pointers
- resolveAttributeDefs(StructureDef, String[]) -
Method in class oracle.adf.model.binding.DCDataControl
-
- resolveAttributeValue(String, Object) -
Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
-
- resolveAttributeValue(String, Object) -
Method in class oracle.jbo.uicli.uix.JUCtrlAdaptValueBindingRef
-
- resolveClass(ObjectStreamClass) -
Method in class oracle.jbo.common.JboObjectInputStream
-
- resolveClass(ObjectStreamClass) -
Method in class oracle.jbo.common.PiggybackInputStream
-
- resolveDefObject() -
Method in class oracle.jbo.server.EntityDefImpl
- Function to preserve the order of the attributes
- resolveDefObject() -
Method in class oracle.jbo.server.RowDef
-
- resolveDefObject() -
Method in class oracle.jbo.server.ViewDefImpl
- Resolves this View Def.
- resolveEntityAssociation() -
Method in class oracle.jbo.server.AssociationDefImpl
-
- resolveIntersectColumns() -
Method in class oracle.jbo.server.AssociationEnd
-
- resolveObject(Object) -
Method in class oracle.jbo.common.JboObjectInputStream
-
- resolveRangeSize(int) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Sets this iterator binding and it's associated RowIterator's range size to the
greater of this either the iterator's range size and the given range size.
- resolveReference(String, TempAssocEndDesc) -
Static method in class oracle.jbo.server.AssociationDefImpl
-
- resolveReferences() -
Method in class oracle.jbo.server.EntityAssociation
-
- resolveReferences() -
Method in class oracle.jbo.server.EntityDefImpl
- Since this gets called from lazyload, load all attribute accessors upfront.
- resolveReferences() -
Method in class oracle.jbo.server.ViewDefImpl
- Since this gets called from lazyload
- resolveReferences() -
Method in class oracle.jbo.server.ViewLinkDefImpl
-
- response -
Variable in class oracle.jdeveloper.html.WebBeanImpl
-
- responseElements() -
Method in class oracle.svcmsg.ServiceMessage
-
- responseKeys() -
Method in class oracle.svcmsg.ServiceMessage
-
- restoreDefaultCursor() -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
- Shows default cursor.
- restoreRSIs() -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- restoreState(String) -
Method in class oracle.adf.model.binding.DCBindingContainerState
-
- restoreTreeAndExpand(ArrayList) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
- Advanced method: Applications should not use this method
- restoreTreeAndExpand(ArrayList) -
Method in class oracle.jbo.uicli.jui.JUTreeBinding
- Advanced method: Applications should not use this method
- resume() -
Method in interface oracle.jbo.common.TransactionControl
-
- resume() -
Method in class oracle.jbo.server.DefaultTxnHandlerImpl
-
- resume() -
Method in class oracle.jbo.server.JTATxnHandlerImpl
-
- resume() -
Method in interface oracle.jbo.server.TransactionHandler
-
- resume() -
Method in class oracle.jbo.server.ejb.ContainerManagedTxnHandlerImpl
-
- resume() -
Method in class oracle.jbo.server.ejb.EJBTxnHandlerImpl
-
- resume() -
Method in class oracle.jbo.server.ejb.StatefulSessionBeanImpl
-
- resumeTransaction() -
Method in class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl
-
- retainAll(Collection) -
Method in class oracle.jbo.server.EntityRowSetImpl
-
- retrieveByKey(ViewRowSetImpl, Key, int) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- retrieveByKey(ViewRowSetImpl, Key, int, boolean) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- retrieveByKey(ViewRowSetImpl, Key, int) -
Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
- Overrides the base implementation of
retrieveByKey(ViewRowSetImpl, Key, int)
.
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.adf.model.binding.DCControlBindingDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.adf.model.binding.DCDataControlDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.adf.model.binding.DCDefBase
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.adf.model.binding.DCIteratorBindingDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUCtrlBoolDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUCtrlListDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.binding.JUMethodIteratorDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUActionDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUBoundedRangeDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUButtonDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUComboBoxDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.DateFormatDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.MaskFormatDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.NumberFormatDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JULayoutDefXY
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUListSingleSelDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JULovButtonDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUProgressBarDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUScrollBarDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUSliderDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUSpinnerDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUTableDef
-
- retrieveFromXML(DefElementImpl, HashMap) -
Method in class oracle.jbo.uicli.jui.JUTreeDef
-
- retrieveMultipartHandler(HttpServletRequest) -
Static method in class oracle.jbo.html.struts11.MultipartUtil
- Retrieves the
MultipartRequestHandler
object from the
HttpRequest scope.
- returnConnection(String, Connection) -
Method in interface oracle.jbo.server.ConnectionPoolManager
- Deprecated. This method has been replaced with
ConnectionPoolManager.returnConnection(String, Connection, Properties)
. This was
necessary to provide applications with additional information about
the transaction which is returning the connection.
- returnConnection(String, Connection, Properties) -
Method in interface oracle.jbo.server.ConnectionPoolManager
- Returns a pooled connection to a connection pool.
- returnConnection(String, Connection) -
Method in class oracle.jbo.server.ConnectionPoolManagerImpl
-
- returnConnection(String, Connection, Properties) -
Method in class oracle.jbo.server.ConnectionPoolManagerImpl
-
- returnConnection(String, Connection) -
Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
-
- returnConnection(String, Connection, Properties) -
Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
-
- returnConnectionForInternalUse(String, Connection, Properties) -
Method in interface oracle.jbo.server.ConnectionPoolManager
- Returns a pooled connection to a connection pool.
- returnConnectionForInternalUse(String, Connection, Properties) -
Method in class oracle.jbo.server.ConnectionPoolManagerImpl
-
- returnConnectionForInternalUse(String, Connection, Properties) -
Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
-
- revert() -
Method in class oracle.adf.model.generic.RowImpl
- Revert the row to the Database state.
- revert() -
Method in class oracle.jbo.client.remote.RowImpl
- Revert the row to the Database state.
- revert() -
Method in interface oracle.jbo.server.Entity
- Reverts this Entity Object's row to the database's values.
- revert() -
Method in class oracle.jbo.server.EntityImpl
- Reverts the row to the database's state.
- revert() -
Method in class oracle.jbo.server.ViewRowImpl
- Reverts this row back to its initial state.
- riCreateApplicationModule(String, String) -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riCreateApplicationModule(String, String) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riFindApplicationModule(String) -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riFindApplicationModule(String) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riFindLocalApplicationModule(String) -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riFindLocalApplicationModule(String) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riGetApplicationModuleInfo() -
Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
-
- riGetApplicationModuleInfo() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- riGetApplicationModuleInfo() -
Method in interface oracle.jbo.common.AppModuleRequestHandler
-
- riGetApplicationModuleInfo() -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riGetApplicationModuleInfo() -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riGetClientProxyClassName() -
Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
-
- riGetClientProxyClassName() -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riGetClientProxyClassName() -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riInvokeExportedMethod(Object, String, String[], Object[]) -
Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
-
- riInvokeExportedMethod(Object, String, String[], Object[]) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- riInvokeExportedMethod(Object, String, String[], Object[]) -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.client.remote.PooledRequestHandler
-
- riRemove() -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
-
- riRemove() -
Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.client.remote.ejb.NestedApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.client.remote.ejb.RootApplicationModuleImpl
-
- riRemove() -
Method in interface oracle.jbo.common.AppModuleRequestHandler
-
- riRemove() -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- riRemove() -
Method in class oracle.jbo.server.remote.ejb.NestedApplicationModuleImpl
-
- rndObj -
Variable in class oracle.jbo.html.jsp.datatags.InputTagBase
-
- rollback() -
Method in interface oracle.jbo.Transaction
- Discards all modifications made in this transaction.
- rollback() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- rollback() -
Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
-
- rollback(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.actions.TransactionAction
- "rollback" dispatch method called by DispatchAction
- rollback(BC4JContext) -
Method in class oracle.jbo.html.struts11.actions.TransactionAction
-
- rollback() -
Method in class oracle.jbo.server.DBTransactionImpl
- Discards all modifications made in this transaction.
- rollback() -
Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
-
- rollback() -
Static method in class oracle.jbo.server.JDBCInteract
-
- rollback() -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- rollbackPerformed() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Notifies this data control that a rollback has been performed and that
the transactional state needs to be reset.
- rollbackToSavepoint(Connection, String) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- rollbackToSavepoint(Connection, String) -
Method in class oracle.jbo.server.DB2SQLBuilderImpl
-
- rollbackToSavepoint(Connection, String) -
Method in class oracle.jbo.server.OracleSQLBuilderImpl
-
- rollbackToSavepoint(Connection, String) -
Method in interface oracle.jbo.server.SQLBuilder
- rollback to SAVEPOINT - if possible
- rollbackTransaction() -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- rollbackTransaction() -
Method in class oracle.adf.model.binding.DCDataControl
- Helper method that invokes rollback on the current Transaction.
- rollbackTransaction() -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- rollbackTransaction() -
Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
- Rollsback the transaction for this data control.
- rollbackTransaction() -
Method in class oracle.adf.model.generic.toplink.TransactionBroker
- Rollback the transaction for all TopLinkDataControls associated with this TransactionBroker.
- rollbackTransaction() -
Method in class oracle.jbo.server.ejb.StatefulSessionBeanImpl
- Rollbacks the changes in bc4j cache, rollbacks
the transaction associated with the bean and
then release the jdbc connection.
- rollbackTransaction() -
Method in class oracle.jbo.server.ejb.sb.BeanManagedServiceBean
- Rollbacks the changes in bc4j cache, rollbacks
the transaction associated with the bean and
then release the jdbc connection.
- row -
Variable in class oracle.jbo.html.jsp.datatags.DataTagBase
-
- row -
Variable in class oracle.jbo.html.jsp.datatags.RowTag
-
- row -
Variable in class oracle.jdeveloper.html.DHTMLAddRow
-
- rowDeleted(DCIteratorBinding, DeleteEvent) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked when a DCIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator
- rowDeleted(DeleteEvent) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- If range size of this iterator binding is not 1,
this method invokes updateRowDeleted method on all instances of
DCCtrlValueBinding objects associated with this iterator binding,
to notify them of the newly inserted row.
- rowDeleted(DeleteEvent) -
Method in interface oracle.jbo.RowSetListener
- Invoked when a row has been deleted.
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- rowDeleted(DCIteratorBinding, DeleteEvent) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked when a JUIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.uicli.binding.JUIteratorBinding
- *** For internal framework use only ***
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- rowDeleted(DeleteEvent) -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- rowDeleted(DCIteratorBinding, DeleteEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Invoked when a JUIteratorBinding receives a rowDeleted Event from BC4J RowSetIterator
- rowDeleted(JUIteratorBinding, DeleteEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
- Invoked when a row has been deleted.
- rowDeleted(JUIteratorBinding, DeleteEvent) -
Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
- Invoked when a row has been deleted.
- rowInserted(DCIteratorBinding, InsertEvent) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked when a DCIteratorBinding receives a rowInserted Event from BC4J RowSetIterator
- rowInserted(InsertEvent) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- If range size of this iterator binding is not 1,
this method invokes updateRowInserted method on all instances of
DCCtrlValueBinding objects associated with this iterator binding,
to notify them of the newly inserted row.
- rowInserted(InsertEvent) -
Method in interface oracle.jbo.RowSetListener
- Invoked when a row has been inserted.
- rowInserted(InsertEvent) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- rowInserted(InsertEvent) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- rowInserted(InsertEvent) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- rowInserted(InsertEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- rowInserted(InsertEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- rowInserted(DCIteratorBinding, InsertEvent) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked when a JUIteratorBinding receives a rowInserted Event from BC4J RowSetIterator
- rowInserted(InsertEvent) -
Method in class oracle.jbo.uicli.binding.JUIteratorBinding
- *** For internal framework use only ***
- rowInserted(InsertEvent) -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- rowInserted(InsertEvent) -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- rowInserted(DCIteratorBinding, InsertEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Invoked when a JUIteratorBinding receives a rowInserted Event from BC4J RowSetIterator
- rowInserted(JUIteratorBinding, InsertEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
- Invoked when a row has been inserted.
- rowInserted(JUIteratorBinding, InsertEvent) -
Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
- Invoked when a row has been inserted.
- rowQualifies(ViewRowImpl) -
Method in class oracle.jbo.server.RowQualifier
-
- rowQualifies(ViewRowImpl) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- rowUpdated(DCIteratorBinding, UpdateEvent) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked when a DCIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator
- rowUpdated(UpdateEvent) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Invokes updateValuesFromRow() to notify all control bindings of
a change in an attribute in the row.
- rowUpdated(UpdateEvent) -
Method in interface oracle.jbo.RowSetListener
- Invoked when an attribute of the row has been changed.
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.uicli.binding.JUCtrlScrollBinding
-
- rowUpdated(DCIteratorBinding, UpdateEvent) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- rowUpdated(UpdateEvent) -
Method in class oracle.jbo.uicli.controls.JUStatusBar
-
- rowUpdated(DCIteratorBinding, UpdateEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator
- rowUpdated(JUIteratorBinding, UpdateEvent) -
Method in class oracle.jbo.uicli.jui.JUPanelRowSetAdapter
- Invoked when an attribute of the row has been changed.
- rowUpdated(JUIteratorBinding, UpdateEvent) -
Method in interface oracle.jbo.uicli.jui.JUPanelRowSetListener
- Invoked when an attribute of the row has been changed.
- rowVariableName -
Variable in class oracle.jbo.html.jsp.datatags.DataTagBase
-
- rs -
Variable in class oracle.jbo.html.jsp.datatags.RowTag
-
- rs -
Variable in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
-
- runProc(String[], PrintStream, long) -
Static method in class oracle.jbo.server.util.SafeExec
- Execute a subprocess defined by the contents of 'args'.
- runProc(String, PrintStream, long) -
Static method in class oracle.jbo.server.util.SafeExec
- Execute a subprocess defined by the contents of 'cmdline'
- runProc(String[], PrintStream) -
Static method in class oracle.jbo.server.util.SafeExec
-
- runProc(String, PrintStream) -
Static method in class oracle.jbo.server.util.SafeExec
-
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.