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

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

G

GenClausesRuntime - Class in oracle.jbo.server.util
 
GenClausesRuntime() - Constructor for class oracle.jbo.server.util.GenClausesRuntime
 
GENERATE_ISNULL_CLAUSE_FOR_BINDVARS - Static variable in class oracle.jbo.ViewCriteriaItem
 
generateACLIdExpression(String) - Static method in class oracle.jbo.server.security.PermissionHelper
 
generateACLIdExpression(String, BindingPermissionDef) - Static method in class oracle.jbo.server.security.PermissionHelper
 
generateACLIdExpression(String) - Static method in class oracle.jbo.server.security.XSPermissionHelper
 
generateACLIdExpression(String, BindingPermissionDef) - Static method in class oracle.jbo.server.security.XSPermissionHelper
 
generateCollectionOperations() - Method in class oracle.adfinternal.model.adapter.bean.BeanStructureDefinitionBuilder
 
generateContainerName(DCBindingContainer) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
generateControlName(DCControlBinding) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
generateControlName(JUControlBinding) - Static method in class oracle.jbo.uicli.binding.JUUtil
*** For internal framework use only ***
generateDCE() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
generateFormName(JUFormBinding) - Static method in class oracle.jbo.uicli.binding.JUUtil
*** For internal framework use only ***
generateIteratorName(DCIExecutable) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
generateIteratorName(JUIteratorBinding) - Static method in class oracle.jbo.uicli.binding.JUUtil
*** For internal framework use only ***
generatePKBasedRef(EntityImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
generatePKBasedRef(EntityImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
generatePKBasedRef(EntityImpl) - Method in interface oracle.jbo.server.SQLBuilder
Generates a PK-Based REF for an Entity Object.
generatePoolKey(String, Properties) - Method in interface oracle.jbo.server.ConnectionPoolManager
Generates a unique pool identifier (poolKey) for the specified JDBC URL and JDBC driver properties.
generatePoolKey(String, String, String) - Method in interface oracle.jbo.server.ConnectionPoolManager
Generates a unique pool identifier (poolKey) for the specified JDBC URL and JDBC driver properties.
generatePoolKey(String, Properties) - Static method in class oracle.jbo.server.ConnectionPoolManagerHelper
 
generatePoolKey(String, String, String) - Static method in class oracle.jbo.server.ConnectionPoolManagerHelper
 
generatePoolKey(String, Properties) - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
generatePoolKey(String, String, String) - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
generatePoolKey(String, Properties) - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
generatePoolKey(String, String, String) - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
generateRefAndOID(EntityImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
generateRefAndOID(EntityImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
generateRefAndOID(EntityImpl) - Method in interface oracle.jbo.server.SQLBuilder
Generates an object Ref and OID for an Entity Object.
generateRowID(EntityImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
generateRowID(EntityImpl) - Method in interface oracle.jbo.server.SQLBuilder
Get the ROWID attribute.
generateUniqueChildName(String, String) - Method in class oracle.jbo.mom.ContainerDefImpl
 
generateUUID() - Static method in class oracle.jbo.common.UUID
 
generateUUID(String) - Static method in class oracle.jbo.common.UUID
 
GeneratorSequenceImpl - Class in oracle.jbo.server.uniqueid
This class generates a unique id for the entity attribute.
GeneratorSequenceImpl() - Constructor for class oracle.jbo.server.uniqueid.GeneratorSequenceImpl
Default constructor
GeneratorSequenceImpl(BigDecimal) - Constructor for class oracle.jbo.server.uniqueid.GeneratorSequenceImpl
This constructor is invoked when displaying the data from a query
GeneratorSequenceImpl(Number) - Constructor for class oracle.jbo.server.uniqueid.GeneratorSequenceImpl
This constructor is invoked when creating a row during delete operation.
GeneratorSequenceImpl(String) - Constructor for class oracle.jbo.server.uniqueid.GeneratorSequenceImpl
This constructor is invoked when creating the instance with the default value passed.
GenericBlob - Class in oracle.jbo.domain.generic
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
GenericBlob() - Constructor for class oracle.jbo.domain.generic.GenericBlob
Constructor for this object.
GenericBlob(Blob) - Constructor for class oracle.jbo.domain.generic.GenericBlob
Constructor for this object.
GenericBlob(byte[]) - Constructor for class oracle.jbo.domain.generic.GenericBlob
Constructor for this class.
GenericBlob(Blob, byte[]) - Constructor for class oracle.jbo.domain.generic.GenericBlob
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
GenericBlob(GenericBlob, byte[]) - Constructor for class oracle.jbo.domain.generic.GenericBlob
Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
GenericBlob(ResponseValues) - Constructor for class oracle.jbo.domain.generic.GenericBlob
 
GenericClob - Class in oracle.jbo.domain.generic
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type.
GenericClob() - Constructor for class oracle.jbo.domain.generic.GenericClob
Constructor for this class.
GenericClob(String) - Constructor for class oracle.jbo.domain.generic.GenericClob
Constructs an instance of this class, given a string.
GenericClob(char[]) - Constructor for class oracle.jbo.domain.generic.GenericClob
Constructs an instance of this class, given a char array.
GenericClob(Clob) - Constructor for class oracle.jbo.domain.generic.GenericClob
Constructs an instance of this class, given a Clob object.
GenericClob(Clob, byte[]) - Constructor for class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use GenericClob(Clob clob, char[] clobData) Constructor instead.
GenericClob(Clob, char[]) - Constructor for class oracle.jbo.domain.generic.GenericClob
Internal: Applications should not use this constructor.
GenericClob(GenericClob, byte[]) - Constructor for class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use GenericClob(GenericClob clob, char[] clobData) Constructor instead.
GenericClob(GenericClob, char[], Connection) - Constructor for class oracle.jbo.domain.generic.GenericClob
Creates an instance of this class with data as described in clobData and using the transaction context from clob to use the clob-locator in the database.
GenericClob(ResponseValues) - Constructor for class oracle.jbo.domain.generic.GenericClob
 
GenericDomainException - Exception in oracle.jbo.domain
Thrown when creation of Domain objects fails.
GenericDomainException(String, Object, Exception) - Constructor for exception oracle.jbo.domain.GenericDomainException
 
GenericHints - Interface in oracle.jbo
 
GenericResourceBundleDef - Class in oracle.jbo.common
 
GenericResourceBundleDef(PersistableDefObject) - Constructor for class oracle.jbo.common.GenericResourceBundleDef
 
GenericResourceBundleDef(PersistableDefObject, String) - Constructor for class oracle.jbo.common.GenericResourceBundleDef
 
GenericResourceBundleDef(PersistableDefObject, DefElement) - Constructor for class oracle.jbo.common.GenericResourceBundleDef
 
GenericValidator - Interface in oracle.jbo.rules
Implemented by validators for domain datatypes.
GenericValidator - Interface in oracle.jbo.server.rules
Implemented by validators for domain datatypes.
get(Object) - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
get(Object) - Method in class oracle.adf.model.binding.DCControlBinding
 
get(Object) - Method in class oracle.adf.model.binding.DCDataControl
override hashmap.get()
get(Object) - Method in class oracle.adf.model.binding.DCDataControlDef
 
get(Object) - Method in class oracle.adf.model.binding.DCExecutableBinding
 
get(String) - Method in class oracle.adf.model.binding.PermissionBinding
 
get(Object) - Method in class oracle.adf.model.binding.PermissionBinding
 
get(Object) - Method in class oracle.adf.model.BindingContext
 
get(String) - Method in class oracle.adf.model.connection.webservice.api.WebServiceConnectionCache
 
get(String) - Method in interface oracle.adf.model.PermissionInfo
 
get(Object) - Method in interface oracle.adf.model.PermissionInfo
 
GET - Static variable in interface oracle.adfinternal.model.adapter.url.URLConnectionConstants
 
get(String, String, String, int, String) - Static method in class oracle.jbo.ApplicationModuleFactory
 
get(String) - Static method in class oracle.jbo.ApplicationModuleFactory
 
get(int, String) - Static method in class oracle.jbo.ApplicationModuleFactory
 
get(Object) - Method in class oracle.jbo.client.remote.SecurityHintsImpl
 
get(Object) - Method in class oracle.jbo.common.JboAbstractMap
 
get() - Method in class oracle.jbo.common.remote.ejb.JboMarshalledObject
 
get(Object) - Method in class oracle.jbo.common.WeakHashtable
 
get(Object) - Method in class oracle.jbo.common.WeakHashtableImpl
 
get(Object) - Method in class oracle.jbo.common.WeakKeyHashtable
 
get(Object) - Method in class oracle.jbo.common.WeakKeyHashtableImpl
 
get(Object) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
get(Object) - Method in class oracle.jbo.common.ws.WSObject
 
get(Object) - Method in interface oracle.jbo.SecurityHints
Returns the privilege for the operationName on this row or attribute
get(Key) - Method in class oracle.jbo.server.EntityCache
Get an EntityImpl from the cache.
get(String) - Method in class oracle.jbo.server.JboEventObject
Gets a value associated with the given name.
get(int) - Method in class oracle.jbo.server.QueryCollection
Return the data at the index.
get(Object) - Method in class oracle.jbo.server.RowSecurityHintsMap
 
get(String) - Method in class oracle.jbo.server.RowSecurityHintsMap
 
get(int) - Method in class oracle.jbo.server.SparseArray
Get the value at the specified index.
get(int) - Method in interface oracle.jbo.server.SparseArrayInterface
 
get(Object[], String, Class) - Method in class oracle.jbo.server.svc.ServiceImpl
Standard select-by-PK operation.
get(RowIdEntityObjectImpl) - Method in enum oracle.jbo.server.uniqueid.RowIdEntityObjectImpl.AttributesEnum
 
get(RowIdViewObjRowImpl) - Method in enum oracle.jbo.server.uniqueid.RowIdViewObjRowImpl.AttributesEnum
 
get(Object) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
Properties returned via getter on this reference object are: index - returns Range Index of the row this reference is pointing to key - returns Key of the row this reference is pointing to rowKeyStr - returns String format of the key of the row this reference is pointing to() keyValue - returns the attribute value of the primary key attribute on the Row this reference is pointing to() currencyString - returns getCurrencyString attributeValues - returns Array of applicable attribute values from the row() labelSet - returns Array of labels for attributes bound() row - returns the framework Row object that this binding is referring to binding - the rangeset binding that this reference binding is created within.
get(Object) - Method in class oracle.jbo.uicli.mom.DefaultPageMapImpl
 
get(Object) - Method in class oracle.jbo.uicli.mom.DynamicPageMapImpl
 
get(Object) - Method in class oracle.jbo.ViewCriteriaItem
 
get(Object) - Method in class oracle.jbo.ViewCriteriaItemValue
 
get1013CompatibilityMode() - Method in class oracle.jbo.ViewCriteria
With the 10.1.3 compatibility flag set to true, SQL fragment is allowed in the value argument in calls to ViewCriteriaRow.setAttribute() method.
GET_Allows - Static variable in class oracle.adf.model.binding.PermissionBinding
 
GET_ALLOWS - Static variable in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
GET_ApplicationModule - Static variable in class oracle.adf.model.binding.DCDataControl
 
get_bindingContainerReferenceNames() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
GET_DataProvider - Static variable in class oracle.adf.model.binding.DCDataControl
 
GET_dataProvider - Static variable in class oracle.adf.model.binding.DCDataControl
 
GET_DCFrame - Static variable in class oracle.adf.model.binding.DCDataControl
 
GET_MasterBinding - Static variable in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
 
GET_MasterRowKey - Static variable in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
 
GET_MethodResults - Static variable in class oracle.adf.model.binding.DCDataControl
 
GET_Name - Static variable in class oracle.adf.model.binding.DCDataControl
 
getAbsRowIndex() - Method in class oracle.jbo.common.SvcMsgResponseNavig
 
getAccelerator(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getAccess() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getAccessMode() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAccessMode() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getAccessMode() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAccessMode() - Method in interface oracle.jbo.RowSet
 
getAccessMode() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getAccessMode() - Method in class oracle.jbo.server.PDefViewObject
 
getAccessMode() - Method in class oracle.jbo.server.ViewDefImpl
Get the access mode for rows from the query.
getAccessMode() - Method in class oracle.jbo.server.ViewObjectImpl
 
getAccessMode() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getAccessor() - Method in class oracle.jbo.server.AssociationEnd
 
getAccessorByEndName(String) - Method in class oracle.jbo.server.EntityAssociation
Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.findEndAccessorByName().
getAccessorDef(String) - Method in class oracle.adf.model.generic.StructureDefImpl
 
getAccessorDef() - Method in class oracle.jbo.server.ViewLinkAccessorInfo
 
getAccessorDefinitions() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getAccessorDefinitions() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getAccessorDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getAccessorDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getAccessorDefinitions() - Method in interface oracle.binding.meta.StructureDefinition
Returns the metadata about the accessors in this structure.
getAccessorDefs(StructureDefImpl) - Method in class oracle.adf.model.bean.DCBeanDataControl
Invoked for dynamic DataControls.
getAccessorDefs(StructureDefImpl) - Method in class oracle.adf.model.generic.DCGenericDataControl
Invoked for dynamic DataControls.
getAccessorIndices(String, StructureDef, int) - Method in class oracle.jbo.common.AccessorNameTokenizer
 
getAccessorIndices(String, StructureDef, int) - Method in interface oracle.jbo.common.AccessorTraversal
 
getAccessorLabel(String, DCBindingContainer) - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getAccessorLabels() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getAccessorName() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getAccessorName() - Method in class oracle.jbo.rules.JboCollectionValidator
 
getAccessorName() - Method in class oracle.jbo.server.ViewLinkUsage
 
getAccessorName() - Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
 
getAccessorName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getAccessorNames() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getAccessors() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getAccessors() - Method in class oracle.jbo.server.AssociationDefBase
 
getAccessorsAtLevel(int) - Method in class oracle.jbo.common.AccessorNameTokenizer
 
getAccessorsToRefresh() - Method in class oracle.jbo.UpdateEvent
 
getAccessorTraversalDef() - Method in interface oracle.jbo.common.ws.WSRowSet
 
getAccessorTraversalDef() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getAccessorTraversalDef() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAccessorTypeBindings() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getAccessorValue(RowSetIterator, Row, DCIteratorBinding, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getAccessorValue(RowSetIterator, Row, DCIteratorBinding, String) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getAccessorValue(RowSetIterator, Row, DCIteratorBinding, String) - Method in class oracle.adf.model.binding.DCDataControl
 
getAccessorValue(RowSetIterator, Row, DCIteratorBinding, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getAccessorVO(ViewObject) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getAccessorVO(ViewObject) - Method in interface oracle.jbo.AttributeDef
For an accessor attribute, this method creates a View Object that works for the View Link definition.
getAccessorVO(ViewObject) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.common.AttributeDefHelper
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.common.VariableImpl
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.server.AttributeDefImpl
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getAccessorVO(ViewObject) - Method in class oracle.jbo.ViewCriteriaItem
 
getAccessStr() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getAccName() - Method in interface oracle.jbo.common.AccTravInvoke
Returns the name of the ViewLink accessor.
getAccName() - Method in class oracle.jbo.common.AccTravInvokeImpl
 
getAccTravDef() - Method in interface oracle.jbo.common.AccTravInvoke
Returns the next accessor level traversal definition.
getAccTravDef() - Method in class oracle.jbo.common.AccTravInvokeImpl
 
getAccTravInvokes() - Method in class oracle.jbo.common.AccTravQualBaseImpl
 
getAccTravInvokes() - Method in interface oracle.jbo.common.AccTravQualifier
Returns an array of accessor traversal invocations.
getAccTravLimit() - Method in interface oracle.jbo.common.AccTravDef
 
getAccTravLimit() - Method in class oracle.jbo.common.AccTravDefImpl
 
getAccTravQualifiers() - Method in interface oracle.jbo.common.AccTravDef
Returns an array of accessor traversal qualifiers belonging to this accessor traversal definition.
getAccTravQualifiers() - Method in class oracle.jbo.common.AccTravDefImpl
 
getACLIds() - Method in class oracle.jbo.server.security.JboXSDomain
 
getAction() - Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
 
getActionBinding(BindingContext, String, char) - Static method in class oracle.adf.model.binding.DCUtil
 
getActionBinding() - Method in class oracle.jbo.uicli.jui.JUActionBindingEvent
 
getActionBindingList() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns a list of DCCtrlActionBinding objects that are associated with this iterator binding.
getActionBindingListeners() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns a list of JUActionBindingListener (returns an empty list if no such listener was registered).
getActionBindingName() - Method in class oracle.jbo.uicli.binding.JUMethodIteratorDef
 
getActionCommand() - Method in class oracle.jbo.uicli.jui.JUActionBinding
 
getActionCommand() - Method in class oracle.jbo.uicli.jui.JUButtonBinding
 
getActionCommand() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getActionControl() - Method in class oracle.jbo.uicli.jui.JUActionBindingEvent
 
getActionDefinitions(StructureDefinition, DataControlDefinition, boolean, boolean, boolean, boolean) - Static method in class oracle.adf.model.utils.JSR227Util
Returns a Collection of Definitions representing the actions or in JSR227 terminology, standard operation
getActionId() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns Action Id for this Action binding.
getActionName() - Method in interface oracle.adf.model.binding.events.ConsumerDef
getActionName gets the value of actionName field
getActionName() - Method in class oracle.adf.model.binding.events.ConsumerDefImpl
getActionName gets the value of actionName field
getActionProcessor() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getActionProcessor() - Method in interface oracle.adf.model.RegionBinding
Returns an instance of java bean that may implement event-handling for actions defined on this RegionBinding.
getActionProcessorClassName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getActivationMode() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getActivationMode() - Method in interface oracle.jbo.common.ws.WSViewObjectMarshaller
 
getActiveApplicationModuleImpls() - Method in class oracle.jbo.server.DBTransactionImpl
 
getActiveFormatter() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getActiveFormatter() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
getActiveObjects() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAdaptedDC() - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getAdaptedDC() - Method in class oracle.adf.model.binding.DCDataControl
In case of adapter datacontrols, this returns the adapter datacontrol instance and null in all other cases.
getAdaptee() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getAdapterContext() - Method in class oracle.adf.model.adapter.AbstractDefinition
Gets the adapter context.
getAdapterContext() - Method in class oracle.adf.model.adapter.AbstractImpl
Returns the current adapter context.
getAdapterType() - Method in class oracle.adf.model.adapter.AbstractDefinition
Returns the name of the corresponding adapter type, if any.
getAdapterType() - Method in class oracle.adf.model.adapter.bean.BeanDefinition
 
getAdapterType() - Method in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
 
getAdapterType() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDefinition
Returns the name of the TopLinkAdapter class as the adapter type.
getAdapterType() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Returns the type of the adapter.
getAdapterType() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Returns the type of the adapter.
getAdapterType() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the adapter type of this data control.
getAddExpr() - Method in class oracle.jbo.expr.JIExpr
 
getAdditionalBeanInfo() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getAddMethodName() - Method in class oracle.adf.model.generic.AccessorDefImpl
 
getAddOperator(JIToken) - Method in class oracle.jbo.expr.JIExpr
 
getAddOperator(JIToken) - Method in class oracle.jbo.expr.JIExprJava
 
getAddOperator(JIToken) - Method in class oracle.jbo.expr.JIExprSQL
 
getADFConnectionsChildMBeanImplementor() - Method in class oracle.adf.model.connection.url.URLConnectionType
 
getAdfmConfigMap() - Static method in class oracle.adf.model.config.AdfmConfig
 
getADFPolicyReader() - Static method in class oracle.jbo.common.policy.ADFAppPolicyReader
 
getADFPolicyReaderOld() - Static method in class oracle.jbo.common.policy.ADFAppPolicyReader
 
getAlias() - Method in class oracle.jbo.server.PayloadItem
 
getAliasName(String) - Method in class oracle.jbo.client.config.SchemaReader
 
getAliasName() - Method in class oracle.jbo.server.AssociationEnd
 
getAliasName() - Method in class oracle.jbo.server.RowDef
Returns the database alias that was declared for this definition object at Design-Time.
getAliasName() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getAllApplicationModuleDefNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the name of the ApplicationModule class and all the nested ApplicationModule
getAllApplicationModuleDefNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllApplicationModuleDefNames() - Method in class oracle.jbo.server.SessionImpl
 
getAllApplicationModuleDefNames() - Method in interface oracle.jbo.Session
Gets the names of the Application Module definitions contained in all packages.
getAllBaseCompOpers(LocaleContext) - Static method in class oracle.jbo.common.JboCompOper
For internal use only.
getAllBindVariables() - Method in class oracle.jbo.ViewCriteria
 
getAllBindVariables(HashMap<String, Variable>) - Method in class oracle.jbo.ViewCriteria
The collection of bind variables that are used in this view criteria.
getAllBindVariables(HashMap<String, Variable>) - Method in class oracle.jbo.ViewCriteriaItem
 
getAllBindVariables(HashMap) - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getAllBindVariables(HashMap<String, Variable>) - Method in class oracle.jbo.ViewCriteriaRow
 
getAllCachedQueryCollections() - Method in class oracle.jbo.server.ViewObjectImpl
 
getAllDataControlReferences() - Method in class oracle.jbo.uicli.mom.JUApplicationReference
 
getAllDefinitionNames(Class) - Method in class oracle.jbo.mom.DefinitionManager
 
getAllDefNames() - Static method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getAllDefNames() - Static method in class oracle.jbo.server.DomainDefImpl
 
getAllDefNames() - Static method in class oracle.jbo.server.EntityAssociation
 
getAllDefNames() - Static method in class oracle.jbo.server.EntityDefImpl
 
getAllDefNames() - Static method in class oracle.jbo.server.PDefApplicationModule
 
getAllDefNames() - Static method in class oracle.jbo.server.PDefEntityObject
 
getAllDefNames() - Static method in class oracle.jbo.server.PDefViewObject
 
getAllDefNames() - Static method in class oracle.jbo.server.ViewDefImpl
 
getAllDefNames() - Static method in class oracle.jbo.server.ViewLinkDefImpl
 
getAllEntityAssociationDefNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getAllEntityAssociationDefNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllEntityAssociationDefNames() - Method in class oracle.jbo.server.SessionImpl
 
getAllEntityAssociationDefNames() - Method in interface oracle.jbo.Session
Gets the names of the entity association definitions defined in all packages.
getAllEntityDefNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the EntityObject available in all nested packages.
getAllEntityDefNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllEntityDefNames() - Method in class oracle.jbo.server.SessionImpl
 
getAllEntityDefNames() - Method in interface oracle.jbo.Session
Gets the names of the Entity Object definitions available in all packages.
getAllEntityInstances(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
Deprecated. since 5.0 use getAllEntityInstancesIterator.
getAllEntityInstancesIterator(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
Creates an iterator for stepping through instances of Entities of this definition object type.
getAllEventdefinitions(String, String[]) - Method in class oracle.adf.model.generic.StructureDefImpl
Gets EventDefintions Array List , it includes event defs associated with all the child StructureDef's of this Structure Def
getAllExceptions() - Method in class oracle.jbo.server.RowImpl
 
getAllHints(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getAllHints(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getAllHints(LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getAllIterBindingList() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getAllLevelsAccTravDef() - Method in interface oracle.jbo.common.AccTravDef
Returns the all-level accessor traversal definition.
getAllLevelsAccTravDef() - Method in class oracle.jbo.common.AccTravDefImpl
 
getAllMetaNames(Class) - Static method in class oracle.jbo.server.MetaObjectManager
 
getAllPoolMgrs() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.common.NamedObjectImpl
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.server.DefObject
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.server.RowDef
 
getAllProperties(HashMap, LocaleContext) - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getAllPropertiesMap(List<String>, HashMap, LocaleContext) - Static method in class oracle.jbo.server.DomainDefImpl
 
getAllRowSetIterators() - Method in class oracle.jbo.common.DataDocument
 
getAllRowSetIterators() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllRowsInRange() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the rows in current range in the RowIterator with which this control binding is working.
getAllRowsInRange() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns an array of rows in the current range of the current RowIterator.
getAllRowsInRange() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getAllRowsInRange() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAllRowsInRange() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getAllRowsInRange() - Method in class oracle.jbo.RangeEvent
Extracts the rows in the range.
getAllRowsInRange() - Method in class oracle.jbo.RangeRefreshEvent
Extracts the rows in the range.
getAllRowsInRange() - Method in interface oracle.jbo.RowIterator
Extracts the rows in the range.
getAllRowsInRange() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getAllRowsInRange() - Method in class oracle.jbo.server.ViewObjectImpl
Returns an array of all rows in the iterator's range.
getAllRowsInRange() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of all rows in the iterator's range.
getAllRowsInRange() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns an array of all rows in the iterator's range.
getAllRowsInRange() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getAllRowsInRangeInternal(boolean) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getAllViewCriteriaNames() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAllViewCriteriaNames() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getAllViewCriteriaNames() - Method in class oracle.jbo.server.PDefViewObject
 
getAllViewCriteriaNames() - Method in class oracle.jbo.server.ViewDefImpl
 
getAllViewCriteriaNames() - Method in class oracle.jbo.server.ViewObjectImpl
 
getAllViewCriteriaNames() - Method in interface oracle.jbo.ViewCriteriaManager
Returns a list of both applied and unapplied view criterias managed by this object.
getAllViewCriterias() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAllViewCriterias() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getAllViewCriterias() - Method in class oracle.jbo.server.PDefViewObject
 
getAllViewCriterias() - Method in class oracle.jbo.server.ViewDefImpl
 
getAllViewCriterias() - Method in class oracle.jbo.server.ViewObjectImpl
 
getAllViewCriterias() - Method in interface oracle.jbo.ViewCriteriaManager
Returns a list of both applied and unapplied view criterias managed by this object.
getAllViewCriteriasMapInternal() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getAllViewDefNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the ViewObject available in all nested packages.
getAllViewDefNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllViewDefNames() - Method in class oracle.jbo.server.SessionImpl
 
getAllViewDefNames() - Method in interface oracle.jbo.Session
Gets the names of the View Object definitions available in all packages.
getAllViewLinkDefNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getAllViewLinkDefNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAllViewLinkDefNames() - Method in class oracle.jbo.server.SessionImpl
 
getAllViewLinkDefNames() - Method in interface oracle.jbo.Session
Gets the names of the View Link definitions defined in all packages.
getAlternateKeyNames(ViewObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getAlternateKeyValue(ViewObject, String, DataObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Retrieve AlternateKey Values.
getAltKey(int) - Method in class oracle.jbo.server.EntityImpl
 
getAltKeyAttrDefs(String) - Method in class oracle.jbo.server.RowDef
 
getAltKeyAttrDefs(int) - Method in class oracle.jbo.server.RowDef
 
getAltKeyAttrDefs(String) - Method in class oracle.jbo.server.ViewDefImpl
 
getAltKeyAttrDefs(int) - Method in class oracle.jbo.server.ViewDefImpl
 
getAltKeyAttrDefs(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getAltKeyCount() - Method in class oracle.jbo.server.AttributeDefImpl
 
getAltKeyCount() - Method in class oracle.jbo.server.RowDef
 
getAltKeyDef(int) - Method in class oracle.jbo.server.RowDef
 
getAltKeyIndex(String) - Method in class oracle.jbo.server.RowDef
 
getAltKeyNames() - Method in class oracle.jbo.server.RowDef
 
getAm() - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getAM() - Method in class oracle.adf.model.bc4j.DCJboDataControl
*** For internal framework use only ***
getAM() - Method in class oracle.adf.model.binding.DCDataControl
 
getAMAppModuleUsages() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getAMAppModuleUsages() - Method in class oracle.jbo.server.PDefApplicationModule
 
getAMFullName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.client.remote.PooledRequestHandler
 
getAMFullRef(ResponseValues) - Method in class oracle.jbo.common.colo.ColoApplicationModuleImpl
 
getAMName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getAMStatistics() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
This API is introduced for the MBean implementation on the ApplicationPool Statistics collection.
getAMStatistics(int) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
This API is introduced for the MBean implementation of the Application Pool statistics reporting.
getAMStatistics() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the statistics for this AM.
getAMUsageName() - Method in class oracle.jbo.server.ViewAccessorDef
 
getAMViewLinkUsages() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getAMViewLinkUsages() - Method in class oracle.jbo.server.PDefApplicationModule
 
getAMViewUsages() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getAMViewUsages() - Method in class oracle.jbo.server.PDefApplicationModule
 
getAndConjunction(JIToken) - Method in class oracle.jbo.expr.JIExpr
 
getAndConjunction(JIToken) - Method in class oracle.jbo.expr.JIExprJava
 
getAndConjunction(JIToken) - Method in class oracle.jbo.expr.JIExprSQL
 
getAndExpr() - Method in class oracle.jbo.expr.JIExpr
 
getAnnotatedAccessor() - Method in class oracle.adfinternal.model.adapter.bean.BeanMethodInfo
Returns the generic type for the method represented by this @Accessor object.
getAnnotatedProperties() - Method in class oracle.adfinternal.model.adapter.bean.BeanMethodInfo
Returns the properties for the method represented by this @Properties object.
getAnnotatedProperty() - Method in class oracle.adfinternal.model.adapter.bean.BeanMethodInfo
Returns the property for the method represented by this @Property object.
getANSIJoinVCs(List) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getANSIJoinVCs(List) - Method in interface oracle.jbo.server.SQLBuilder
 
getAppDefName() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getAppDefName() - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getAppDefName() - Method in class oracle.adf.model.binding.DCDataControl
framework use only
getAppDefName() - Method in class oracle.adf.model.binding.DCDataControlReference
 
getAppendIdentifier() - Static method in class oracle.binding.DataChangeEntry
To be used by DataControls and Bindings to identify a particular slot as skipped in the keypath datastructure.
getApplet(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
return the applet pointer or null
getApplication() - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the JUApplciation object to which this form binding belongs.
getApplication() - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
 
getApplicationBindingContext() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Returns the application BindingContext associated with this TransactionBroker.
getApplicationClassName() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getApplicationId() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns the application id for this session cookie.
getApplicationId() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getApplicationId() - Method in class oracle.jbo.common.sdo.ServiceCookieHandler
 
getApplicationModule() - Method in class oracle.adf.model.bc4j.DCJboDataControl
Returns the associated oracle.jbo.ApplicationModule object
getApplicationModule() - Method in class oracle.adf.model.binding.DCBindingContainer
Deprecated. since 10.1.2. Use IteratorBinding.getDataControl() to get to the ApplicationModule in case of BC4J datacontrols.
getApplicationModule() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the Application Module to which this control's ViewObject belongs.
getApplicationModule() - Method in class oracle.adf.model.binding.DCDataControl
For all nonbc4j Applications, this should return null.
getApplicationModule() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getApplicationModule() - Method in class oracle.adf.model.generic.RowImpl
 
getApplicationModule() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getApplicationModule() - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getApplicationModule() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getApplicationModule() - Method in class oracle.jbo.client.remote.RowImpl
 
getApplicationModule() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getApplicationModule() - Method in class oracle.jbo.common.PiggybackObjectOutputStream
 
getApplicationModule() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getApplicationModule() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getApplicationModule() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getApplicationModule() - Method in interface oracle.jbo.RowSet
Gets the row set's application module that contains this row set.
getApplicationModule() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the parent Application Module that contains this component object.
getApplicationModule() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
Returns the appmodule instance created by createApplicationModule() method
getApplicationModule() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getApplicationModule(String, String) - Static method in class oracle.jbo.server.svc.ServiceConfiguration
retrieve current application module
getApplicationModule() - Method in class oracle.jbo.server.svc.ServiceImpl
Gets an application module at the top of the stack without removing it from the stack.
getApplicationModule() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the application module to which this View Object belongs.
getApplicationModule() - Method in class oracle.jbo.server.ViewRowImpl
Gets the Application Module to which the containing View Object belongs.
getApplicationModule() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the application module to which this row set's View Object belongs.
getApplicationModule() - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
Returns the instance of ApplicationModule in which this iterator binding has an associated iterator.
getApplicationModuleClass() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Return the class name of the application modules being managed by the pool.
getApplicationModuleClass() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getApplicationModuleComponentClass() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getApplicationModuleDef() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the Def (definition) associated with this Application Module.
getApplicationModuleDefName() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
 
getApplicationModuleDefName() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getApplicationModuleDefNames(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the ApplicationModule class.
getApplicationModuleDefNames(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getApplicationModuleDefNames(String) - Method in class oracle.jbo.server.SessionImpl
 
getApplicationModuleDefNames(String) - Method in interface oracle.jbo.Session
Gets the names of the Application Module definitions contained in a package.
getApplicationModuleForLocalViewObject() - Method in class oracle.adf.model.bean.DCDataVO
 
getApplicationModuleForLocalViewObject() - Method in class oracle.jbo.server.ViewObjectImpl
 
getApplicationModuleForViewAccessor() - Method in class oracle.adf.model.bean.DCDataRow
 
getApplicationModuleForViewAccessor() - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
getApplicationModuleImpl() - Method in class oracle.jbo.client.remote.RowImpl
 
getApplicationModuleImpl() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getApplicationModuleImpls() - Method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not use this method.
getApplicationModuleInfo() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getApplicationModuleNames() - Method in interface oracle.jbo.ApplicationModule
Returns an array of names of the nested application modules that are currently loaded within this application module.
getApplicationModuleNames(boolean, boolean) - Method in interface oracle.jbo.ApplicationModule
Returns an array of names of the nested application modules in this application module.
getApplicationModuleNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the ApplicationModules.
getApplicationModuleNames(boolean, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getApplicationModuleNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getApplicationModuleNames(boolean, boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getApplicationModuleNames() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getApplicationModuleNames() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of names of the nested Application Modules that are currently loaded within this Application Module.
getApplicationModuleNames(boolean, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of names of the nested Application Modules in this Application Module.
getApplicationModuleNames() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getApplicationModuleProxy() - Method in class oracle.jbo.client.remote.RowImpl
 
getApplicationModuleProxy() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getApplicationName(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getApplicationName() - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Returns the name of the JUApplication object in which this Panel binding was created.
getApplicationPath(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getApplicationPool() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getApplicationPoolMgr(Object) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getAppliedViewCriterias() - Method in class oracle.jbo.server.AMViewUsage
 
getAppliedViewCriterias() - Method in class oracle.jbo.server.ListBindingDefImpl
 
getAppliedViewCriterias() - Method in class oracle.jbo.server.ViewAccessorDef
 
getApplyAllViewCriterias(int) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getApplyAllViewCriterias(int, boolean) - Method in class oracle.jbo.server.ViewObjectImpl
 
getApplyJoinedViewCriteriaNames() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getApplyJoinedViewCriteriaNames() - Method in class oracle.jbo.server.ViewObjectImpl
 
getApplyJoinedViewCriterias(int) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
Return a list view criteria that are applied in filtering a declarative view object with entity joins
getApplyViewCriteriaNames() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getApplyViewCriteriaNames() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getApplyViewCriteriaNames() - Method in class oracle.jbo.server.PDefViewObject
 
getApplyViewCriteriaNames() - Method in class oracle.jbo.server.ViewObjectImpl
 
getApplyViewCriteriaNames() - Method in class oracle.jbo.server.ViewReference
 
getApplyViewCriteriaNames() - Method in interface oracle.jbo.ViewCriteriaManager
 
getApplyViewCriterias(int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getApplyViewCriterias(int) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getApplyViewCriterias(int) - Method in class oracle.jbo.server.PDefViewObject
 
getApplyViewCriterias(int) - Method in class oracle.jbo.server.ViewObjectImpl
 
getApplyViewCriterias(int) - Method in interface oracle.jbo.ViewCriteriaManager
Return a list of applied view criteria that have the mode passed in the argument turned on.
getAppModuleConfig(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getAppModuleConfigBagNode() - Method in class oracle.jbo.client.Configuration
 
getAppModuleConfigDefaults() - Static method in class oracle.adf.model.config.AdfmConfig
 
getAppModuleConfigNodes() - Method in class oracle.jbo.client.Configuration
 
getAppModuleConfigOverrides() - Static method in class oracle.adf.model.config.AdfmConfig
 
getAppModuleName() - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Returns the Application Module instance name to which this Panel binding is connected.
getAppModuleNamesFromResponse(ResponseValues) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getAppModuleRequestHandler() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getAppModuleRequestHandler() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getAppModuleRequestHandler() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getAppModuleRequestHandler() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getAppModuleSessionProperties() - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Helper method for setting properties of application module session
getArgTypes() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getArgVals() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getArray() - Method in class oracle.jbo.domain.Array
Returns the elements of this array into an Object array.
getArray(Object) - Static method in class oracle.jbo.uicli.uix.PrimitiveTypes
 
getArrayBinding() - Method in class oracle.jbo.uicli.controls.JUArrayComboBox
Returns the attribute-binding model that this control is bound to.
getArrayElementEditor() - Method in class oracle.jbo.uicli.controls.JUArrayComboBox
Returns the custom element editor (if any) that this combobox works with.
getArrayElementType() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getArrayLength() - Method in class oracle.jbo.rules.Variant
 
getArrayLength() - Method in class oracle.jbo.server.util.Variant
 
getAsBigDecimal() - Method in class oracle.jbo.rules.Variant
 
getAsBigDecimal() - Method in class oracle.jbo.server.util.Variant
 
getAsBoolean() - Method in class oracle.jbo.rules.Variant
 
getAsBoolean() - Method in class oracle.jbo.server.util.Variant
 
getAsciiOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getAsciiOutputStream() - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getAsciiStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 11.1.2.0.0. Use getCharacterStream() instead.
getAsciiStream() - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 11.1.2.0.0. Use getCharacterStream() instead.
getAsDouble() - Method in class oracle.jbo.rules.Variant
 
getAsDouble() - Method in class oracle.jbo.server.util.Variant
 
getAsFloat() - Method in class oracle.jbo.rules.Variant
 
getAsFloat() - Method in class oracle.jbo.server.util.Variant
 
getAsInt() - Method in class oracle.jbo.rules.Variant
 
getAsInt() - Method in class oracle.jbo.server.util.Variant
 
getAsLong() - Method in class oracle.jbo.rules.Variant
 
getAsLong() - Method in class oracle.jbo.server.util.Variant
 
getAsProject() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getAsShort() - Method in class oracle.jbo.rules.Variant
 
getAsShort() - Method in class oracle.jbo.server.util.Variant
 
getAssignedUnboundVariables() - Method in class oracle.jbo.common.GroovyParserUtil
Get the list of all variables which will go to Groovy's Binding at the time the script is run for the purpose of assignment.
getAssignExpr() - Method in class oracle.jbo.expr.JIExpr
 
getAssocClause() - Method in class oracle.jbo.server.ViewLinkUsage
 
getAssocEndName() - Method in class oracle.jbo.common.UsageInfo
 
getAssociatedBeanClassName() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
Return the associate beanClass name
getAssociatedIteratorBinding() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getAssociatedSession() - Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
Deprecated. ADVANCED: Returns the TopLink Session associated with this data control's transaction.
getAssociatedUnitOfWork() - Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
Deprecated. ADVANCED: Returns the TopLink UnitOfWork associated with this data control's transaction.
getAssociatedUnitOfWork() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDataControl
ADVANCED: Returns the TopLink UnitOfWork associated with this data control's transaction.
getAssociation() - Method in class oracle.jbo.server.AssociationDefImpl
 
getAssociationClause() - Method in interface oracle.jbo.server.Association
 
getAssociationClause() - Method in class oracle.jbo.server.AssociationDefBase
 
getAssociationClause(ViewLinkDefImpl, boolean) - Method in class oracle.jbo.server.AssociationDefImpl
Return the association where clause.
getAssociationClause(ViewLinkDefImpl, boolean) - Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
 
getAssociationClause(int) - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getAssociationDefImpl(String) - Method in class oracle.jbo.server.EntityDefImpl
Returns the AssociationDefImpl (association accessors) given the association name.
getAssociationDefImpl(int) - Method in class oracle.jbo.server.EntityDefImpl
Returns the AssociationDefImpl (association accessors) given an index.
getAssociationDefImpls() - Method in class oracle.jbo.server.EntityDefImpl
Returns the AssociationDefImpls.
getAssociationEnd() - Method in class oracle.jbo.server.AssociationDefImpl
 
getAssociationEnd(String) - Method in class oracle.jbo.server.EntityAssociation
Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.findEndByName().
getAssociationVOName(ViewDefImpl) - Method in class oracle.jbo.server.AssociationDefImpl
 
getAssociationVOName(ViewDefImpl, ViewLinkDefImpl) - Method in class oracle.jbo.server.AssociationDefImpl
 
getAssociationVOName(ViewDefImpl) - Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
 
getAssocName() - Method in class oracle.jbo.common.UsageInfo
 
getAttrBoolVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrDef() - Method in class oracle.adf.model.binding.DCBindingContainerValueChangeEvent
 
getAttrDefsForEntityAttr(String, String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
This method performs the same operation as getAttrIndicesForEntityAttr, except that it return an array of attribute definitions, not just indices.
getAttrDefsForEntityAttr(String, String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAttrDefsForEntityAttr(String, String) - Method in class oracle.jbo.server.ViewObjectImpl
This method performs the same operation as getAttrIndicesForEntityAttr, except that it return an array of attribute definitions, not just indices.
getAttrDefsForEntityAttr(String, String) - Method in interface oracle.jbo.ViewObject
Returns the definitions of view attributes that are mapped to the entity attribute identified by the entity name (the eoName parameter) and the entity attribute name (the eoAttrName).
getAttrDefsMap() - Method in class oracle.jbo.server.PDefRow
 
getAttrExpressions() - Method in class oracle.jbo.common.ListBindingDef
 
getAttrFileVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttribute(int) - Method in class oracle.adf.model.generic.RowImpl
Returns the data for the attribute at the given index.
getAttribute(String) - Method in class oracle.adf.model.generic.RowImpl
Returns the data for the attribute with the given name.
getAttribute() - Method in interface oracle.binding.meta.criteria.SimpleItem
Returns the definition of the attribute associated with the name of this view criteria item, if it is the name of an attribute.
getAttribute(int) - Method in interface oracle.jbo.AttributeList
Selects the attribute at the given index.
getAttribute(String) - Method in interface oracle.jbo.AttributeList
Selects the attribute with the given name.
getAttribute(int) - Method in class oracle.jbo.client.remote.RowImpl
Returns the data for the attribute at the given index.
getAttribute(String) - Method in class oracle.jbo.client.remote.RowImpl
Returns the data for the attribute with the given name.
getAttribute(int) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttribute(String) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttribute(String) - Method in class oracle.jbo.common.ClientElement
Finds an attribute with given name.
getAttribute() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getAttribute(int) - Method in class oracle.jbo.common.SvcMsgDataRow
 
getAttribute() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the attribute name for the view criteria item.
getAttribute() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getAttribute(int) - Method in class oracle.jbo.domain.Struct
Returns the attribute from this StructDomain object, given its index.
getAttribute(String) - Method in class oracle.jbo.domain.Struct
Returns the attribute from this StructDomain object, given its name.
getAttribute(int) - Method in class oracle.jbo.Key
Gets the value for a selected column.
getAttribute(String) - Method in class oracle.jbo.Key
Gets the value of an attribute.
getAttribute(String) - Method in interface oracle.jbo.mom.xml.DefElement
 
getAttribute(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getAttribute(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getAttribute(int) - Method in class oracle.jbo.NameValuePairs
Gets the value of an attribute identified by its index.
getAttribute(String) - Method in class oracle.jbo.NameValuePairs
Gets the value of an attribute identified by name.
getAttribute(String, String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
getAttribute(String, String, String) - Static method in class oracle.jbo.plsql.RootAppModuleHelper
 
getAttribute(String) - Method in class oracle.jbo.server.EntityImpl
Returns the value of the named attribute, given a string value.
getAttribute(int) - Method in class oracle.jbo.server.EntityImpl
Returns the value of an attribute, given an integer index value.
getAttribute(int, byte) - Method in class oracle.jbo.server.EntityImpl
 
getAttribute(int) - Method in class oracle.jbo.server.ViewRowImpl
 
getAttribute(String) - Method in class oracle.jbo.server.ViewRowImpl
Gets the value of an attribute by name.
getAttribute(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns formatted attribute value for the attribute at the given index in this control binding's definition.
getAttribute(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttribute() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns formatted attribute value for this binding.
getAttribute(int) - Method in class oracle.jbo.ViewCriteriaRow
Gets the criterion for a given attribute.
getAttribute(String) - Method in class oracle.jbo.ViewCriteriaRow
Gets the criterion for a given attribute.
getAttribute(int) - Method in interface oracle.svcmsg.DataRow
Returns the attribute value.
getAttributeAlias(String, int) - Static method in class oracle.jbo.ViewCriteriaRow
Method for encoding an attribute name for use in setting the specific element in its list type attribute value.
getAttributeBinding(JUFormBinding, AbstractButton, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Use this method to bind an AbstractButton to a BC4J Attribute when the default settings for true and false states are to be used to set the attribute values.
getAttributeBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Return a list of all Attribute bindings in this RegionBinding.
getAttributeBindings() - Method in interface oracle.binding.BindingContainer
Return a list of all AttributeBinding and AttributesBinding in this RegionBinding.
getAttributeBindNames() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only only for test purposes.
getAttributeChangedCount() - Method in class oracle.jbo.server.EntityImpl
 
getAttributeChangeEventDefinitions(String) - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
getAttributeCount() - Method in class oracle.adf.model.generic.RowImpl
Get the attribute count
getAttributeCount() - Method in class oracle.adf.model.generic.StructureDefImpl
Returns the number of defined attributes.
getAttributeCount() - Method in interface oracle.jbo.AttributeList
Counts the number of attributes.
getAttributeCount() - Method in class oracle.jbo.client.remote.RowImpl
Get the attribute count
getAttributeCount() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAttributeCount() - Method in class oracle.jbo.common.StructureDefHelper
 
getAttributeCount() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getAttributeCount() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAttributeCount() - Method in class oracle.jbo.domain.DomainStructureDef
Counts the defined attributes.
getAttributeCount() - Method in class oracle.jbo.domain.Struct
Returns the number of attributes in this StructDomain object.
getAttributeCount() - Method in class oracle.jbo.Key
Counts the number of columns that define the key.
getAttributeCount() - Method in class oracle.jbo.NameValuePairs
Counts the attributes.
getAttributeCount() - Method in class oracle.jbo.server.EntityCache
 
getAttributeCount() - Method in class oracle.jbo.server.EntityDefImpl
 
getAttributeCount() - Method in class oracle.jbo.server.EntityImpl
Counts the number of attributes in this Entity Object.
getAttributeCount() - Method in class oracle.jbo.server.PDefRow
 
getAttributeCount() - Method in class oracle.jbo.server.RowDef
Returns the number of defined attributes.
getAttributeCount() - Method in class oracle.jbo.server.RowImpl
Counts the attributes in this row.
getAttributeCount() - Method in class oracle.jbo.server.ViewDefImpl
 
getAttributeCount() - Method in class oracle.jbo.server.ViewObjectImpl
Counts a View Object's attributes.
getAttributeCount() - Method in class oracle.jbo.server.ViewRowImpl
Gets the attribute count in this ViewRow.
getAttributeCount() - Method in interface oracle.jbo.StructureDef
Returns the number of defined attributes.
getAttributeCount() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttributeCount() - Method in class oracle.jbo.ViewCriteriaRow
Counts the attribute criteria in the row.
getAttributeDef(int) - Method in class oracle.adf.model.generic.StructureDefImpl
Gets an attribute definition, given its index.
getAttributeDef(int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAttributeDef(int) - Method in class oracle.jbo.common.StructureDefHelper
 
getAttributeDef(int) - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getAttributeDef(int) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAttributeDef(int) - Method in class oracle.jbo.domain.DomainStructureDef
Gets an attribute definition by index.
getAttributeDef() - Method in class oracle.jbo.rules.JboValidatorContext
 
getAttributeDef(int) - Method in class oracle.jbo.server.EntityCache
 
getAttributeDef(int) - Method in class oracle.jbo.server.EntityDefImpl
 
getAttributeDef(int) - Method in class oracle.jbo.server.PDefRow
 
getAttributeDef(int) - Method in class oracle.jbo.server.RowDef
Gets an attribute definition, given its index.
getAttributeDef(int) - Method in class oracle.jbo.server.ViewDefImpl
 
getAttributeDef(int) - Method in class oracle.jbo.server.ViewObjectImpl
Gets the attribute definition at the specified position.
getAttributeDef(int) - Method in interface oracle.jbo.StructureDef
Gets an attribute definition, given its index.
getAttributeDef(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns attribute definition at the given index.
getAttributeDef() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Primarily for spel support.
getAttributeDef() - Method in class oracle.jbo.ViewCriteriaItem
 
getAttributeDefImpl() - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getAttributeDefImpl(String) - Method in class oracle.jbo.server.EntityDefImpl
Given an attribute name, returns the attribute definition object.
getAttributeDefImpl(int) - Method in class oracle.jbo.server.EntityDefImpl
Given the attribute's column position (index) in the database, returns the attribute definition object.
getAttributeDefImplByColumnName(String) - Method in class oracle.jbo.server.EntityDefImpl
Given an attribute's column name, returns the attribute definition object.
getAttributeDefImpls() - Method in interface oracle.jbo.server.Association
 
getAttributeDefImpls() - Method in class oracle.jbo.server.AssociationDefBase
 
getAttributeDefImpls() - Method in class oracle.jbo.server.AssociationDefImpl
 
getAttributeDefImpls() - Method in class oracle.jbo.server.AssociationEnd
 
getAttributeDefImpls() - Method in class oracle.jbo.server.EntityCache
 
getAttributeDefImpls() - Method in class oracle.jbo.server.EntityDefImpl
Returns the AttributeDefImpls objects for this Entity Object.
getAttributeDefImpls() - Method in class oracle.jbo.server.RowDef
 
getAttributeDefImpls() - Method in class oracle.jbo.server.ViewDefImpl
Gets an array of attribute definitions in this View Def.
getAttributeDefImplsByEndName(String) - Method in interface oracle.jbo.server.Association
 
getAttributeDefImplsByEndName(String) - Method in class oracle.jbo.server.AssociationDefBase
Returns the attribute definitions of one end of the association.
getAttributeDefinitions() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getAttributeDefinitions() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getAttributeDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getAttributeDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getAttributeDefinitions() - Method in interface oracle.binding.meta.StructureDefinition
Returns the metadata about the attributes in this structure.
getAttributeDefList() - Method in class oracle.jbo.common.ViewDefInfo
 
getAttributeDefs(DCIteratorBinding, String[]) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getAttributeDefs(DCIteratorBinding, String[]) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getAttributeDefs(StructureDefImpl) - Method in class oracle.adf.model.bean.DCBeanDataControl
Invoked for dynamic DataControls.
getAttributeDefs(DCIteratorBinding, String[]) - Method in class oracle.adf.model.binding.DCDataControl
Return attribute definition for the given iterator binding and for the given set of attributes from the elements-definition of the mapped collection.
getAttributeDefs() - Method in class oracle.adf.model.binding.DCIteratorBinding
get all attribute defs for the RSI that this iterator binding is bound to.
getAttributeDefs(boolean) - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getAttributeDefs(String[]) - Method in class oracle.adf.model.binding.DCIteratorBinding
return attribute defs for attributes that are named in the given array.
getAttributeDefs(DCIteratorBinding, String[]) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getAttributeDefs(StructureDefImpl) - Method in class oracle.adf.model.generic.DCGenericDataControl
Invoked for dynamic DataControls.
getAttributeDefs() - Method in class oracle.adf.model.generic.StructureDefImpl
Gets the defined attributes.
getAttributeDefs() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAttributeDefs() - Method in class oracle.jbo.common.StructureDefHelper
 
getAttributeDefs() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getAttributeDefs() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAttributeDefs() - Method in class oracle.jbo.domain.DomainStructureDef
Gets the defined attributes.
getAttributeDefs() - Method in class oracle.jbo.rules.JboNonNullValidator
 
getAttributeDefs(StructureDef) - Static method in class oracle.jbo.server.ApplicationModuleImpl
 
getAttributeDefs(StructureDef, boolean) - Static method in class oracle.jbo.server.ApplicationModuleImpl
 
getAttributeDefs() - Method in class oracle.jbo.server.EntityCache
 
getAttributeDefs() - Method in class oracle.jbo.server.EntityDefImpl
 
getAttributeDefs() - Method in class oracle.jbo.server.PDefRow
 
getAttributeDefs() - Method in class oracle.jbo.server.RowDef
Gets the defined attributes.
getAttributeDefs() - Method in class oracle.jbo.server.ViewDefImpl
Gets an array of attribute definitions in this View Def.
getAttributeDefs() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of attribute definitions.
getAttributeDefs() - Method in interface oracle.jbo.StructureDef
Gets the defined attributes.
getAttributeDefs() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getAttributeDefs() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterBinding
Return this binding's definition in an AttributeDef[].
getAttributeDefs() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return Attribute definitions of the attributes to which this binding is bound to.
getAttributeDefs2() - Method in class oracle.jbo.server.PDefRow
 
getAttributeDefsForRow(Row) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return Attribute definitions of the attributes to which this binding is bound to.
getAttributeDefsForVO(ViewObject) - Static method in class oracle.jbo.server.ApplicationModuleImpl
 
getAttributeDefsWithTransExpr() - Method in class oracle.jbo.server.ServerViewObjectSubclassDef
 
getAttributeException(String, String) - Method in exception oracle.jbo.AttrValException
 
getAttributeException(String, String) - Method in exception oracle.jbo.ValidationException
 
getAttributeFromRow(int, int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return formatted attribute value for the attribute at given index in the row at the given row index within the current range in the iterator that this binding is associated with.
getAttributeFromRow(int, String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return formatted attribute value for the attribute of the given name in the row at the given row index within the current range in the iterator that this binding is associated with.
getAttributeFromRow(Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return formatted attribute value for the attribute with the given attribute definition and in the given row.
getAttributeFromRow(Row, int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return the attribute value for the attribute at the given index in this control binding and from within the given row.
getAttributeFromRow(Row, String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return the attribute value for the attribute of the given name from within the given row.
getAttributeHint() - Method in enum oracle.jbo.AttributeHints.ControlType
 
getAttributeHints(String) - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeHints(int) - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeHints(String) - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeHints(int) - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeHints(String) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeHints(int) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeHints(String) - Method in interface oracle.jbo.Row
Returns the AttributeHints object for the specified attribute for the row.
getAttributeHints(int) - Method in interface oracle.jbo.Row
Returns the AttributeHints object for the specified attribute for the row.
getAttributeHints(String) - Method in class oracle.jbo.server.EntityImpl
 
getAttributeHints(int) - Method in class oracle.jbo.server.EntityImpl
 
getAttributeHints(String) - Method in class oracle.jbo.server.ViewRowImpl
 
getAttributeHints(int) - Method in class oracle.jbo.server.ViewRowImpl
 
getAttributeHints(String) - Method in class oracle.jbo.ViewCriteriaRow
 
getAttributeHints(int) - Method in class oracle.jbo.ViewCriteriaRow
 
getAttributeHintsInternal(String, LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getAttributeHintsInternal(String, LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getAttributeHintsInternal(String, LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getAttributeIndex() - Method in exception oracle.jbo.AttributeReadXMLException
 
getAttributeIndex() - Method in interface oracle.jbo.SortCriteria
 
getAttributeIndex() - Method in class oracle.jbo.SortCriteriaImpl
 
getAttributeIndexOf(String) - Method in class oracle.adf.model.generic.RowImpl
Get the index for an attribute given the name
getAttributeIndexOf(String) - Method in class oracle.adf.model.generic.StructureDefImpl
 
getAttributeIndexOf(String) - Method in interface oracle.jbo.AttributeList
Finds the index (0-based) of the named attribute.
getAttributeIndexOf(String) - Method in class oracle.jbo.client.remote.RowImpl
Get the index for an attribute given the name
getAttributeIndexOf(String) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeIndexOf(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAttributeIndexOf(String) - Method in class oracle.jbo.common.StructureDefHelper
 
getAttributeIndexOf(String) - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getAttributeIndexOf(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getAttributeIndexOf(String) - Method in class oracle.jbo.domain.DomainStructureDef
 
getAttributeIndexOf(String) - Method in class oracle.jbo.domain.Struct
Returns the index of a named attribute in this StructDomain object.
getAttributeIndexOf(String) - Method in class oracle.jbo.Key
Gets the index of column identified by name.
getAttributeIndexOf(String) - Method in class oracle.jbo.NameValuePairs
Gets the index of a named attribute.
getAttributeIndexOf(String) - Method in class oracle.jbo.server.EntityCache
 
getAttributeIndexOf(String) - Method in class oracle.jbo.server.EntityImpl
Finds the index of the named attribute.
getAttributeIndexOf(String) - Method in class oracle.jbo.server.PDefRow
 
getAttributeIndexOf(String) - Method in class oracle.jbo.server.RowDef
 
getAttributeIndexOf(String) - Method in class oracle.jbo.server.RowImpl
Finds the index of a named attribute.
getAttributeIndexOf(String) - Method in class oracle.jbo.server.ViewObjectImpl
Gets the index of an attribute given its name.
getAttributeIndexOf(String) - Method in class oracle.jbo.server.ViewRowImpl
Gets the index of the attribute, given it's name.
getAttributeIndexOf(String) - Method in interface oracle.jbo.StructureDef
Finds the index (0-based) of the named attribute.
getAttributeIndexOf(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttributeIndexOf(String) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getAttributeIndexOf(String) - Method in class oracle.jbo.ViewCriteriaRow
Gets the attribute index associated with a given attribute name.
getAttributeIndices() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getAttributeInternal(int) - Method in class oracle.adf.model.bean.DCDataRow
 
getAttributeInternal(int) - Method in class oracle.jbo.server.ejb.facade.EntityFacadeImpl
Overrides the base implementation of getAttributeInternal(int) to make it public.
getAttributeInternal(int) - Method in class oracle.jbo.server.EntityImpl
Gets the attribute value by index.
getAttributeInternal(int) - Method in class oracle.jbo.server.RowImpl
Gets the attribute value by index.
getAttributeInternal(String) - Method in class oracle.jbo.server.RowImpl
Gets the attribute value by name.
getAttributeInternal(int) - Method in class oracle.jbo.server.ViewRowImpl
Gets the value of the attribute by index.
getAttributeInternal(int, byte) - Method in class oracle.jbo.server.ViewRowImpl
 
getAttributeKind() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getAttributeKind() - Method in interface oracle.jbo.AttributeDef
Gets the attribute value.
getAttributeKind() - Method in class oracle.jbo.common.AttributeDefHelper
 
getAttributeKind() - Method in class oracle.jbo.common.AttributeDefValue
 
getAttributeKind() - Method in class oracle.jbo.common.VariableImpl
 
getAttributeKind() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getAttributeKind() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the attribute kind.
getAttributeKind() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the "kind" enumerations of this attribute.
getAttributeKind() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
*** For internal framework use only ***
getAttributeKind() - Method in interface oracle.jbo.Variable
 
getAttributeKind() - Method in class oracle.jbo.ViewCriteriaItem
 
getAttributeLabel(RowSet, AttributeDef) - Static method in class oracle.jbo.client.JboUtil
 
getAttributeList() - Method in class oracle.adf.model.bean.DCRowContext
 
getAttributeList() - Method in class oracle.adf.model.generic.DCRowContext
 
getAttributeList(ViewObjectImpl, DataObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getAttributeList() - Method in class oracle.jbo.rules.JboValidatorContext
 
getAttributeListener() - Method in class oracle.adf.model.binding.DCControlBinding
 
getAttributeMap() - Method in class oracle.jbo.common.XmlInterfaceCriteria
 
getAttributeName() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getAttributeName() - Method in interface oracle.adf.model.events.EventDefinition
getAttributeName gets the value of attribute name
getAttributeName() - Method in class oracle.adf.model.events.EventDefinitionImpl
getAttributeName gets the value of attribute name
getAttributeName() - Method in interface oracle.binding.AttributeContext
Attribute name within the associated bean that is being modified.
getAttributeName() - Method in interface oracle.binding.criteria.SortItem
Gets the name of the attribute used in the sort order.
getAttributeName() - Method in exception oracle.jbo.AttributeReadXMLException
 
getAttributeName(String) - Method in class oracle.jbo.client.config.SchemaReader
 
getAttributeName() - Method in class oracle.jbo.rules.JboValidatorContext
 
getAttributeName() - Method in interface oracle.jbo.service.errors.ServiceAttrValErrorMessage
 
getAttributeName() - Method in class oracle.jbo.service.errors.ServiceAttrValErrorMessageImpl
 
getAttributeName() - Method in interface oracle.jbo.SortCriteria
Returns an attribute name.
getAttributeName() - Method in class oracle.jbo.SortCriteriaImpl
Returns an attribute name.
getAttributeName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getAttributeName() - Method in interface oracle.jbodt.common.BaseValidator
 
getAttributeNameFromAlias(String) - Static method in class oracle.jbo.ViewCriteriaRow
 
getAttributeNames() - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeNames() - Method in class oracle.binding.DataChangeEntry
Names of the attributes that were updated.
getAttributeNames() - Method in interface oracle.jbo.AttributeList
Returns an array of attribute names in this list.
getAttributeNames() - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeNames() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeNames() - Method in class oracle.jbo.domain.Struct
 
getAttributeNames() - Method in class oracle.jbo.Key
 
getAttributeNames() - Method in class oracle.jbo.NameValuePairs
 
getAttributeNames() - Method in class oracle.jbo.rules.JboNonNullValidator
 
getAttributeNames() - Method in class oracle.jbo.server.AssociationEnd
 
getAttributeNames() - Method in class oracle.jbo.server.EntityImpl
 
getAttributeNames() - Method in class oracle.jbo.server.ViewRowImpl
 
getAttributeNames() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return names of the attributes to which this binding is bound to and as defined in the binding definition.
getAttributeNames() - Method in class oracle.jbo.uicli.jui.JUTreeBinding
Returns the attribute that is displayed in the first-level nodes of this tree.
getAttributeNames() - Method in class oracle.jbo.ViewCriteriaRow
 
getAttributes(Referenceable) - Method in class oracle.adf.model.connection.url.URLProviderFactory
Get the attributes from the Connection Referenceable.
getAttributes(Referenceable) - Method in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
getAttributes() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getAttributes() - Method in interface oracle.jbo.mom.xml.DefElement
 
getAttributes() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getAttributes() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getAttributes() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns formatted attribute values for this binding.
getAttributes(Row, AttributeDef[]) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns formatted attribute values for the given set of attribute defs.
getAttributes() - Method in interface oracle.svcmsg.DataRow
Returns all attribute values.
getAttributeSecurityHints(String) - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeSecurityHints(int) - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeSecurityHints(RowImpl, String, String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getAttributeSecurityHints(int) - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeSecurityHints(String) - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeSecurityHints(String) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeSecurityHints(int) - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeSecurityHints(String) - Method in interface oracle.jbo.Row
Returns the SecurityHints object for the specified attribute for the row.
getAttributeSecurityHints(int) - Method in interface oracle.jbo.Row
Returns the SecurityHints object for the specified attribute for the row.
getAttributeSecurityHints(String) - Method in class oracle.jbo.server.RowImpl
 
getAttributeSecurityHints(int) - Method in class oracle.jbo.server.RowImpl
 
getAttributeSecurityHints(String) - Method in class oracle.jbo.ViewCriteriaRow
 
getAttributeSecurityHints(int) - Method in class oracle.jbo.ViewCriteriaRow
 
getAttributesMap() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getAttributeUIHelper(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttributeUpdateableFlags() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getAttributeValidators() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttributeValidators(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttributeValue(String) - Method in class oracle.binding.DataChangeEntry
Value of the attribute by the given name, where the name exists in the array returned by getAttributeNames
getAttributeValue(AttributeDefImpl) - Method in class oracle.jbo.server.EntityImpl
Internal: Applications should not use this method.
getAttributeValue() - Method in interface oracle.jbo.service.errors.ServiceAttrValErrorMessage
 
getAttributeValue() - Method in class oracle.jbo.service.errors.ServiceAttrValErrorMessageImpl
 
getAttributeValue() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns unformatted attribute value of the first attribute
getAttributeValue(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns unformatted attribute value of the first attribute
getAttributeValueFromRow(int, int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns unformatted attribute value of the first attribute
getAttributeValues() - Method in class oracle.adf.model.generic.RowImpl
 
getAttributeValues() - Method in interface oracle.jbo.AttributeList
Returns an array of attribute values in this list.
getAttributeValues() - Method in class oracle.jbo.client.remote.RowImpl
 
getAttributeValues() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getAttributeValues() - Method in class oracle.jbo.domain.Struct
 
getAttributeValues() - Method in class oracle.jbo.Key
 
getAttributeValues() - Method in class oracle.jbo.NameValuePairs
 
getAttributeValues() - Method in class oracle.jbo.server.EntityImpl
 
getAttributeValues() - Method in class oracle.jbo.server.ViewRowImpl
 
getAttributeValues(Row, AttributeDef[]) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns un-formatted (raw) attribute values.
getAttributeValues() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns unformatted attribute values for this binding.
getAttributeValues() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getAttributeValues() - Method in class oracle.jbo.ViewCriteriaRow
 
getAttrIndicesForEntityAttr(String, String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
Returns an array of indices of view attributes that are mapped to the entity attribute identified by the entity name (the eoName parameter) and the entity attribute name (the eoAttrName).
getAttrIndicesForEntityAttr(String, String) - Method in class oracle.jbo.server.ViewObjectImpl
Returns an array of indices of view attributes that are mapped to the entity attribute identified by the entity name (the eoName parameter) and the entity attribute name (the eoAttrName).
getAttrIntVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrInvokeAccessor(int, AttributeDefImpl) - Method in class oracle.jbo.server.EntityImpl
 
getAttrInvokeAccessor(int, AttributeDefImpl) - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
getAttrInvokeAccessor: generated method.
getAttrInvokeAccessor(int, AttributeDefImpl) - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
getAttrInvokeAccessor: generated method.
getAttrInvokeAccessor(int, AttributeDefImpl) - Method in class oracle.jbo.server.ViewRowImpl
 
getAttrJavaType() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getAttrJndiNameVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrLoad() - Method in class oracle.jbo.server.AttributeDefImpl
Describes the manner in which the data for this attribute is loaded from database.
getAttrName() - Method in exception oracle.jbo.AttrValException
 
getAttrName() - Method in class oracle.jbo.common.service.types.AttrCtrlHintsImpl
 
getAttrName() - Method in interface oracle.jbo.common.types.AttrCtrlHints
Gets the attribute name for which the control hints are defined.
getAttrName() - Method in class oracle.jbo.server.EventAttrVals
Gets the attribute name for the payload item that we are holding the values for.
getAttrName() - Method in class oracle.jbo.server.EventHeaderAttr
 
getAttrName() - Method in class oracle.jbo.server.PayloadItem
 
getAttrName() - Method in class oracle.jbo.server.RaiseCondition
Gets the attribute name for the raise condition.
getAttrName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JURegionDef
 
getAttrName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUTableAttrPropDef
 
getAttrNames() - Method in class oracle.jbo.common.ListBindingDef
 
getAttrNames() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getAttrNames() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getAttrORADataFactories() - Method in class oracle.jbo.domain.Struct
Returns factories that oracle.sql requires to create the attributes of this structure.
getAttrPropList() - Method in class oracle.jbo.uicli.jui.JUTableDef
 
getAttrsList() - Method in interface oracle.jbo.mom.xml.DefElement
Gets all the attributes of the element, in no particular order.
getAttrsList() - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets all the attributes of the element, in no particular order.
getAttrsList() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getAttrsList() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getAttrSQLTypes() - Method in class oracle.jbo.domain.Struct
Returns the SQL types for the attributes of the structure.
getAttrStrVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrType() - Method in class oracle.jbo.common.JboTypeMap
 
getAttrType(int, int) - Method in class oracle.jbo.common.JboTypeMap
Get the Attribute Type for a corresponding precision and scale
getAttrTypesForDisplay() - Static method in class oracle.jbo.common.JboTypeMap
 
getAttrUrlVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrVal(Attributes, String) - Static method in class oracle.adf.model.connection.webservice.util.JndiUtil
 
getAttrValue() - Method in exception oracle.jbo.AttrValException
 
getAttrViewExpressions() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getAttrViewExpressions() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getAttrXMLElementTag(AttributeDef) - Method in class oracle.jbo.domain.Struct
Returns the class name of this domain, appended with the name of the attribute as xml-element tag for this domain-attribute.
getAuthenticationScheme() - Method in class oracle.adf.model.connection.url.FileURLConnection
Get the AuthenticationScheme used by this connection to authenticate against the endpoint
getAuthenticationScheme() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Get the AuthenticationScheme used by this connection to authenticate against the endpoint
getAuthenticationScheme() - Method in interface oracle.adf.model.connection.url.URLConnection
Get the AuthenticationScheme used by this connection to authenticate against the endpoint
getAuthenticationScheme() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Get the AuthenticationScheme used by this connection to authenticate against the endpoint
getAuthException() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getAutoExecute(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the auto execute hint for this criteria
getAuxMaxId() - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
Gets the attribute value for AuxMaxId, using the alias name AuxMaxId
getAuxMaxId() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets the attribute value for AUX_MAX_ID using the alias name AuxMaxId
getAuxStartId() - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
Gets the attribute value for AuxStartId, using the alias name AuxStartId
getAuxStartId() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets the attribute value for AUX_START_ID using the alias name AuxStartId
getAvailableInstanceCount() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the available number of instances in the Application Pool.
getAvailableInstanceCount() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getAvailableLabel() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef
 
getAvailableListBinding() - Method in class oracle.jbo.uicli.controls.JUShuttlePanel
 
getAvailableNumPools() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationPool.getAvailableInstanceCount()
getAvailableNumPools() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationPoolImpl.getAvailableInstanceCount()
getAvailableResourceCount() - Method in class oracle.jbo.pool.ResourcePool
Get the number of available resources in the resource pool.
getAvailableViewCriteriaNames() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getAvailableViewCriteriaNames() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getAvailableViewCriteriaNames() - Method in class oracle.jbo.server.PDefViewObject
 
getAvailableViewCriteriaNames() - Method in class oracle.jbo.server.ViewObjectImpl
 
getAvailableViewCriteriaNames() - Method in interface oracle.jbo.ViewCriteriaManager
Returns a list of view criteria names that are unapplied and managed by this object
getBackwardDependencies() - Method in class oracle.jbo.server.AttributeDefImpl
 
getBackwardDependencies(String) - Method in interface oracle.jbo.server.AttributeDependencyManager
 
getBackwardDependencies(String) - Method in class oracle.jbo.server.EntityCache
 
getBackwardDependencies() - Method in class oracle.jbo.server.PDefAttribute
 
getBackwardDependencies(String) - Method in class oracle.jbo.server.RowDef
 
getBackwardDependencies(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getBackwardDependencyAttributes(String) - Method in interface oracle.jbo.server.AttributeDependencyManager
 
getBackwardDependencyAttributes(String) - Method in class oracle.jbo.server.EntityCache
 
getBackwardDependencyAttributes(String) - Method in class oracle.jbo.server.RowDef
 
getBackwardDependencyAttributes(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getBaseAssociationName() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getBaseAttributeCount() - Method in class oracle.jbo.server.EntityCache
 
getBaseAttributeCount() - Method in class oracle.jbo.server.EntityImpl
 
getBaseAttrName() - Method in exception oracle.jbo.AttrValException
 
getBaseAttrName() - Method in class oracle.jbo.common.AttributeInfo
 
getBaseComponentClass() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
Internal: Applications should not use this method.
getBaseComponentClass() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getBaseComponentClass() - Method in class oracle.jbo.server.ViewDefImpl
 
getBaseCompOpers(LocaleContext) - Static method in class oracle.jbo.common.JboCompOper
For internal use only.
getBaseDefObject() - Method in class oracle.jbo.mom.DefinitionObject
 
getBaseDefObject() - Method in class oracle.jbo.server.DefObject
 
getBaseDir() - Method in class oracle.jbo.mom.PersistableDefObject
 
getBaseEvent() - Method in class oracle.adf.model.binding.DCDataChangeEvent
 
getBaseEvent() - Method in class oracle.adf.model.binding.DCDataExceptionEvent
 
getBaseMessage() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the message without localizing it or inserting parameters.
getBaseMessage() - Method in class oracle.jbo.common.JboExHelperLocalized
Gets the message without localizing it or inserting parameters.
getBaseMessage() - Method in interface oracle.jbo.common.JboMessage
Gets the message without localizing it or inserting parameters.
getBaseMessage() - Method in exception oracle.jbo.JboWarning
Gets the message without localizing it or inserting parameters.
getBasePackage() - Method in class oracle.jbo.mom.PersDefBase
 
getBasePackage() - Method in class oracle.jbo.mom.PersistableDefObject
 
getBasePageDefPackageName() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getBaseTable(Connection, String, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getBaseTable(Connection, String, String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getBaseTable(Connection, String, String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getBaseTable(Connection, String, String) - Method in interface oracle.jbo.server.SQLBuilder
Unroll any synonyms that may be present, and get the real objectname.
getBaseTypes() - Method in class oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
 
getBaseTypes() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the list of base types (and their schema locations) for this source.
getBaseTypes() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getBaseViewObject() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getBatchCommMode() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getBatchPostExceptionThreshold() - Method in interface oracle.jbo.server.DBTransaction
In case of batch mode post operation, try to post the batched set of entities for each entity type and post operation (Insert/Update/Delete) for this many number of exceptions.
getBatchPostExceptionThreshold() - Method in class oracle.jbo.server.DBTransactionImpl
In case of batch mode post operation, try to post the batched set of entities for each entity type and post operation (Insert/Update/Delete) for this many number of exceptions.
getBatchPostExceptionThreshold() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
getBatchThreshold() - Method in class oracle.jbo.server.EntityDefImpl
 
getBC4JTempDir(ApplicationModule) - Static method in class oracle.jbo.common.JboEnvUtil
 
getBC4JTempDir(ApplicationModule) - Static method in class oracle.jbo.server.xml.JboXMLUtil
Internal: Applications should not use this method.
getBeanClass() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getBeanClass() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getBeanClass() - Method in class oracle.adfinternal.model.adapter.bean.BeanStructureDefinitionBuilder
 
getBeanClass() - Method in class oracle.jbo.rules.JboCustomValidator
 
getBeanClassName() - Method in class oracle.adf.model.bean.DCDataVO
 
getBeanClassName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getBeanClassName() - Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
 
getBeanClassName() - Method in class oracle.jbo.uicli.binding.JUMethodIteratorDef
 
getBeanDescriptor() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getBeanDescriptor() - Method in class oracle.jbo.uicli.jui.JUPanelBindingBeanInfo
Identifies this bean's validator and customizer classes.
getBeanHome() - Method in class oracle.jbo.client.ejb.ApplicationModuleHomeImpl
 
getBeanInstance() - Method in class oracle.jbo.rules.JboCustomValidator
 
getBeanInstance() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getBeanJndiName() - Method in class oracle.jbo.client.ejb.ApplicationModuleHomeImpl
 
getBeforeDataFragment() - Method in class oracle.jbo.server.DotNetXmlDocumentWriter
 
getBegLine() - Method in class oracle.jbo.expr.JIToken
 
getBegPos() - Method in class oracle.jbo.expr.JIToken
 
getBigDecimal() - Method in class oracle.jbo.rules.Variant
 
getBigDecimal() - Method in class oracle.jbo.server.util.Variant
 
getBigDecimalValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as BigDecimal This method may be used to access the value for this domain in EL-expressions.
getBinaryOutputStream() - Method in class oracle.jbo.domain.BlobDomain
 
getBinaryOutputStream() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBinaryStream() - Method in class oracle.jbo.domain.BlobDomain
 
getBinaryStream() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBinaryStream(long, long) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBinaryStream() - Method in class oracle.jbo.rules.Variant
Deprecated. Use getInputStream().
getBinaryStream() - Method in class oracle.jbo.server.util.Variant
Deprecated. Use getInputStream().
getBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBindingEvent
 
getBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getBinding() - Method in class oracle.jbo.uicli.controls.JUComboBoxLovEditButton
 
getBindingContainer() - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getBindingContainer(BindingContext) - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getBindingContainer() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getBindingContainer() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the form binding object that this control binding is part of.
getBindingContainer() - Method in class oracle.adf.model.binding.DCExecutableBinding
Return form binding object of this iterator binding's container.
getBindingContainer() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getBindingContainer(HttpServletRequest) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
getBindingContainer() - Method in class oracle.adf.model.binding.DCVariableValueManagerImpl
 
getBindingContainer(Object) - Method in interface oracle.adf.model.DataControlFrame
 
getBindingContainer(Object) - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
 
getBindingContainerClassName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getBindingContainerDef() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getBindingContainerReferences() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getBindingContainerReferences() - Method in class oracle.jbo.uicli.mom.JUApplicationReference
 
getBindingContainers() - Method in interface oracle.adf.model.DataControlFrame
 
getBindingContainers() - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
 
getBindingContext() - Method in class oracle.adf.model.adapter.AdapterContext
Gets the binding context associated with this context.
getBindingContext() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns the bindingContext to which this bindingContainer belongs.
getBindingContext() - Method in class oracle.adf.model.binding.DCDataControl
Returns the binding context in which this datacontrol is registered
getBindingContext(HttpServletRequest) - Static method in class oracle.adf.model.binding.DCUtil
*** For internal framework use only ***
getBindingContext() - Method in class oracle.jbo.uicli.controls.JUTestFrame
 
getBindingContext() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getBindingContext() - Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
 
getBindingContextMap() - Method in class oracle.adf.model.bean.DCRowContext
 
getBindingContextMap() - Method in class oracle.adf.model.generic.DCRowContext
 
getBindingContextMap() - Method in interface oracle.binding.RowContext
Return the bindingContext for this Application instance.
getBindingHint(String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getBindingHint(String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Subclasses to override to provide custom impl.
getBindingId() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getBindingInputHandler(String) - Method in class oracle.adf.model.BindingContext
 
getBindingPermissionDef() - Method in class oracle.adf.model.binding.DCPermissionDef
 
getBindingPermisson(BindingPermissionDef, Collection) - Static method in class oracle.jbo.server.security.XSPermissionHelper
 
getBindings() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Return the nested bindingContainer regionBinding for this node.
getBindingStyle() - Method in class oracle.jbo.server.JboSQLCollectionValidator
 
getBindingStyle() - Method in class oracle.jbo.server.JboSQLCompareValidator
 
getBindingStyle() - Method in class oracle.jbo.server.JboSQLListValidator
 
getBindingStyle() - Method in class oracle.jbo.server.RowDef
Returns the Oracle or JDBC binding style defined for this Entity definition.
getBindingStyle() - Method in class oracle.jbo.server.rules.JboBaseValidator
 
getBindingStyle() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getBindingStyle() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the binding style.
getBindingStyle() - Method in interface oracle.jbodt.common.BaseValidator
 
getBindingStyleValue(String) - Static method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getBindIteratorName() - Method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
 
getBindPath() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Gets the bind path of the definition if set.
getBindPath() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Gets the bind path of the definition if set.
getBindsName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getBindValsForSqlGen(ViewCriteria) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getBindValsForSqlGen(ViewCriteria) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getBindValsForSqlGen() - Method in class oracle.jbo.server.ViewObjectImpl
 
getBindValue(QueryCollection, String) - Method in class oracle.jbo.server.RowQualifier
 
getBindVarCriteriaItem(int) - Method in class oracle.jbo.ViewCriteriaRow
 
getBindVariable() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getBindVariables() - Method in class oracle.jbo.server.EntityAssociation
Returns the bind variables for one end of the association.
getBlock(BigDecimal) - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Gets a contiguous block of ids
getBoolean() - Method in class oracle.jbo.rules.Variant
 
getBoolean() - Method in class oracle.jbo.server.util.Variant
 
getBooleanExpr() - Method in class oracle.jbo.expr.JIExpr
 
getBooleanExprVal(JIValueSupplier) - Method in class oracle.jbo.expr.JIExpr
 
getBooleanFlag(PropertyMetadata, boolean) - Method in class oracle.jbo.mom.DefinitionManager
 
getBooleanParams() - Method in class oracle.jbo.common.SvcMsgRequestParams
 
getBooleanParams() - Method in interface oracle.svcmsg.RequestParams
Returns the boolean array data in this request.
getBooleanValues() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getBooleanValues() - Method in class oracle.jbo.common.SvcMsgResponseValues
 
getBooleanValues() - Method in interface oracle.svcmsg.ResponseValues
Returns the boolean array data in this response.
getBoundParameterList() - Method in class oracle.jbo.server.AMViewUsage
 
getBoundParameterList() - Method in class oracle.jbo.server.BoundParameters
 
getBoundParameterList() - Method in class oracle.jbo.server.ListBindingDefImpl
 
getBoundParameterList() - Method in class oracle.jbo.server.ViewAccessorDef
 
getBoundParameters() - Method in class oracle.jbo.server.AMViewUsage
 
getBoundParameters() - Method in class oracle.jbo.server.ListBindingDefImpl
 
getBoundParameters() - Method in class oracle.jbo.server.ViewAccessorDef
 
getBoundToWorkingSet() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getBufferSize() - Method in class oracle.jbo.domain.BlobDomain
 
getBufferSize() - Method in class oracle.jbo.domain.ClobDomain
Get ideal LOB db access buffer size.
getBufferSize() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBufferSize() - Method in class oracle.jbo.domain.generic.GenericClob
Get ideal LOB db access buffer size.
getBuiltInMethodVal(JIParserMethodNode, Object, JIValueSupplier) - Method in class oracle.jbo.expr.JIExpr
 
getBuiltInMethodVal(JIParserMethodNode, Object, JIValueSupplier) - Method in class oracle.jbo.expr.JIExprSQL
 
getBundleName() - Method in class oracle.jbo.common.MsgBundleKey
 
getBusyCursor() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Gets the cursor currently used to indicate busy status.
getButton() - Method in class oracle.jbo.uicli.controls.JUComboBoxLovEditButton
 
getButton() - Method in class oracle.jbo.uicli.controls.JULovEditButton
 
getButton(int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Gets the button object used in the toolbar.
getButtonActionBinding(int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Get the button binding for a given button.
getButtonIcon(int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Deprecated.  
getButtonIcons(int, int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Gets the icon being used for a button.
getButtonModel() - Method in class oracle.jbo.uicli.jui.JUActionBindingEvent
 
getButtonModelImpl(AbstractButton) - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
*** For internal framework use only ***
getButtonPressedIcon(int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Deprecated.  
getButtons() - Method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
 
getByKeyFinderRS() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getByte() - Method in class oracle.jbo.rules.Variant
 
getByte() - Method in class oracle.jbo.server.util.Variant
 
getByteArray() - Method in class oracle.jbo.rules.Variant
 
getByteArray() - Method in class oracle.jbo.server.util.Variant
 
getBytes(long, int) - Method in class oracle.jbo.domain.BlobDomain
 
getBytes(long, int, byte[]) - Method in class oracle.jbo.domain.BlobDomain
 
getBytes() - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method. Converts this domain value into a bytes, so that the oracle.jbo.Key object can render this domain into a short string form.
getBytes(long, int) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBytes(long, int, byte[]) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getBytes() - Method in interface oracle.jbo.domain.KeyAttributeInterface
Converts this attribute value into a byte-array.
getBytes() - Method in class oracle.jbo.domain.Ref
Returns the contents of the Ref in byte format.
getBytesFromObject(Object) - Static method in class oracle.jbo.common.SerializationUtils
 
getBytesFromObject(Object, int) - Static method in class oracle.jbo.common.SerializationUtils
Create a serialized stream of bytes from any Java object.
getCachedEvents() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Deprecated. since 11.1.1.1.2
getCachedExceptions() - Method in class oracle.jbo.rules.JboValidatorContext
 
getCachedParamsName() - Method in class oracle.adf.model.binding.DCInvokeMethod
Internal: Applications should not use this method.
getCachedParamsName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getCachedQueryCollection(RowFilter) - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getCachingMode() - Method in class oracle.adf.model.adapter.AbstractDefinition
 
getCachingMode() - Method in class oracle.adf.model.adapter.bean.BeanDefinition
 
getCachingMode() - Method in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
 
getCalculatedAttributeCount() - Method in class oracle.jbo.server.ServerViewObjectSubclassDef
 
getCalculatedAttributeCount() - Method in class oracle.jbo.server.ViewDefImpl
 
getCalculatedAttributeCount() - Method in class oracle.jbo.server.ViewObjectImpl
Counts the number of "calculated" attributes.
getCalendarField() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getCallableStatement() - Method in class oracle.jbo.server.ViewObjectImpl
generate CallableStatement for PLSQL view object.
getCallProperties(Port) - Method in class oracle.adfinternal.model.adapter.webservice.security.SecurityModel
 
getCancelButton() - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getCappedQueryHitCount(ViewRowSetImpl, Row[], long, long) - Method in class oracle.adf.model.bean.DCDataVO
This method executes a count query and returns the number of rows that could end up in the rowset.
getCappedQueryHitCount(ViewRowSetImpl, Row[], long, long) - Method in class oracle.jbo.server.ViewObjectImpl
This method executes a count query and returns the number of rows that could end up in the rowset.
getCappedQueryHitCountSQL(RowSet, long) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getCappedQueryHitCountSQL(RowSet, long) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getCappedQueryHitCountSQL(RowSet, long) - Method in interface oracle.jbo.server.SQLBuilder
 
getCappedRowCount(long) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCappedRowCount(long) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getCappedRowCount(long) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getCappedRowCount(long) - Method in interface oracle.jbo.RowSet
 
getCappedRowCount(long) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getCappedRowCount(long) - Method in class oracle.jbo.server.ViewObjectImpl
This method executes a count query and returns the number of rows that could end up in the rowset.
getCappedRowCount(long) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getCardinality() - Method in class oracle.jbo.server.AssociationEnd
 
getCastingClass() - Method in class oracle.jbo.expr.JIExpr
 
getCategory() - Method in class oracle.adf.model.connection.webservice.api.PolicyReference
 
getCategory(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getCategory() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getCategory(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getCategoryValue(AttributeDef, LocaleContext) - Static method in class oracle.adf.model.binding.DCUtil
 
getCause() - Method in exception oracle.jbo.common.ejb.JboEJBException
 
getCellEditorValue() - Method in class oracle.jbo.uicli.controls.JUTableRegion
 
getCellEditorValue() - Method in class oracle.jbo.uicli.jui.JUTableFormatEditor
 
getCellEditorValue() - Method in class oracle.jbo.uicli.jui.JUTableLOVEditor
 
getChangedAttrIndices() - Method in class oracle.jbo.UpdateEvent
Gets the indices of the changed attributes.
getChangedAttrNames() - Method in class oracle.jbo.UpdateEvent
Gets the names of the changed attributes.
getChangedColumns() - Method in class oracle.jbo.server.EntityEvent
Constructs an array of the indices of the changed attribute.
getChangedRowSetNames() - Method in class oracle.jbo.common.DataDocument
 
getChangedRowsForRowSet(String) - Method in class oracle.jbo.common.DataDocument
 
getChangeEventPolicy() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getChangeEventPolicy() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getChangeEventPolicy() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getChangeEventPolicy() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getChangeEventRate() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getChangeEventRate() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getChangeIndicator() - Method in class oracle.jbo.server.EntityImpl
Gets the Change indicator attribute's value.
getChangeIndicatorColumn() - Method in class oracle.jbo.server.EntityDefImpl
Returns the AttributeDef for the Change Indicator column for the datasource.
getChangeIndicatorColumn2() - Method in class oracle.jbo.server.EntityDefImpl
 
getChangeList() - Method in class oracle.binding.DataChangeEvent
 
getChangeListeners() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a list of ChangeListeners (returns an empty list if no such listener was registered).
getChanges() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getChangeType() - Method in class oracle.binding.DataChangeEntry
Change entry type to indicate if this is an update, insert, remove or refresh event.
getChar(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.BlobDomain
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Returns a Writer for Unicode stream to the Clob that uses the default character encoding.
getCharacterOutputStream(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getCharacterOutputStream() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getCharacterOutputStream() - Method in class oracle.jbo.domain.generic.GenericClob
Returns a Writer for Unicode stream to the Clob that uses the default character encoding.
getCharacterOutputStream(long) - Method in class oracle.jbo.domain.generic.GenericClob
 
getCharacterOutputStream() - Method in interface oracle.jbo.domain.LobStreamInterface
Returns a writer to be used to write chars into this CLOB.
getCharacterStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getCharacterStream() - Method in class oracle.jbo.domain.BFileDomain
 
getCharacterStream() - Method in class oracle.jbo.domain.ClobDomain
Gets the Clob contents as a Unicode reader.
getCharacterStream(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getCharacterStream() - Method in class oracle.jbo.domain.generic.GenericClob
Gets the Clob contents as a Unicode reader.
getCharacterStream(String) - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getCharacterStream(long, long) - Method in class oracle.jbo.domain.generic.GenericClob
 
getCharacterStream() - Method in interface oracle.jbo.domain.LobStreamInterface
Returns a stream to be used to read bytes from this LOB.
getChars(int, int, char[], int) - Method in class oracle.adf.model.utils.SimpleStringBuffer
 
getChecksumValue(String) - Static method in class oracle.jbo.client.Configuration
 
getChild(Object, int) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
getChild(Object, int) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getChildAttrName() - Method in class oracle.jbo.common.service.types.ChildFindCriteriaImpl
 
getChildAttrName() - Method in interface oracle.jbo.common.types.ChildFindCriteria
Gets the name of the child object for which this search criteria applies.
getChildCount(Object) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
getChildCount(Object) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getChildElement(Node, String) - Static method in class oracle.adf.model.adapter.utils.Utility
Search for a child Element given a parent element and the child name
getChildElement(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
 
getChildElement(Element, String, int) - Method in class oracle.jbo.server.DotNetXmlDocumentReader
 
getChildElement(Element, String, int) - Method in class oracle.jbo.server.XmlDocumentReader
 
getChildFindCriteria() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getChildFindCriteria() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the list of child view objects from which to retrieve data.
getChildFindCriteria() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getChildIteratorBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getChildNodes() - Method in interface oracle.jbo.mom.xml.DefElement
 
getChildNodes() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getChildNodes() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildObjectNames(boolean, String, ArrayList) - Method in class oracle.jbo.mom.ContainerDefImpl
 
getChildObjects(boolean, String, ArrayList) - Method in class oracle.jbo.mom.ContainerDefImpl
 
getChildren() - Method in class oracle.jbo.expr.JIParserNodeCB
 
getChildren(String) - Method in interface oracle.jbo.mom.xml.DefElement
Gets the child elements of the given node name.
getChildren(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets the child elements of the given node name.
getChildren(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildren() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
*** For internal framework use only *** Returns children of the root node for easy el-access.
getChildren(String) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
*** For internal framework use only *** Return a list of children nodes from an accessor child with the matching accessor name (accName) when this node expands into a multiple accessor nodes.
getChildren() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getChildrenByTagName(String) - Method in interface oracle.jbo.mom.xml.DefElement
 
getChildrenByTagName(String, String) - Method in interface oracle.jbo.mom.xml.DefElement
 
getChildrenByTagName(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getChildrenByTagName(String, String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getChildrenByTagName(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildrenByTagName(String, String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildrenCount(boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
For use by subclasses to get count of direct children nodes under this node.
getChildrenList() - Method in interface oracle.jbo.mom.xml.DefElement
Gets all the child elements.
getChildrenList(short[]) - Method in interface oracle.jbo.mom.xml.DefElement
Gets all the child nodes of the given types.
getChildrenList(String) - Method in interface oracle.jbo.mom.xml.DefElement
Gets the child elements of the given node name.
getChildrenList(short[], String) - Method in interface oracle.jbo.mom.xml.DefElement
Gets the child nodes of the given types and node name.
getChildrenList() - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets all the child elements.
getChildrenList(short[]) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets all the child nodes of the given types.
getChildrenList(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets the child elements of the given node name.
getChildrenList(short[], String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets the child nodes of the given types and node name.
getChildrenList(short[], String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getChildrenList() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildrenList(short[]) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildrenList(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildrenList(short[], String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getChildViewObject(ViewObject, String) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
figure out the viewobject name from attribute name
getClassesUsed() - Method in class oracle.jbo.common.GroovyParserUtil
Gets the set of all classes which have methods called.
getClassFromPrimitive(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
Get the name of the Class associated with a given primitive type name.
getClassName() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the class name of the adapter.
getClassName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getClassName() - Method in exception oracle.jbo.common.JboExMsgCarrier
 
getClassName() - Method in class oracle.jbo.common.PropertyMetadataType
If a property is of type 'CLASS', then the property represents a class name.
getClassName() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.TypeInfo
 
getClauseForCache() - Method in class oracle.jbo.CriteriaClauses
 
getClauseForDateLiteral(Date) - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getClauseForDateLiteral(Date) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getClauseForDateLiteral(Date) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getClauseForDateLiteral(Date) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getClauseForDateLiteral(Date) - Method in interface oracle.jbo.server.SQLBuilder
Creates a database platform specific clause for converting a date string literal to date datatype.
getClauseForDateLiteral(Date) - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getClauseForQuery() - Method in class oracle.jbo.CriteriaClauses
 
getClauses() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getClientEnvironment() - Method in interface oracle.jbo.ApplicationModuleHandle
Returns a java.util.Hashtable representing the BC4J context that is related to this application session.
getClientEnvironment(Object) - Method in interface oracle.jbo.ApplicationModuleHandle
Returns the value of the specified attribute from the ApplicationModuleHandle client environment.
getClientEnvironment() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getClientEnvironment(Object) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getClientProjectExtension() - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getClientProxyClassName(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
Deprecated. Platform specific proxies are deprecated. Use getClientProxyClassName() instead.
getClientProxyClassName() - Method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not use this method.
getClientProxyClassName(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Deprecated. Platform specific proxies not required. Use getClientProxyClassName() instead.
getClientProxyInterfaceName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getClientProxyInterfaceName() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getClientProxyInterfaceName() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getClientProxyInterfaceName() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getClientType() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getCliIteratorState() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCliIteratorState() - Method in class oracle.jbo.common.ROTEntry
 
getCliIteratorState() - Method in interface oracle.jbo.common.ws.WSRowSetIteratorMarshaller
 
getCliIteratorState() - Method in class oracle.jbo.server.ViewObjectImpl
 
getCliIteratorState() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getCliIteratorState() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getClosedIcon() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getClosedIcon() - Method in class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
getClosedIconName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getCode() - Method in interface oracle.jbo.service.errors.ServiceMessage
 
getCode() - Method in class oracle.jbo.service.errors.ServiceMessageImpl
 
getCollClass() - Method in class oracle.jbo.server.EntityDefImpl
Gets the implementation class of this Entity's collection.
getCollClass() - Method in class oracle.jbo.server.EntityDefOverRowSet
 
getCollection() - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Returns a list of object that fit the given paging range.
getCollection() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
Returns a list of object that fit the given paging range.
getCollection() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
Get data collection
getCollection() - Method in class oracle.jbo.pcoll.PCollInputStream
 
getCollectionInternal() - Method in class oracle.jbo.server.QueryCollection
 
getCollectionSet() - Method in class oracle.adfinternal.model.adapter.webservice.MessagePart
 
getCollectionSet() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
 
getCollectionSize() - Method in class oracle.jbo.server.QueryCollection
 
getCollectionStructure() - Method in class oracle.adf.model.adapter.dataformat.AccessorDef
 
getCollectionStructure() - Method in class oracle.adf.model.adapter.dataformat.MethodReturnDef
 
getCollectionStructure() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getCollectionStructure() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getCollectionStructure() - Method in interface oracle.binding.meta.AccessorDefinition
Retrieves the metadata of the collection itself.
getCollMgmtInfo() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getColor() - Method in class oracle.jbo.common.EventGroup
 
getColumn() - Method in class oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
Public accessor for column attribute.
getColumnClass(int) - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getColumnClass(int) - Method in class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel
 
getColumnClass(int) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
 
getColumnClass(int) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getColumnClass(int) - Method in interface oracle.jbo.uicli.jui.JUTreeTableBinding.TreeTableModel
The column type is needed to identify the appropriate editor to render each cell.
getColumnCount() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getColumnCount() - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getColumnCount() - Method in class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel
 
getColumnCount() - Method in class oracle.jbo.uicli.jui.JUTableSortModel
 
getColumnCount() - Method in interface oracle.jbo.uicli.jui.JUTreeTableBinding.TreeTableModel
 
getColumnList() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getColumnName() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getColumnName() - Method in interface oracle.jbo.AttributeDef
Gets the name of the database column the attribute represents.
getColumnName() - Method in class oracle.jbo.common.AttributeDefHelper
 
getColumnName() - Method in class oracle.jbo.common.AttributeDefValue
 
getColumnName() - Method in class oracle.jbo.common.VariableImpl
Overridden to return null in Variable implementations.
getColumnName() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getColumnName() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the name of the database column the attribute represents.
getColumnName() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the column name to which this attribute is mapped.
getColumnName() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
For internal framework use only ***
getColumnName(int) - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getColumnName(int) - Method in class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel
 
getColumnName(int) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
 
getColumnName(int) - Method in interface oracle.jbo.uicli.jui.JUTreeTableBinding.TreeTableModel
 
getColumnName() - Method in interface oracle.jbo.Variable
Overridden to return null in Variable implementations.
getColumnName() - Method in class oracle.jbo.ViewCriteriaItem
 
getColumnNameForQuery() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getColumnNameForQuery(int) - Method in class oracle.adf.model.generic.StructureDefImpl
 
getColumnNameForQuery() - Method in interface oracle.jbo.AttributeDef
Gets the column name to be used in query statement.
getColumnNameForQuery(int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getColumnNameForQuery() - Method in class oracle.jbo.common.AttributeDefHelper
 
getColumnNameForQuery() - Method in class oracle.jbo.common.AttributeDefValue
 
getColumnNameForQuery(int) - Method in class oracle.jbo.common.StructureDefHelper
 
getColumnNameForQuery() - Method in class oracle.jbo.common.VariableImpl
Overridden to return null in Variable implementations.
getColumnNameForQuery(int) - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getColumnNameForQuery() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getColumnNameForQuery(int) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getColumnNameForQuery() - Method in class oracle.jbo.domain.DomainAttributeDef
 
getColumnNameForQuery(int) - Method in class oracle.jbo.domain.DomainStructureDef
 
getColumnNameForQuery() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the column name to be used in query statement.
getColumnNameForQuery(int) - Method in class oracle.jbo.server.EntityCache
 
getColumnNameForQuery(int) - Method in class oracle.jbo.server.EntityDefImpl
 
getColumnNameForQuery(int) - Method in class oracle.jbo.server.PDefRow
 
getColumnNameForQuery() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Gets the column name to be used in query statement.
getColumnNameForQuery(int) - Method in class oracle.jbo.server.ViewDefImpl
 
getColumnNameForQuery(int) - Method in class oracle.jbo.server.ViewObjectImpl
 
getColumnNameForQuery(int) - Method in interface oracle.jbo.StructureDef
 
getColumnNameForQuery() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
For internal framework use only ***
getColumnNameForQuery(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getColumnNameForQuery() - Method in interface oracle.jbo.Variable
Overridden to return null in Variable implementations.
getColumnNameForQuery() - Method in class oracle.jbo.ViewCriteriaItem
 
getColumnNameWithFormatForQuery(String, AttributeDef, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Deprecated. since 9.0.3
getColumns() - Method in class oracle.jbo.server.AssociationEnd
 
getColumns() - Method in class oracle.jbo.server.ViewDefImpl
 
getColumns() - Method in class oracle.jbo.uicli.controls.JULovEditButton
Returns the number of columns in this TextField.
getColumnSortMode() - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getColumnSortMode() - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding
 
getColumnType() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getColumnType() - Method in class oracle.jbo.common.JboTypeMap
 
getColumnType() - Method in class oracle.jbo.common.VariableImpl
This method is used if the variable is of array type to get to the type name created in the database to store the array values.
getColumnType() - Method in class oracle.jbo.domain.Struct
Returns the column type of the database column that corresponds to this STRUCT.
getColumnType() - Method in interface oracle.jbo.Variable
This method is used if the variable is of array type to get to the type name created in the database to store the array values.
getCombinedAttrNames(Object[], List) - Method in class oracle.jbo.server.RowImpl
This method combines the given attribute names with the derived attribute names It throws an exception if the derived attribute names overlap the given names This would happen in a case were the user or a program attempts to set a couple of attributes but the associated list bindings will override at least one of them.
getComboBox() - Method in class oracle.jbo.uicli.controls.JUComboBox
 
getComboDisplayAttributeCount() - Method in class oracle.jbo.common.ListBindingDef
Returns the count of attributes that should be displayed in a combo dropdown.
getComboDisplayAttributeCount() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getComboDisplayAttributeCount() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getComboDisplayAttrs() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getComboDisplayAttrs() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
getComboDisplayRowCountHint() - Method in class oracle.jbo.common.ListBindingDef
Returns the count of attributes that should be displayed in a combo dropdown.
getComboDisplayRowCountHint() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getComment(XMLDocument) - Static method in class oracle.jbo.mom.xml.DefXMLParser
Get the comments in the XML file Utility function to return all comments in a XML file
getCommonPropertyType(ELContext, Object) - Method in class oracle.adf.model.binding.DCELResolver
 
getComparator() - Static method in class oracle.jbo.server.EntityCache
 
getComparator() - Static method in class oracle.jbo.server.EntityImpl
 
getCompareExpr() - Method in class oracle.jbo.expr.JIExpr
 
getComparingAttribute() - Method in interface oracle.jbodt.common.BaseValidator
 
getComparisonOperator(JIToken) - Method in class oracle.jbo.expr.JIExpr
 
getComparisonOperator(JIToken) - Method in class oracle.jbo.expr.JIExprJava
 
getComparisonOperator(JIToken) - Method in class oracle.jbo.expr.JIExprSQL
 
getComplexPartDefHolderList(QName) - Method in class oracle.adfinternal.model.adapter.webservice.Types
Gets the structure definition for a type name.
getComplexType(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets a predefined complex type.
getCompListeners() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the list of component Object listeners.
getCompListenersList() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the list of component Object listeners.
getComponent() - Method in class oracle.jbo.uicli.jui.JUTableLOVEditor
 
getComponentClass() - Method in class oracle.jbo.server.EntityAssociation
Returns the class name of this Entity association's reference.
getComponentClass() - Method in class oracle.jbo.server.ViewLinkDefImpl
Gets the Java Class of the component that this definition object describes, i.e., oracle.jbo.server.ViewLinkImpl.
getComponentObject() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getComponentObject() - Method in class oracle.jbo.server.ContainerObjectEvent
Gets the event's component object.
getComponentObjectNames() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getComponentObjectNames() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getComponentObjectNames(boolean, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getCompOper() - Method in class oracle.jbo.ViewCriteriaItem
Finds the JboCompOper object for the operator set for this VC item.
getCompOper(String) - Method in class oracle.jbo.ViewCriteriaItem
Finds the JboCompOper object for the given operator.
getCompOperList(int, ArrayList) - Static method in class oracle.jbo.common.JboCompOper
The list of operators for a specific type.
getCompOpers(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getCompOpers(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getCompOpers(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns a Map of operators for this attribute.
getCompOpers() - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getCompOpers() - Method in class oracle.jbo.common.AttributeDefValue
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getCompOpers() - Method in class oracle.jbo.server.AttributeDefImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getCompOpers() - Method in class oracle.jbo.ViewCriteriaItem
 
getCompOpers(int) - Method in class oracle.jbo.ViewCriteriaItem
 
getCompOpers(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
 
getCompositionName(ViewObject, String) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getConfigName() - Method in class oracle.jbo.common.sdo.ServiceCookieHandler
 
getConfigName() - Method in class oracle.jbo.server.AppModuleUsage
 
getConfigName(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
Returns the configuration name for a qualifiedAMName of the form <appDefName>.<sessDefName>.
getConfiguration() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getConfiguration(Node) - Static method in class oracle.jbo.client.Configuration
If the node is a version11 configuration node, then this method returns the complete configuration.
getConfiguration(String) - Method in class oracle.jbo.client.Configuration
Get the list of properties for a given Configuration.
getConfiguration(String, boolean) - Method in class oracle.jbo.client.Configuration
Get the list of properties for a given Configuration.
getConfiguration(String, Hashtable) - Method in class oracle.jbo.client.Configuration
 
getConfiguration(String, Hashtable, boolean) - Method in class oracle.jbo.client.Configuration
 
getConfiguration(String, Hashtable, int) - Method in class oracle.jbo.client.Configuration
 
getConfigurationFullName() - Method in class oracle.adf.model.adapter.AbstractDefinition
 
getConfigurationName() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
 
getConfigurationNameList() - Method in class oracle.jbo.client.Configuration
Get the list of 'named' Configuration defined in this file.
getConfigurationNameList(String) - Method in class oracle.jbo.client.Configuration
retrieve the list of configuration names available for the specified appName
getConfigurationNode(String) - Method in class oracle.jbo.client.Configuration
Helper function to get a named config node
getConjunction() - Method in interface oracle.binding.criteria.SearchCriteriaGroup
Gets the conjunction used between this view criteria row and the previous view criteria row.
getConjunction() - Method in interface oracle.binding.criteria.SearchCriteriaItem
Gets the conjunction used between this view criteria row and the previous view criteria row.
getConjunction() - Method in interface oracle.binding.meta.criteria.CriteriaRow
The conjunction to be applied to this row or nested view criteria.
getConjunction() - Method in interface oracle.binding.meta.criteria.Item
The conjunction to be applied to this criteria item with its immediate predecessor.
getConjunction() - Method in class oracle.jbo.common.service.types.ViewCriteriaImpl
 
getConjunction() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getConjunction() - Method in class oracle.jbo.common.service.types.ViewCriteriaRowImpl
 
getConjunction() - Method in interface oracle.jbo.common.types.ViewCriteria
Gets the conjunction used between this view criteria and the previous view criteria.
getConjunction() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the conjunction used between this view criteria item and the previous view criteria item.
getConjunction() - Method in interface oracle.jbo.common.types.ViewCriteriaRow
Gets the conjunction used between this view criteria row and the previous view criteria row.
getConjunction() - Method in class oracle.jbo.datasource.ViewCriteriaImpl
 
getConjunction() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getConjunction() - Method in class oracle.jbo.datasource.ViewCriteriaRowImpl
 
getConjunction() - Method in class oracle.jbo.ViewCriteria
Conjunction of a view criteria is used when nested view criteria are converted into where clauses.
getConjunction() - Method in interface oracle.jbo.ViewCriteriaComponent
 
getConjunction() - Method in class oracle.jbo.ViewCriteriaItem
 
getConjunction() - Method in class oracle.jbo.ViewCriteriaItemCompound
Return the conjunction of the first criteria item.
getConjunction() - Method in class oracle.jbo.ViewCriteriaRow
 
getConjunction() - Method in class oracle.jbo.ViewCriteriaUsage
 
getConjunctionString() - Method in class oracle.jbo.ViewCriteriaItem
 
getConjunctionString(int) - Static method in class oracle.jbo.ViewCriteriaRow
 
getConjunctionValue(String) - Static method in class oracle.jbo.ViewCriteriaRow
 
getConnection() - Method in class oracle.jbo.mom.xml.XMLOutputStream
Returns the the XML FileOutStream.
getConnection() - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getConnection() - Method in class oracle.jbo.pcoll.OraclePersistManager
 
getConnection() - Method in class oracle.jbo.pcoll.PCollection
 
getConnection() - Method in class oracle.jbo.pcoll.PCollManager
 
getConnection(String, String, Properties, String, String) - Method in interface oracle.jbo.server.ConnectionPoolManager
Returns a pooled connection from the specified target pool.
getConnection(String, String, Properties, String, String) - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
getConnection(String, String, Properties, String, String) - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
getConnectionContext() - Method in class oracle.adf.model.adapter.AdapterContext
Gets the context for the connections.
getConnectionDefinitionNodes() - Method in class oracle.jbo.client.Configuration
 
getConnectionForInternalUse(String, String, Properties, String, String) - Method in interface oracle.jbo.server.ConnectionPoolManager
Returns a pooled connection from the specified target pool.
getConnectionForInternalUse(String, String, Properties, String, String) - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
getConnectionForInternalUse(String, String, Properties, String, String) - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
getConnectionMetadata() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getConnectionMetadata() - Method in class oracle.jbo.server.DBTransactionImpl
 
getConnectionMetadata() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getConnectionMetadata() - Method in interface oracle.jbo.Transaction
Returns a metdata structure that describes the transaction's JDBC connection.
getConnectionMode(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getConnectionName() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the URL connection name.
getConnectionName() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the URL connection name.
getConnectionName() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
getConnectionPoolManager() - Static method in class oracle.jbo.server.ConnectionPoolManagerFactory
Creates instances of a designated implementation of the ConnectionPoolManager interface.
getConnectionPoolManager(Hashtable) - Static method in class oracle.jbo.server.ConnectionPoolManagerFactory
 
getConnectionPort(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getConnectionStrategy() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Get the application module strategy that will be used to create, connect, disconnect, and reconnect the application module.
getConnectionStrategy() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getConnectionStrategyClassName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getConnectionURL(String, Hashtable) - Method in interface oracle.jbo.client.DatabaseConnectionProvider
Returns a URL for the database connection.
getConnectString() - Method in class oracle.jbo.common.ampool.AMHomeDesc
 
getConnectString() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_CONNECT_STRING_PROPERTY key.

getConnectString() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the ConnectionStrategy.DB_CONNECT_STRING_PROPERTY key.

getConstraintName() - Method in exception oracle.jbo.DMLConstraintException
 
getConstraints(Connection, String, String, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getConstraints(Connection, String, String, String) - Method in interface oracle.jbo.server.SQLBuilder
Return vector with constraint details for this table.
getConstraintsList(Connection, String, String, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getConstraintsList(Connection, String, String, String) - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getConstraintsList(Connection, String, String, String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getConstraintsList(Connection, String, String, String) - Method in interface oracle.jbo.server.SQLBuilder
Return vector with constraint details for this table where each detail is in a String array with this structure: 0 String owner
getConstructorMethods(Class, int) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getConstructorOperationDefinitions() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getConstructorOperationDefinitions() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getConstructorOperationDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getConstructorOperationDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getConstructorOperationDefinitions() - Method in interface oracle.binding.meta.StructureDefinition
Returns the metadata about the constructor operations in this structure.
getConsumerDefs() - Method in interface oracle.adf.model.binding.events.ProducerDef
getSubscriptionDefs gets the value of subscribers[] field
getConsumerDefs() - Method in class oracle.adf.model.binding.events.ProducerDefImpl
getSubscriptionDefs gets the value of subscribers[] field
getContainerDef() - Method in class oracle.jbo.mom.DefinitionObject
 
getContainerDefNames(boolean) - Method in class oracle.adf.model.binding.DCConfigurationDef
 
getContainerDefNames(boolean) - Method in class oracle.jbo.mom.ContainerDefImpl
Gets the Names of all Sub-PackageDefs in this Package and all sub-packages recursively (optionally)
getContainerDefNames(boolean) - Method in class oracle.jbo.server.PackageDefImpl
Gets the Names of all Sub-PackageDefs in this Package and all sub-packages recursively (optionally)
getContainerDefNames(boolean) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getContainerEntity() - Method in class oracle.jbo.server.EntityImpl
Returns this entity's container in a composition association if any.
getContainerName() - Method in class oracle.jbo.mom.DefinitionObject
 
getContainerObject() - Method in class oracle.jbo.server.ContainerObjectEvent
Gets the event's container object.
getContainerPartOfName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getContentDataRow(ResultSet, long[], long[], int[], boolean) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getContentDataRow(ResultSet, long[], long[], int[], boolean) - Method in class oracle.jbo.pcoll.pmgr.DB2PersistManager
 
getContentDataRow(ResultSet, long[], long[], int[], boolean) - Method in class oracle.jbo.pcoll.pmgr.SQLServerPersistManager
 
getContentLenDataRow(String, long, int, boolean) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getContents() - Method in class oracle.adf.model.ADFmMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.adf.model.placeholder.PHDCMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.jbo.common.ampool.AMPoolMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.jbo.common.ArrayResourceBundle
 
getContents() - Method in class oracle.jbo.common.CheckedListResourceBundle
Returns the 2-D array containing key-value pairs.
getContents() - Method in class oracle.jbo.common.CommonMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.jbo.common.JboPropertiesResourceBundle
 
getContents() - Method in class oracle.jbo.common.JboResourceBundle
 
getContents() - Method in class oracle.jbo.CSMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.jbo.expr.ExprMessageBundle
Gets the key-value association table.
getContents() - Method in class oracle.jbo.uicli.UIMessageBundle
Gets the key-value association table.
getContentType() - Method in class oracle.jbo.common.sdo.BlobDomainDataSource
 
getContentType() - Method in class oracle.jbo.common.sdo.ClobDomainDataSource
return the mime type
getContext() - Method in class oracle.adf.model.bc4j.DCJboDataControl
Returns the context object with which the root DCApplication was created.
getContext() - Method in class oracle.jbo.mom.DefinitionManager
Gets the context, an instance of the context factory.
getContext() - Method in class oracle.jbo.server.ApplicationPoolMessageHandler
 
getContext() - Method in class oracle.jbo.server.svc.ServiceContextProvider
 
getContext(boolean) - Method in class oracle.jbo.server.svc.ServiceContextProvider
 
getContextEnvironment() - Method in class oracle.jbo.common.remote.SessionInfo
Deprecated.  
getContextKey() - Method in interface oracle.jbo.datasource.CtrlHintsSupport
Returns the list of attributes that is to be considered the context key attributes for looking up row-level UI hints.
getContextKey() - Method in class oracle.jbo.datasource.svc.SIEODataSourceImpl
 
getContextKey() - Method in class oracle.jbo.datasource.svc.SIVODataSourceImpl
 
getContextQName() - Method in class oracle.jbo.server.svc.ServiceContextProvider
 
getContextualVariableManager() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getContextualVariableManager() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getControl() - Method in class oracle.adf.model.binding.DCControlBinding
Gets the associated View (Swing) control.
getControl() - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding
 
getControlBinding(String) - Method in class oracle.adf.model.binding.DCBindingContainer
 
getControlBinding(String) - Method in interface oracle.binding.BindingContainer
Returns a control binding with the given name.
getControlBinding(Object) - Method in class oracle.jbo.uicli.binding.JUFormBinding
 
getControlBinding() - Method in class oracle.jbo.uicli.jui.JUTableLOVEditor
 
getControlBindingClassName() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getControlBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a list containing all control-bindings in this container
getControlBindings() - Method in interface oracle.binding.BindingContainer
Return a list of all control bindings in this RegionBinding.
getControlClassName() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getControlCombo() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getControlCombo() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
getControlDef(String) - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getControlDefFactory() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getControlDefs() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getControlHints(String) - Method in interface oracle.jbo.datasource.CtrlHintsSupport
Returns the base UI hints for a given locale.
getControlHints(Row, String) - Method in interface oracle.jbo.datasource.CtrlHintsSupport
Returns the row-level UI hints for a given locale.
getControlHints(String) - Method in class oracle.jbo.datasource.svc.SIEODataSourceImpl
 
getControlHints(Row, String) - Method in class oracle.jbo.datasource.svc.SIEODataSourceImpl
 
getControlHints(String) - Method in class oracle.jbo.datasource.svc.SIVODataSourceImpl
 
getControlHints(Row, String) - Method in class oracle.jbo.datasource.svc.SIVODataSourceImpl
 
getControllerClassName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getControlModel(Object) - Method in class oracle.adf.model.binding.DCControlBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUActionBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUButtonBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUDefaultControlBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JULabelBinding
Get the associated control model.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUProgressBarBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUScrollBarBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUSliderBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUTableBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Gets the associated View's model object.
getControlModel(Object) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
Gets the associated View's model object.
getControlType(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getControlType() - Method in class oracle.adf.model.binding.DCBindingFactory.ControlDef
 
getControlType(StructureDef, AttributeDef, LocaleContext) - Static method in class oracle.adf.model.binding.DCUtil
This method determines what control type to use for a given attribute.
getControlType(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Returns the preferred control type for this attribute
getControlType(int) - Static method in enum oracle.jbo.AttributeHints.ControlType
 
getControlType(AttributeHints, LocaleContext) - Static method in enum oracle.jbo.AttributeHints.ControlType
 
getControlType(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns the preferred control type for this attribute
getControlType(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Returns the preferred control type for this attribute
getControlType(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getControlType(int) - Static method in class oracle.jbo.common.JboNameUtil
 
getControlType(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Returns the preferred control type for this attribute
getControlType(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Returns the preferred control type for this attribute
getControlType(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Returns the preferred control type for this attribute
getControlType(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getControlType(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getControlType(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getControlType(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getControlType() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns the preferred control type for this attribute.
getControlType(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the preferred control type for this attribute.
getControlType(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Returns the preferred control type for this attribute
getConversionMethod(Class, Class) - Static method in class oracle.jbo.common.sdo.DataConversionHelper
 
getConvertor() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
 
getConvertorManager() - Static method in class oracle.jbodt.common.ExpressionConverterManager
 
getCopyHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get CopyHelper with local sdo helper context
getCopyHelper() - Method in class oracle.jbo.common.sdo.SDOHelper
get local copyhelper
getCorrectCaseTableName(String) - Static method in class oracle.jbo.server.util.JboDTUtils
 
getCpxList() - Method in class oracle.jbo.uicli.mom.CpxUtils.Visitor
 
getCpxListFromMetadata() - Static method in class oracle.jbo.uicli.mom.CpxUtils
 
getCreateEvents() - Method in class oracle.jbo.server.EntityCache
 
getCreateEvents() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of events to fire when a row is created in the entity.
getCreateOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getCreateSequenceInsertTriggerSQL(String, String, ArrayList, ArrayList) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getCreateSequenceInsertTriggerSQL(String, String, ArrayList, ArrayList) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
This method is not implemented for OLite SQLBuilder.
getCreateSequenceInsertTriggerSQL(String, String, ArrayList, ArrayList) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getCreateSequenceInsertTriggerSQL(String, String, ArrayList, ArrayList) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
Not implemented.
getCreateSequenceInsertTriggerSQL(String, String, ArrayList, ArrayList) - Method in interface oracle.jbo.server.SQLBuilder
Returns a SQL statement that creates a trigger that updates a column with the value from a sequence upon the creation of a new row.
getCreateSequenceSQL(String, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getCreateSequenceSQL(String, int) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
This method is not implemented for OLite SQLBuilder.
getCreateSequenceSQL(String, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getCreateSequenceSQL(String, int) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
Not implemented.
getCreateSequenceSQL(String, int) - Method in interface oracle.jbo.server.SQLBuilder
Returns a SQL statement that creates a Sequence with an initial value specified in the argument.
getCreationTimeMillis(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Gets the time when the app module was created (in milli-secs).
getCreationTimeMillis(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getCreationTimeMillis(Object) - Method in class oracle.jbo.pool.ResourcePool
Return the time (ms) at which the resource was created.
getCredentials() - Method in interface oracle.adf.model.connection.url.AuthenticationScheme
Fetch the credentials represented by the scheme.
getCredentials() - Method in class oracle.adf.model.connection.url.ChallengeAuthentication
Fetch the credentials represented by the scheme.
getCriteria() - Method in class oracle.jbo.common.DataDocument
 
getCriteriaAdapter() - Method in class oracle.adf.model.generic.DCGenericDataControl
Return the criteria adapter that should be used to create RowMatch for any view criterias attached to RSIs created within this datacontrol
getCriteriaAdapter() - Method in class oracle.jbo.server.ViewObjectImpl
Return a custom CriteriaAdapter implementation to generate where clause for ViewCriteria.
getCriteriaAlias(ViewCriteria) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getCriteriaClause(ViewCriteria) - Method in class oracle.jbo.common.CommonCriteriaAdapter
Generate a where clause fragment for the view criteria.
getCriteriaClause(AttributeDef[], ViewCriteria) - Method in class oracle.jbo.common.CommonCriteriaAdapter
Generate a where clause fragment for the view criteria.
getCriteriaClause(ViewCriteria) - Method in interface oracle.jbo.CriteriaAdapter
Returns a where-clause fragment from the criteria.
getCriteriaConjunction(DCBindingContainer, String) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
 
getCriteriaDefinitions() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getCriteriaDefinitions() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getCriteriaDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getCriteriaDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getCriteriaDefinitions() - Method in interface oracle.binding.meta.StructureDefinition
Returns the metadata about the criteria in this structure.
getCriteriaItem(int) - Method in class oracle.jbo.ViewCriteriaRow
 
getCriteriaItem(String) - Method in class oracle.jbo.ViewCriteriaRow
 
getCriteriaItemArray() - Method in class oracle.jbo.ViewCriteriaRow
 
getCriteriaItemAttributeHints(ViewCriteriaItem) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCriteriaItemAttributeHints(ViewCriteriaItem) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
By default return null.
getCriteriaItemAttributeHints(ViewCriteriaItem) - Method in class oracle.jbo.server.ViewObjectImpl
By default return null.
getCriteriaItemAttributeHints(ViewCriteriaItem) - Method in interface oracle.jbo.ViewObject
 
getCriteriaItemClause(ViewCriteriaItem) - Method in class oracle.jbo.server.ViewObjectImpl
Interpret the given ViewCriteriaItem and generate a where clause fragment for the ViewCriteriaItem.
getCriteriaItems(boolean, boolean) - Method in class oracle.jbo.ViewCriteria.NestedViewCriteriaRow
 
getCriteriaItems() - Method in class oracle.jbo.ViewCriteriaRow
Returns a list of view criteria items that belong to this row.
getCriteriaItems(boolean, boolean) - Method in class oracle.jbo.ViewCriteriaRow
Returns a list of view criteria items that belong to this row.
getCriteriaItemsAndBindVars() - Method in class oracle.jbo.ViewCriteriaRow
Return a list of view criteria items that belong to this row, plus a list of "where" kind bind variables defined in the owning View Object.
getCriteriaItemsForSearch() - Method in class oracle.jbo.ViewCriteriaRow
Return a list of view criteria items that belong to this row to be displayed in a search form.
getCriteriaMode() - Method in class oracle.jbo.ViewCriteria
Gets the current View Criteria mode.
getCriteriaName() - Method in class oracle.jbo.uicli.binding.JUFormDef
 
getCriteriaName(DCBindingContainer) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns the name of the currently active ViewCriteria.
getCtrlBinding(int) - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getCtrlBinding(Object) - Method in class oracle.adf.model.binding.DCBindingContainer
Matches the control with the View-component(getControl) for each of the control bindings in this container.
getCtrlBindingList() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns an array containing all control-bindings in this container.
getCtrlHint() - Method in class oracle.jbo.common.service.types.AttrCtrlHintsImpl
 
getCtrlHint() - Method in interface oracle.jbo.common.types.AttrCtrlHints
Gets the list of control hints.
getCtrlHints(String, String) - Method in class oracle.jbo.server.svc.ServiceImpl
Returns the base UI hints defined on a view object definition for a given locale.
getCtrlHints(DataObject, String, String) - Method in class oracle.jbo.server.svc.ServiceImpl
Returns the row-level UI hints defined on a view row for a given locale.
getCtrlHints(List<String>, String, ViewRowImpl) - Method in class oracle.jbo.server.ViewDefImpl
 
getCtrlHints(List<String>, String) - Method in class oracle.jbo.server.ViewRowImpl
 
getCtrlHintsKey(String) - Method in class oracle.jbo.server.svc.ServiceImpl
Returns the list of attributes that is to be considered the context key attributes for looking up row-level UI hints.
getCtrlHintsOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getCurrencyChangeEventDefinitions() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
getCurrencyCode() - Method in interface oracle.jbo.common.service.types.AmountType
 
getCurrencyCode() - Method in class oracle.jbo.common.service.types.AmountTypeImpl
 
getCurrencyString() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getCurrencyString() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getCurrent() - Static method in class oracle.adf.model.BindingContext
Returns the BindingContext instance for the invoking session.
getCurrent() - Static method in class oracle.jbo.server.svc.WLSThreadContext
 
getCurrent() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getCurrentApplicationMap(boolean) - Method in class oracle.jbo.mom.DefinitionManager
Deprecated. since 10.1.3. No direct replacement (but see comments above).
getCurrentBindingsEntry() - Method in class oracle.adf.model.BindingContext
Returns the current BindingContainer for the execution context.
getCurrentClassLoader() - Method in class oracle.jbo.common.java2.JDK2ClassLoader
 
getCurrentClassLoader() - Static method in class oracle.jbo.common.JBOClass
 
getCurrentClassLoader() - Method in interface oracle.jbo.common.JBOClassLoader
 
getCurrentContext() - Method in class oracle.jbo.common.ContextUtil
 
getCurrentDataControlFrame() - Method in class oracle.adf.model.BindingContext
return the current datacontrol frame of this BindingContext
getCurrentDataFragment() - Method in class oracle.jbo.server.DotNetXmlDocumentWriter
 
getCurrentDate() - Static method in class oracle.jbo.domain.Date
Gets current date and time.
getCurrentDate() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getCurrentDbTime(Connection) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getCurrentDbTime() - Method in class oracle.jbo.server.DBTransactionImpl
 
getCurrentDbTime() - Method in class oracle.jbo.server.DBTransactionImpl2
Checks to see if jdbc connection was acquired.
getCurrentDbTime() - Method in class oracle.jbo.server.ejb.facade.EntityFacadeCollImpl
Get the current database time for DATE History Column.
getCurrentDbTime() - Method in class oracle.jbo.server.EntityCache
Get the current database time for DATE History Column.
getCurrentDbTime(Connection) - Method in interface oracle.jbo.server.SQLBuilder
Returns the current time from the Database.
getCurrentErrorHandler() - Method in class oracle.adf.model.binding.DCDataControl
Returns the DCErrorHandler registered with the root DCDataControl.
getCurrentlyLoadingCpx() - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getCurrentRow() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the current row for which this control is displaying data.
getCurrentRow() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the current row of the iterator with which this binding object is associated.
getCurrentRow() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getCurrentRow() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCurrentRow() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getCurrentRow() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getCurrentRow() - Method in interface oracle.jbo.RowIterator
Accesses the current row.
getCurrentRow() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getCurrentRow() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the current row of the iterator.
getCurrentRow() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the current row of the iterator.
getCurrentRow() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the current row of the iterator.
getCurrentRow() - Method in class oracle.jbo.uicli.binding.JUControlBinding
Returns the current row for which this control is displaying data.
getCurrentRow() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getCurrentRowFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the format string for formatting the CurrentRow status label.
getCurrentRowFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the formatter for formatting the CurrentRow status label.
getCurrentRowIndex() - Method in class oracle.adf.model.bean.DCRowContext
 
getCurrentRowIndex() - Method in class oracle.adf.model.generic.DCRowContext
 
getCurrentRowIndex() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getCurrentRowIndex() - Method in interface oracle.adf.model.RangeBinding
 
getCurrentRowIndex() - Method in interface oracle.adf.model.RowContext
 
getCurrentRowIndex() - Method in interface oracle.binding.RangeBinding
Returns the index of the current row.
getCurrentRowIndex() - Method in interface oracle.binding.RowContext
Returns the current row's index in the collection.
getCurrentRowIndex() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCurrentRowIndex() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getCurrentRowIndex() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getCurrentRowIndex() - Method in interface oracle.jbo.RowIterator
Gets the absolute index (not range index) of the current row.
getCurrentRowIndex() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getCurrentRowIndex() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the absolute row index of the iterator's current row.
getCurrentRowIndex() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the absolute row index of the current row in the row set.
getCurrentRowIndex() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the absolute row index of the current row in the row set.
getCurrentRowIndex() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getCurrentRowIndex() - Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
 
getCurrentRowIndex() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getCurrentRowIndexInRange() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns current row index in the current Range in the Rowsetiterator
getCurrentRowIndexInternal() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getCurrentRowInternal() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getCurrentRowInternal() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getCurrentRowInternal() - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
 
getCurrentRowKeyString() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns String version of the row key for the current row in the associated iterator.
getCurrentRowSlot() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getCurrentRowSlot() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getCurrentRowSlot() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getCurrentRowSlot() - Method in class oracle.jbo.common.SvcMsgResponseNavig
 
getCurrentRowSlot() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getCurrentRowSlot() - Method in interface oracle.jbo.RowIterator
Gets the slot status of the current row.
getCurrentRowSlot() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getCurrentRowSlot() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the current row's slot status.
getCurrentRowSlot() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the current row slot status.
getCurrentRowSlot() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the current row slot status.
getCurrentRowSlot() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getCurrentRowWithKeyValue() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns String version of the row key for the current row in the associated iterator.
getCurrentSequencedRowChar() - Static method in class oracle.jbo.server.EntityDefImpl
 
getCurrentSession() - Method in class oracle.jbo.common.SessionContextManagerImpl
 
getCurrentSession() - Method in interface oracle.jbo.SessionContextManager
 
getCurrentTime() - Static method in class oracle.jbo.common.Timer
 
getCurrentTimeFromDb() - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getCurrentTimeFromDb() - Method in class oracle.jbo.pcoll.pmgr.DB2PersistManager
 
getCurrentTimeFromDb() - Method in class oracle.jbo.pcoll.pmgr.SQLServerPersistManager
 
getCurrentTransaction() - Method in class oracle.jbo.server.svc.JTAHelper
 
getCurrentTransactionId() - Method in class oracle.jbo.server.svc.JTAHelper
 
getCurrentWorkingSet() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getCurrentWorkingSet() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getCurrentWorkingSet() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getCurrentWorkingSet() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getCustomApplicationModule() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getCustomEventDispatcher() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getCustomGlobalOperations() - Static method in class oracle.jbo.server.GlobalFunctions
Deprecated.  
getCustomInputHandler() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getCustomizeableViewObjectNames() - Method in class oracle.jbo.mom.DefinitionManager
Returns the list of view object full names for view objects marked for display on the business editor.
getCustomizerInternal() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getCustomMessageBundlesIter() - Method in class oracle.jbo.client.remote.StringManagerImpl
 
getCustomMessageBundlesIter() - Method in class oracle.jbo.common.StringManager
 
getCustomMessageBundlesIter() - Method in class oracle.jbo.server.StringManagerImpl
 
getCustomMessageBundlesList() - Method in class oracle.jbo.server.MetaObjectManager
 
getCustomPanelClassName() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditDef
 
getCustomPanelClassName() - Method in class oracle.jbo.uicli.jui.JULovButtonDef
 
getCustomPayLoad() - Method in class oracle.adf.model.events.AbstractEventDefinition
getCustomPayLoad gets the value of customPayLoad attribute
getCustomPayLoad() - Method in class oracle.adf.model.events.EventDefinitionImpl
 
getCustomPayLoadValue() - Method in class oracle.adf.model.events.AbstractEventDefinition
getCustomPayLoadValue returns customPayLoad value
getCustomPayLoadValue() - Method in class oracle.adf.model.events.EventDefinitionImpl
 
getCustomValidatorExpression() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getDacObj() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getData() - Method in class oracle.jbo.client.remote.SequenceImpl
Returns the sequence value that was generated by the database sequence while constructing the SequenceImpl object.
getData() - Method in class oracle.jbo.client.remote.SQLValueImpl
 
getData() - Method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.BaseLobDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.BFileDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.Char
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.DateDomain
Deprecated.  
getData() - Method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
getData() - Method in interface oracle.jbo.domain.DomainInterface
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.generic.GenericClob
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.NullValue
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method. Converts this to a JDBC object.
getData() - Method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method. Converts this to a JDBC object.
getData() - Method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.domain.Sequence
Internal: Applications should not use this method. Returns the sequence value that was generated by the database sequence while constructing the SequenceImpl object.
getData() - Method in class oracle.jbo.domain.SQLValue
 
getData() - Method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
getData() - Method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
getData() - Method in class oracle.jbo.server.JboEventObject
Creates a copy of the hashtable containing name-value pairs of this event's properties.
getData() - Method in class oracle.jbo.server.SequenceImpl
Internal: Applications should not use this method. Returns a sequence value.
getData() - Method in class oracle.jbo.server.SQLValueImpl
 
getData() - Method in class oracle.jbo.server.uniqueid.GeneratorSequenceImpl
This method is invoked on the DomainInterface to get the data for the attribute of type GeneratorSequenceImpl.
getDataChangeEventPolicy() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getDataChangeListener() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getDataChangeListener() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getDataControl() - Method in class oracle.adf.model.BaseDataControlPolicyImpl
Returns the datacontrol instance for the datacontrol name specified in this policy.
getDataControl() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getDataControl() - Method in class oracle.adf.model.bean.DCDataVO
 
getDataControl() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only *** Returns the DCApplciation object to which this form binding belongs.
getDataControl() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getDataControl(BindingContext) - Method in class oracle.adf.model.binding.DCDataControlReference
 
getDataControl(BindingContext, String) - Method in class oracle.adf.model.binding.DCDataControlReference
 
getDataControl() - Method in class oracle.adf.model.binding.DCIteratorBinding
Helper method to return the DCDataControl from this binding's BindingContainer.
getDataControl() - Method in interface oracle.adf.model.DataControlPolicy
Returns the datacontrol instance for the datacontrol name specified in this policy.
getDataControl() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getDataControl() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns the datacontrol that this action or it's iteratorBinding is associated with.
getDataControl() - Method in class oracle.jbo.uicli.controls.JUTestFrame
 
getDataControl() - Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
 
getDataControlClassName() - Method in class oracle.adf.model.bc4j.DataControlFactoryImpl
A custom DataControlFactoryImpl should override this method to define a custom DataControl class.
getDataControlClassName() - Method in class oracle.adf.model.generic.toplink.DataControlFactoryImpl
Deprecated. May be overridden to return a custom DataControl class name.
getDataControlDefinition() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Returns the definition of the DataControl that this method belongs to.
getDataControlDefinition() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getDataControlDefinition() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getDataControlDefinition(String) - Method in class oracle.adf.model.adapter.MetaDef
Gets the definition of the data control specified by the name.
getDataControlDefinition() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getDataControlDefinition() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getDataControlDefinition() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getDataControlDefinition() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getDataControlDefinition() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getDataControlDefinition() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getDataControlDefinition() - Method in interface oracle.binding.meta.OperationDefinition
Retrieves the DataControlDefinition that this Operation belongs to.
getDataControlDefinition() - Method in interface oracle.binding.meta.StructureDefinition
Retrieves the DataControlDefinition that this Structure belongs to.
getDataControlDefinition() - Method in interface oracle.binding.meta.VariableDefinition
Retrieves the DataControlDefinition that this Variable belongs to.
getDataControlDefinition() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Returns the definition of the DataControl that the variable belongs to.
getDataControlFrameName() - Method in class oracle.adf.model.binding.DCDataControl
framework use only
getDataControlHandler() - Method in class oracle.adf.model.adapter.bean.BeanDataControl
Returns DataControlHandler
getDataControlImplName() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Gets the name of the data control implementation class for URL XML.
getDataControlName() - Method in interface oracle.adf.model.adapter.generic.DataControlStructure
Returns the name of this data control.
getDataControlName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getDataControlName() - Method in class oracle.adfinternal.model.adapter.generic.DataControlStructureImpl
 
getDataControlName() - Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
 
getDataControlReferences() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getDataFactory(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get DataFactory with local sdo helper context
getDataFactory() - Method in class oracle.jbo.common.sdo.SDOHelper
get local DataFactory
getDataFromResultSet(ResultSet, int) - Method in interface oracle.jbo.common.TypeSQLNative
 
getDataFromStatement(CallableStatement, int) - Method in interface oracle.jbo.common.TypeSQLNative
 
getDataHelper(FormatDataHandler) - Static method in class oracle.adf.model.adapter.dataformat.FormatHelper
Gets the helper for a FormatDataHandler.
getDataHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get DataHelper with local sdo helper context
getDataObject(Element, Row) - Method in class oracle.jbo.common.sdo.SDOHelper
 
getDataProvider() - Method in class oracle.adf.model.adapter.bean.BeanDataControl
Returns the data provider for this data control
getDataProvider() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLManagedDCHandler
 
getDataProvider(K) - Method in class oracle.adf.model.adapter.bean.provider.BeanDataProvider
 
getDataProvider(K, K) - Method in class oracle.adf.model.adapter.bean.provider.BeanDataProvider
 
getDataProvider() - Method in class oracle.adf.model.adapter.bean.UpdatableBeanDataControl
Returns the data provider for this data control.
getDataProvider() - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getDataProvider() - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getDataProvider() - Method in class oracle.adf.model.bean.DCDataRow
 
getDataProvider() - Method in class oracle.adf.model.bean.DCDataVO
 
getDataProvider(RowSetIterator) - Method in class oracle.adf.model.bean.DCDataVO
 
getDataProvider() - Method in class oracle.adf.model.binding.DCDataControl
 
getDataProvider() - Method in class oracle.adf.model.binding.DCDataControlReference
 
getDataProvider() - Method in interface oracle.adf.model.DataControl
Return the Business Service Object that this datacontrol is associated with.
getDataProvider() - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getDataProvider() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getDataProvider() - Method in class oracle.adf.model.generic.RowImpl
 
getDataProvider() - Method in class oracle.adfinternal.model.adapter.ejb.EjbDataControl
 
getDataProvider() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDataControl
Returns the data provider for this data control.
getDataProvider() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDataControl
Return the Business Service Object that this datacontrol is associated with.
getDataProvider() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDataControl
Return the Business Service Object that this datacontrol is associated with.
getDataProvider() - Method in class oracle.adfinternal.model.adapter.webservice.WSDataControl
Get the data provider.
getDataProvider() - Method in interface oracle.binding.DataControl
Returns the Business Service Object that this datacontrol is associated with.
getDataRowId(DataRow) - Method in class oracle.jbo.common.DataDocument
 
getDataSecurityAttribute() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getDataSecurityProvider() - Method in class oracle.jbo.server.security.DataSecurityProviderManager
 
getDataSecurityProviderClass() - Static method in class oracle.jbo.server.security.DataSecurityProviderManager
 
getDataSourceDef() - Method in class oracle.jbo.server.RowDef
 
getDataSourceId() - Method in class oracle.jbo.ConnectionMetadata
 
getDataType() - Method in class oracle.jbo.rules.JboLengthValidator
Gets this validator's comparison datatype.
getDataType(int) - Static method in class oracle.jbo.ViewCriteriaItem
For supporting the DATATYPE property that returns one of String | Date | Number based on the SQL type of the attribute.
getDataType() - Method in interface oracle.jbodt.common.LengthValidatorInterface
 
getDate() - Method in class oracle.jbo.rules.Variant
 
getDate() - Method in class oracle.jbo.server.util.Variant
 
getDateFormat() - Static method in class oracle.jbo.server.util.Canonizer
 
getDateFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getDateFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
getDatumObject() - Method in class oracle.jbo.server.security.JboXSDomain
 
getDBConnectionProps() - Method in class oracle.adf.model.bc4j.DCJboDataControl
*** For internal framework use only ***
getDBConnectionURL() - Method in class oracle.adf.model.bc4j.DCJboDataControl
*** For internal framework use only ***
getDBObjectName() - Method in class oracle.jbo.server.AssociationEnd
 
getDBOperationList(Connection, String, String, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getDBOperationList(Connection, String, String, String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getDBOperationList(Connection, String, String, String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDBOperationList(Connection, String, String, String) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of packages visible in this connection.
getDBPackageList(Connection, String, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getDBPackageList(Connection, String, String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getDBPackageList(Connection, String, String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDBPackageList(Connection, String, String) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of packages visible in this connection.
getDBSortCriteria() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDBSortCriteria() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getDBSortCriteria() - Method in class oracle.jbo.server.PDefViewObject
 
getDBSortCriteria() - Method in class oracle.jbo.server.ViewDefImpl
 
getDBSortCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDBSortCriteria() - Method in interface oracle.jbo.ViewObject
 
getDbTimeQuery() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Returns a SQL statement to obtain the current time from the database.
getDbTimeQuery() - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getDbTimeQuery() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getDbTimeQuery() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDbTimeQuery() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getDbTimeQuery() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getDBTransaction() - Method in class oracle.jbo.server.ApplicationModuleImpl
Gets this Application Module's database transaction.
getDBTransaction() - Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
 
getDBTransaction() - Method in class oracle.jbo.server.EntityImpl
Retrieves this Entity Object's database transaction.
getDBTransaction() - Method in class oracle.jbo.server.TransactionEvent
Gets the transaction that initiated the event.
getDBTransaction() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the transaction within which this View Object operates.
getDBTransaction() - Method in class oracle.jbo.server.ViewRowImpl
 
getDBTransactionImpl() - Method in class oracle.jbo.server.EntityCache
 
getDbType() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getDbType() - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getDbType() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getDbType() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDbType() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getDbType() - Method in interface oracle.jbo.server.SQLBuilder
Returns a string uniquely identifying this type of SQLBuilder.
getDbType() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getDCHandler(String) - Method in class oracle.adf.model.adapter.bean.UpdatableBeanDataControl
Find DC handler instance
getDCIteratorBinding() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the iterator binding with which this control binding is associated to get it's data.
getDCName() - Method in class oracle.adf.model.adapter.AbstractDefinition
Returns the name of the data control.
getDCName() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
 
getDCName() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return name of the data control
getDCName() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return name of the data control
getDCName() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the name of the Data control for which this Definition is created.
getDCNameFromDCKey(String) - Static method in class oracle.adf.model.BindingContext
 
getDCOperations() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the operations that the data control can invoke on the service
getDCProperties() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getDebugStr() - Method in class oracle.jbo.server.EventInvocation
 
getDeclaredProperty(int) - Method in class oracle.jbo.common.sdo.SDOValueStore
SDO ValueStore interface
getDeclaredVariableCount() - Method in class oracle.jbo.common.VariableManagerImpl
 
getDeclaredVariableCount() - Method in interface oracle.jbo.VariableManager
 
getDeclaredVariables() - Method in class oracle.jbo.common.VariableManagerImpl
 
getDeclaredVariables() - Method in interface oracle.jbo.VariableManager
 
getDeclaringField() - Method in class oracle.adfinternal.model.adapter.bean.BeanFieldInfo
 
getDef() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getDef() - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getDef() - Method in class oracle.adf.model.binding.DCControlBinding
 
getDef() - Method in class oracle.adf.model.binding.DCDataControl
Returns the definition object for this DCDataControl
getDef() - Method in class oracle.adf.model.binding.DCDataControlReference
 
getDef() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getDef() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getDef() - Method in class oracle.adf.model.BindingContext
 
getDef() - Method in class oracle.adf.model.generic.ListBinding
 
getDef() - Method in class oracle.jbo.common.AbstractListBinding
 
getDef() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the DefObject object which describes this attribute.
getDef() - Method in class oracle.jbo.server.ListBinding
 
getDef() - Method in class oracle.jbo.server.RowReference
 
getDef() - Method in class oracle.jbo.server.ViewAccessorDef
 
getDef() - Method in class oracle.jbo.server.ViewLinkImpl
Internal: Applications should not use this method.
getDef() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getDef(BindingContext) - Method in class oracle.jbo.uicli.mom.JUApplicationReference
 
getDefault(String) - Method in class oracle.jbo.client.config.SchemaReader
get the default for a given attribute
getDefault() - Method in class oracle.jbo.common.PropertyMetadata
 
getDefault() - Method in interface oracle.jbo.common.PropertyMetadataDelegate
 
getDefault() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the default value for this source.
getDefault() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getDefault() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getDefaultAccessMode() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDefaultBaseDir() - Method in class oracle.jbo.common.ViewDefInfo
 
getDefaultBindingName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getDefaultBindingStyle() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Unless overridden, the binding style is set to JDBC (Oracle versions change this).
getDefaultBindingStyle() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
Default binding style for this SQLBuilder is JDBC.
getDefaultBindingStyle() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Default binding style for this SQLBuilder is Oracle Named parameters.
getDefaultBindingStyle() - Method in interface oracle.jbo.server.SQLBuilder
Returns a constant identifying the best binding style for this sort of SQL (see the BINDINGSTYLE constants).
getDefaultChangeEventPolicy(DCDefBase) - Method in class oracle.jbo.uicli.binding.JUBindingDefFactoryImpl
For use by faces binding factory to return default event policy of PPR in cases where the binding/component type implements auto-ppr.
getDefaultColumnLength(String) - Static method in class oracle.jbo.common.JboTypeMap
 
getDefaultContext() - Static method in class oracle.adf.model.adapter.AdapterContext
 
getDefaultControlClassName(String) - Method in class oracle.jbo.uicli.jui.JUDefFactoryImpl
This method looks if the factory has a suggested default controlClassName for a given controlType.
getDefaultDataControl() - Method in class oracle.adf.model.BindingContext
Internal: Applications should not use this class. Only for use in JClient internally to get to JUApplication.
getDefaultDateFormatString() - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
getDefaultDCOperations(QName) - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the Default operations for a given service.
getDefaultEventIndex() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getDefaultFetchMode() - Static method in class oracle.jbo.server.ViewDefImpl
 
getDefaultFocusListener() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
 
getDefaultFormatString() - Method in class oracle.jbo.format.DefaultCurrencyFormatter
 
getDefaultFormatString() - Method in class oracle.jbo.format.DefaultDateFormatter
 
getDefaultFormatString() - Method in class oracle.jbo.format.Formatter
 
getDefaultHost() - Static method in class oracle.jbo.common.JboEnvUtil
 
getDefaultInfo(String) - Method in interface oracle.jbo.common.PropertyMetadataInfoProvider
return data that can be used by the PropertyMetadataDelegate to determine the default value
getDefaultKeyForId(int) - Static method in class oracle.adf.model.utils.StandardOperationDef
 
getDefaultLabelForId(int) - Static method in class oracle.adf.model.utils.StandardOperationDef
 
getDefaultLocale() - Static method in class oracle.jbo.common.StringManager
Returns the default Locale for messages, which can be controlled with the jbo properties jbo.default.language, jbo.default.country and jbo.default.locale.variant.
getDefaultNameForId(int) - Static method in class oracle.adf.model.utils.StandardOperationDef
 
getDefaultNumericFormatString() - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
getDefaultParameterValue(String) - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Returns the default value of the parameter, null, if default value is not set.
getDefaultParameterValues() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
 
getDefaultPolicy() - Method in interface oracle.adf.model.DataControlFrame
Return the default datacontrol policy of this datacontrol frame.
getDefaultPolicy() - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
Return the default datacontrol policy of this datacontrol frame.
getDefaultPropertyIndex() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getDefaultQuickSearchAttrName(DCBindingContainer) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns the name of the default quick search attribute.
getDefaultRangePagingCacheFactor() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDefaultRangeSize() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDefaultRootElement() - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Delegates to the Swing Document object of the associated text component.
getDefaultRowSet() - Method in class oracle.jbo.server.ejb.facade.CmrAccessorViewImpl
 
getDefaultRowSet() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getDefaultRowSetInternal() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDefaultRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the default ViewRowSetIteratorImpl.
getDefaultRuntimeId() - Static method in class oracle.jbo.common.JboEnvUtil
 
getDefaultServerClassName() - Static method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
 
getDefaultService() - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getDefaultService() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getDefaultServiceName() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
getDefaultServiceName() - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Get the default service name for this model.
getDefaultSessionId() - Static method in class oracle.jbo.common.JboEnvUtil
 
getDefaultValue() - Method in class oracle.adf.model.binding.DCVariableImpl
Returns the default value of the attribute.
getDefaultValue() - Method in class oracle.jbo.common.VariableImpl
Returns the default value of the attribute.
getDefaultValue() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the default value of the attribute.
getDefaultValue() - Method in class oracle.jbo.server.PDefAttribute
 
getDefaultValue() - Method in class oracle.jbo.server.PDefVariable
 
getDefaultValue() - Method in interface oracle.jbo.Variable
 
getDefaultValueForUpdateModel(int) - Static method in class oracle.jbo.uicli.binding.JUCtrlActionDef
 
getDefaultViewCriteria() - Method in class oracle.jbo.server.ViewDefImpl
 
getDefaultVisibleRowCount() - Method in class oracle.jbo.uicli.jui.JUTableBinding
Subclasses may override this to provide a default visible row count for a table binding where the table is not in a scrollpane or the table has not been appropriately sized yet and table needs to know the visible row count.
getDefClassName() - Method in class oracle.adf.model.adapter.AbstractDefinition
Returns the class name of the definition class that will load the metadata that describes the data control.
getDefClassName() - Method in class oracle.adf.model.binding.DCDefBase
 
getDeferEstimatedRowCountProperty() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDeferredEstimatedRowCount(DCIteratorBinding) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getDeferredEstimatedRowCount(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
 
getDeferredEstimatedRowCount() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getDeferredEstimatedRowCount() - Method in interface oracle.jbo.RowSet
If this ViewObject is marked to not perform the estimatedRowCount query, then return -1 until either the estimatedRowCount is called and the count is known or the RowSet is fetched completely in which case the actual row count is known.
getDeferredEstimatedRowCount() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getDeferredEstimatedRowCount() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getDefFullName() - Method in class oracle.adf.model.binding.DCControlBinding
 
getDefFullName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getDefFullName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Retrieve the application module definition's full name.
getDefFullName() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getDefFullName() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getDefFullName() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDefFullName() - Method in class oracle.jbo.common.StructureDefHelper
 
getDefFullName() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getDefFullName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getDefFullName() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getDefFullName() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getDefFullName() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getDefFullName() - Method in interface oracle.jbo.ComponentObject
Retrieves the fully-qualified name of the component's definition.
getDefFullName() - Method in class oracle.jbo.domain.DomainStructureDef
 
getDefFullName() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the fully-qualified (that is, package-qualified) name of this Application Module's Def (definition) object.
getDefFullName() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the Full Name of the Def Object.
getDefFullName() - Method in class oracle.jbo.server.EntityCache
 
getDefFullName() - Method in class oracle.jbo.server.RowDef
 
getDefFullName() - Method in class oracle.jbo.server.ViewLinkImpl
Gets the full name of the View Link definition from which this view link ws created.
getDefFullName() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the full name of the view definition from which this View Object was created.
getDefFullName() - Method in interface oracle.jbo.StructureDef
Returns the fully qualified name of the structure's base definition.
getDefImports() - Method in class oracle.jbo.mom.PersistableDefObject
 
getDefinition() - Method in class oracle.adf.model.adapter.AbstractAdapter
Returns the definition of the created data control.
getDefinition() - Method in class oracle.adf.model.adapter.AbstractImpl
Gets the data control definition.
getDefinition(String) - Static method in class oracle.adf.model.adapter.AdapterDefinition
Returns the definition object for a type name.
getDefinition(String, int) - Method in class oracle.adf.model.adapter.bean.JavaBeanDataControl
Gets the data control definition.
getDefinition(String, Map) - Method in interface oracle.adf.model.adapter.ContextHandler
Returns the data control definition for a given data control name.
getDefinition(String, int) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getDefinition(String, int) - Method in class oracle.adf.model.bean.DCBeanDataControl
Internal use only.
getDefinition(String, int) - Method in class oracle.adf.model.binding.DCDataControl
 
getDefinition(String, int) - Method in class oracle.adf.model.generic.DCGenericDataControl
Internal use only.
getDefinition(DataControlStructure) - Method in class oracle.adfinternal.model.adapter.bean.BeanAdapter
 
getDefinition(DataControlStructure) - Method in class oracle.adfinternal.model.adapter.ejb.EjbAdapter
Creates the EJB-specific AbstractDefinition.
getDefinition() - Method in class oracle.adfinternal.model.adapter.generic.BeanAbstractAdapter
Constructs and returns the AbstractDefinition.
getDefinition(DataControlStructure) - Method in class oracle.adfinternal.model.adapter.generic.BeanAbstractAdapter
Implementing classes must define this method to return the correct AbstractDefinition instance based on the given DataControlStructure.
getDefinition(DataControlStructure) - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkAdapter
Creates the TopLink specific AbstractDefinition.
getDefinition(String, int) - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDataControl
 
getDefinition(String, int) - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDataControl
 
getDefinition(String, int) - Method in class oracle.adfinternal.model.adapter.webservice.WSDataControl
Get a definition by name of the specified type.
getDefinition(String, int) - Method in interface oracle.binding.DefinitionProviderDataControl
Returns a definition of the specified type.
getDefinitionCache() - Method in class oracle.jbo.uicli.mom.DynamicPageMapImpl
A DynamicPageMapImpl may override this method to provide a custom Map implementation for managing the url -> definition mappings.
getDefinitionClass() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getDefinitionFactory(String) - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
Returns the factory mapped to the provided namespace.
getDefinitionManager() - Method in class oracle.adf.model.bean.DCDataVO
 
getDefinitionManager() - Method in class oracle.jbo.server.ComponentObjectImpl
 
getDefinitionName(String, String) - Method in interface oracle.adf.model.PageMap
Return a page definition name for the specified page URL.
getDefinitionName(String, String) - Method in class oracle.jbo.uicli.mom.DefaultPageMapImpl
 
getDefinitionName(String, String) - Method in class oracle.jbo.uicli.mom.DynamicPageMapImpl
 
getDefinitionObject() - Method in class oracle.jbo.mom.DefinitionObjectInfo
 
getDefinitionObject() - Static method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
 
getDefinitionObjectsMap() - Method in class oracle.jbo.mom.DefinitionManager
Deprecated. since 9.0.5. No direct replacement (but see comments for DefinitionManager.getCurrentApplicationMap(boolean)).
getDefinitionParent() - Method in class oracle.adf.model.adapter.AbstractDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Returns the parent of this attribute.
getDefinitionParent() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Returns the parent of this method.
getDefinitionParent() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getDefinitionParent() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getDefinitionParent() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getDefinitionParent() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getDefinitionParent() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getDefinitionParent() - Method in interface oracle.binding.meta.NamedDefinition
Returns the parent of this metadata definition, which is the Definition that contains this Definition.
getDefinitionParent() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Returns the parent of this metadata definition, which is the Definition that contains this Definition.
getDefinitionType() - Method in class oracle.adf.model.adapter.AbstractDefinition
Type of definition
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.AccessorDef
 
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
 
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
 
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.MethodReturnDef
 
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getDefinitionType() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getDefinitionType() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getDefinitionType() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getDefinitionType() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getDefinitionType() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getDefinitionType() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getDefinitionType() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getDefinitionType() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getDefinitionType() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getDefinitionType() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getDefinitionType() - Method in class oracle.binding.meta.DefaultDefinitionContext
 
getDefinitionType() - Method in interface oracle.binding.meta.Definition
Retrieves the type of this definition.
getDefinitionType() - Method in class oracle.binding.metaimpl.BaseAttributeDefinition
 
getDefinitionType() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Retrieves the type of the variable.
getDefManager() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getDefManager() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getDefManager() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getDefManager() - Method in class oracle.jbo.mom.PersistableDefObject
 
getDefName() - Method in class oracle.adf.model.binding.DCControlBinding
 
getDefName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getDefName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Retrieve the application module definition name.
getDefName() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getDefName() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getDefName() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDefName() - Method in class oracle.jbo.common.JboHome
 
getDefName() - Method in class oracle.jbo.common.StructureDefHelper
 
getDefName() - Method in class oracle.jbo.common.UsageInfo
 
getDefName() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getDefName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getDefName() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getDefName() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getDefName() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getDefName() - Method in interface oracle.jbo.ComponentObject
Retrieves the name of the component's definition.
getDefName() - Method in class oracle.jbo.domain.DomainStructureDef
 
getDefName() - Method in class oracle.jbo.server.AMViewUsage
Return the ViewDefName
getDefName() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the name of this Application Module's Def (definition) object.
getDefName() - Method in class oracle.jbo.server.AppModuleUsage
 
getDefName() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the name of the Def Object.
getDefName() - Method in class oracle.jbo.server.EntityCache
 
getDefName() - Method in class oracle.jbo.server.RowDef
 
getDefName() - Method in class oracle.jbo.server.ViewLinkImpl
Gets the name of the View Link definition from which this view link was created.
getDefName() - Method in class oracle.jbo.server.ViewLinkUsage
 
getDefName() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the name of the view definition from which this view object was created.
getDefName() - Method in interface oracle.jbo.StructureDef
Returns the structure's base definition name (short form).
getDefNameFromInstName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getDefObject(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getDefs() - Method in interface oracle.jbo.server.Association
 
getDefs() - Method in class oracle.jbo.server.AssociationDefBase
 
getDefScope() - Method in class oracle.jbo.mom.DefinitionObject
 
getDefTypeId() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getDefTypeId() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getDefTypeId() - Method in class oracle.adf.model.binding.DCDefBase
 
getDefTypeId() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.AssociationEnd
 
getDefTypeId() - Method in class oracle.jbo.server.AttributeDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.DefObject
 
getDefTypeId() - Method in class oracle.jbo.server.DomainDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.EntityAssociation
 
getDefTypeId() - Method in class oracle.jbo.server.EntityDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.KeyDef
 
getDefTypeId() - Method in class oracle.jbo.server.ViewAccessorDef
 
getDefTypeId() - Method in class oracle.jbo.server.ViewDefImpl
 
getDefTypeId() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getDefWriter() - Method in class oracle.jbo.mom.PersistableDefObject
 
getDefXMLElementTag() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getDefXMLElementTag() - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getDefXMLElementTag() - Method in class oracle.jbo.common.JboCompOper
For internal use only
getDefXMLElementTag() - Method in class oracle.jbo.common.ListBindingDef
 
getDefXMLElementTag() - Method in class oracle.jbo.common.MessageBundleDef
 
getDefXMLElementTag() - Method in class oracle.jbo.common.PropertiesBundleDef
 
getDefXMLElementTag() - Method in class oracle.jbo.common.VariableImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.common.XliffResourceBundleDef
 
getDefXMLElementTag() - Method in class oracle.jbo.mom.PersistableDefObject
 
getDefXMLElementTag() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getDefXMLElementTag() - Method in interface oracle.jbo.mom.xml.PersistentDefinition
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboCollectionValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboCompareValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboExpressionValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboLengthValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboListValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboMandatoryAttrValHelper
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboMethodValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboNonNullValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboRangeValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboRegExpValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboRequiredValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboValidationBean
 
getDefXMLElementTag() - Method in class oracle.jbo.rules.JboVCItemRequiredValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AMServiceViewUsage
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AMViewUsage
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AppModuleUsage
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AssociationDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AssociationEnd
 
getDefXMLElementTag() - Method in class oracle.jbo.server.AttributeDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.BoundParameters
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EntityAssociation
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EntityDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EventDef
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EventHeader
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EventHeaderAttr
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EventMapping
 
getDefXMLElementTag() - Method in class oracle.jbo.server.EventPayload
 
getDefXMLElementTag() - Method in class oracle.jbo.server.JboExistsValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.server.JboUniqueKeyValidator
 
getDefXMLElementTag() - Method in class oracle.jbo.server.KeyDef
 
getDefXMLElementTag() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getDefXMLElementTag() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getDefXMLElementTag() - Method in class oracle.jbo.server.OperationParamImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.PayloadItem
 
getDefXMLElementTag() - Method in class oracle.jbo.server.PDefVariable
 
getDefXMLElementTag() - Method in class oracle.jbo.server.PDefViewCriteria
 
getDefXMLElementTag() - Method in class oracle.jbo.server.PermissionDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.RaiseCondition
 
getDefXMLElementTag() - Method in class oracle.jbo.server.RowReference
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ViewAccessorDef
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ViewDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getDefXMLElementTag() - Method in class oracle.jbo.server.ViewLinkUsage
 
getDefXMLNameSpace() - Method in class oracle.adf.model.binding.DCDefBase
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.JboCompOper
For internal use only
getDefXMLNameSpace() - Method in class oracle.jbo.common.VariableImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.mom.PersistableDefObject
 
getDefXMLNameSpace() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getDefXMLNameSpace() - Method in interface oracle.jbo.mom.xml.PersistentDefinition
 
getDefXMLNameSpace() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.AppModuleUsage
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.BoundParameters
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.DefObject
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.EventDef
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.EventHeader
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.EventHeaderAttr
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.EventMapping
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.EventPayload
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getDefXMLNameSpace() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getDefXMLNameSpace() - Method in class oracle.jbo.server.OperationParamImpl
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.PayloadItem
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.RaiseCondition
 
getDefXMLNameSpace() - Method in class oracle.jbo.server.RowReference
 
getDelegate() - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
getDelegate() - Method in class oracle.jbo.common.PropertyMetadata
 
getDeleteEvents() - Method in class oracle.jbo.server.EntityCache
 
getDeleteEvents() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of events to fire when a row is deleted in the entity.
getDeleteOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getDeleteParticipants() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getDelimiter() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the csv delimiter.
getDelimiter() - Method in class oracle.jbo.common.ListBindingDef
 
getDelimiter() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getDelimiter() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getDependencyNames() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
 
getDependents() - Method in class oracle.adf.model.binding.DCExecutableBinding
 
getDeployPlatform(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getDepthCount() - Method in class oracle.jbo.common.XmlInterfaceCriteria
 
getDerivedAttrNames() - Method in class oracle.jbo.common.ListBindingDef
 
getDerivedAttrNames() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getDescending() - Method in class oracle.jbo.common.service.types.SortAttributeImpl
 
getDescending() - Method in interface oracle.jbo.common.types.SortAttribute
Gets the flag that indicates whether to sort in ascending or descending order.
getDescending() - Method in class oracle.jbo.datasource.SortAttributeImpl
 
getDescription(Locale) - Method in class oracle.adf.model.connection.url.URLConnectionType
 
getDescription() - Method in class oracle.jbo.common.ampool.AMStatistics.StatsInfo
 
getDescription() - Method in class oracle.jbo.common.PropertyGroup
 
getDescription() - Method in class oracle.jbo.common.PropertyMetadata
 
getDescription(Locale) - Method in class oracle.jbo.common.PropertyMetadata
 
getDescription() - Method in class oracle.jbo.rules.AbstractValidator
Gets the textul description of this validator.
getDescription() - Method in class oracle.jbo.rules.JboCustomValidator
 
getDescription() - Method in class oracle.jbo.rules.JboGenericValidator
Gets the textul description of this validator.
getDescription() - Method in class oracle.jbo.rules.JboMandatoryAttrValHelper
Gets the description of this validator.
getDescription() - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
Gets the description of this validator.
getDescription() - Method in interface oracle.jbo.rules.JboValidatorInterface
Gets the text description of this validator.
getDescription() - Method in class oracle.jbo.server.JboPrecisionScaleValidator
Gets the description of this validator.
getDescription() - Method in interface oracle.jbo.server.rules.JbiValidator
Gets the text description of this validator.
getDescription() - Method in class oracle.jbo.server.rules.JboGenericValidator
Gets the textul description of this validator.
getDescription() - Method in class oracle.jbo.server.rules.JboMethodValidator
Gets the textul description of this validator.
getDescriptionID() - Method in class oracle.jbo.common.PropertyMetadata
 
getDesignTimeClass() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getDesignTimeClass() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getDestAttrNames() - Method in class oracle.jbo.server.ViewLinkUsage
 
getDestination() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getDestination() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getDestination() - Method in class oracle.jbo.server.ViewLinkImpl
Gets the detail (destination side) View Object.
getDestination() - Method in interface oracle.jbo.ViewLink
Gets the link's detail View Object.
getDestinationBindVariables() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getDestinationEnd() - Method in interface oracle.jbo.server.Association
 
getDestinationEnd() - Method in class oracle.jbo.server.AssociationDefBase
 
getDestinationEntityAssocEnd() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getDestinationOwner() - Method in interface oracle.jbo.server.Association
 
getDestinationOwner() - Method in class oracle.jbo.server.AssociationDefBase
 
getDestVOName() - Method in class oracle.jbo.server.ViewLinkUsage
 
getDetail() - Method in class oracle.jbo.common.SvcMsgResponseException
 
getDetail() - Method in interface oracle.jbo.service.errors.ServiceMessage
 
getDetail() - Method in class oracle.jbo.service.errors.ServiceMessageImpl
 
getDetailedDisplayMessage(BindingContext, RegionBinding, Exception) - Method in class oracle.adf.model.binding.DCErrorHandlerImpl
Returns application specific details about the given exception.
getDetailedDisplayMessage(BindingContext, RegionBinding, Exception) - Method in class oracle.adf.model.binding.DCErrorHandlerThrow
Returns application specific details about the given exception.
getDetailedDisplayMessage(BindingContext, RegionBinding, Exception) - Method in interface oracle.adf.model.binding.DCErrorMessageHandler
Returns application specific details about the given exception.
getDetailEstimatedRowCount(Row[]) - Method in interface oracle.jbo.common.ws.WSRowSetMarshaller
 
getDetailEstimatedRowCount(Row[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
getDetailEstimatedRowCount(Row[]) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getDetailMessage() - Method in class oracle.jbo.common.JboExceptionHelper
Constructs a message incorporating the list of details.
getDetailMessage() - Method in interface oracle.jbo.common.JboMessage
Converts the message to text, incorporating the list of details.
getDetailMessage() - Method in exception oracle.jbo.DefinitionChangedException
Constructs a message incorporating the list of details.
getDetailMessage() - Method in exception oracle.jbo.JboWarning
Constructs a message incorporating the list of details.
getDetailRowSets() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
Get all detail row sets.
getDetailRowSets(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getDetailRowSets() - Method in class oracle.jbo.client.remote.ViewUsageImpl
Get all detail Row Sets for this View Object.
getDetailRowSets() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getDetailRowSets() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getDetailRowSets() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getDetailRowSets() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getDetailRowSets() - Method in interface oracle.jbo.RowSetIterator
Gets an array of detail Row Sets for which this Iterator is the master.
getDetailRowSets() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getDetailRowSets() - Method in class oracle.jbo.server.ViewObjectImpl
Gets an array of detail Row Sets for which this Iterator is the master.
getDetailRowSets() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of all detail row sets for this row set iterator.
getDetailRowSets() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Gets an array of detail Row Sets for which this Iterator is the master.
getDetails() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the list of objects and exceptions that spawned this message.
getDetails() - Method in interface oracle.jbo.common.JboMessage
Gets the list of objects and exceptions that spawned this message.
getDetails() - Method in exception oracle.jbo.JboWarning
Gets the list of objects and exceptions that spawned this message.
getDetailsList() - Method in class oracle.jbo.common.JboExceptionHelper
 
getDfltCtrlHints(List<String>, String) - Method in class oracle.jbo.server.ViewDefImpl
 
getDimension() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditDef
 
getDimension() - Method in class oracle.jbo.uicli.jui.JULovButtonDef
 
getDirect(String) - Method in interface oracle.jbo.common.PropertyContext
Retrieve the value of a property
getDirect(String) - Method in class oracle.jbo.common.PropertyDefaultContext
this root level context can only get properties from the outermost context
getDiscrColLoadIndices() - Method in class oracle.jbo.server.ViewObjectImpl
 
getDiscrColumnName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getDiscrColumns() - Method in class oracle.jbo.server.RowDef
Returns the AttributeDef's of the discriminator columns.
getDiscrColumnValue() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getDiscriAttributeList(ViewObjectImpl, DataObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getDisplayAttributeDefs() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getDisplayAttributeDefs() - Method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
 
getDisplayCriteriaName() - Method in class oracle.jbo.common.ListBindingDef
 
getDisplayCriteriaName() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getDisplayCriteriaName() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. If server based binding, then return criteria name for the criteria to display from the server binding.
getDisplayData() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Returns a List of Map elements.
getDisplayData() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getDisplayDelimiter() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getDisplayHeight(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getDisplayHeight(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Returns the display width for this attribute
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getDisplayHeight() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns the display width for this attribute.
getDisplayHeight(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the display width for this attribute.
getDisplayHeight() - Method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
 
getDisplayHeight(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Returns the display width for this attribute
getDisplayHint(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getDisplayHint(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Retrieves the displya hint that dictates whether this attributr should be visible or not.
getDisplayHint(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Retrieves the displya hint that dictates whether this attributr should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Retrieves the displya hint that dictates whether this attributr should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getDisplayHint(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Retrieves the displya hint that dictates whether this attributr should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Retrieves the displya hint that dictates whether this attributr should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Retrieves the display hint that dictates whether this attribute should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getDisplayHint(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getDisplayHint(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getDisplayHint(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getDisplayHint() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrieves the display hint that dictates whether this attribute should be visible or not.
getDisplayHint(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Retrieves the display hint that dictates whether this attribute should be visible or not.
getDisplayHint(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrieves the display hint that dictates whether this attribute should be visible or not.
getDisplayHints() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Returns a List of Map elements (name-value pairs) for UI hints for all display attributes in this list binding.
getDisplayList() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
*** For internal framework use only ***
getDisplayListIterator() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Returns an ArrayList of values that should be displayed in this list.
getDisplayMessage(BindingContext, Exception) - Method in class oracle.adf.model.binding.DCErrorHandlerImpl
Returns the exception message.
getDisplayMessage(BindingContext, Exception) - Method in class oracle.adf.model.binding.DCErrorHandlerThrow
 
getDisplayMessage(BindingContext, Exception) - Method in interface oracle.adf.model.binding.DCErrorMessageHandler
Given an exception or an error, process it and return a formatted message string for the given locale.
getDisplayName() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the name of this IteratorBinding.
getDisplayName(Locale) - Method in class oracle.adf.model.connection.url.URLConnectionType
 
getDisplayName() - Method in class oracle.jbo.common.GenericResourceBundleDef
 
getDisplayName() - Method in class oracle.jbo.common.MessageBundleDef
getDisplayName returns the name of the ResourceBundleClass as String
getDisplayName() - Method in class oracle.jbo.common.PropertiesBundleDef
getDisplayName returns the name of the ResourceBundleClass as String
getDisplayName() - Method in interface oracle.jbo.common.ResourceBundleDef
getDisplayName can be used to return the name of the ResourceBundleClass as String if any class is used this is used in StringManager.getGeneralExceptionString for displaying proper error message
getDisplayName(LocaleContext) - Method in class oracle.jbo.ViewCriteria
Deprecated. Use ViewCriteria.getProperty(String, LocaleContext) instead. For the property name argument pass ViewCriteriaHints.CRITERIA_DISPLAY_NAME.
getDisplayName(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrieves the display name hint
getDisplayName() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getDisplayName() - Method in interface oracle.jbodt.common.ValidatorUsageInterface
 
getDisplayOperators(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the "display operators" hint for this criteria to render the Search Region.
getDisplayValue() - Method in class oracle.jbo.rules.Variant
 
getDisplayValue() - Method in class oracle.jbo.server.util.Variant
 
getDisplayWidth(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getDisplayWidth(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Returns the display width for this attribute
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getDisplayWidth() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getDisplayWidth() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns the display width for this attribute.
getDisplayWidth(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the display width for this attribute.
getDisplayWidth() - Method in class oracle.jbo.uicli.jui.JUComboBoxBinding
 
getDisplayWidth(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Returns the display width for this attribute
getDMLOperationTimeOut() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getDMLOperationTimeOut() - Method in class oracle.jbo.server.DBTransactionImpl
 
getDMLOperationTimeOut() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getDMLOperationTimeOut() - Method in interface oracle.jbo.Transaction
Returns the current Entity Object DML operation time out value.
getDocumentName(String) - Static method in class oracle.jbo.common.JboNameUtil
Given a metaobject name (a dot-separated full name), returns the corresponding document name.
getDomainName() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the DomainName object which describes this attribute.
getDomainsWithNoXMLFactory() - Static method in class oracle.jbo.common.JboTypeMap
 
getDomainsWithNoXMLFactory() - Method in class oracle.jbo.common.JboTypeMapEntries
 
getDomainsWithNoXMLFactory() - Method in class oracle.jbo.common.OracleAppsTypeMapEntries
 
getDomainsWithNoXMLFactory() - Method in class oracle.jbo.common.OracleTypeMapEntries
 
getDomainValue(String, String[], Object[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getDouble() - Method in class oracle.jbo.rules.Variant
 
getDouble() - Method in class oracle.jbo.server.util.Variant
 
getDrivingValues(Row) - Method in class oracle.adf.model.generic.ListBinding
 
getDrivingValues(Row) - Method in class oracle.jbo.common.AbstractListBinding
 
getDrivingValues(Row, Map) - Method in class oracle.jbo.common.AbstractListBinding
 
getDrivingValues(Row) - Method in class oracle.jbo.server.ListBinding
 
getDrivingValues(Row, Map) - Method in class oracle.jbo.server.ListBinding
 
getDropSequenceSQL(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getDropSequenceSQL(String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
This method is not implemented for OLite SQLBuilder.
getDropSequenceSQL(String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDropSequenceSQL(String) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
Not implemented.
getDropSequenceSQL(String) - Method in interface oracle.jbo.server.SQLBuilder
Returns a SQL statement that drops a specified Sequence.
getDropTableSQL(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getDropTableSQL(String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getDropTableSQL(String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getDropTableSQL(String) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getDropTableSQL(String) - Method in interface oracle.jbo.server.SQLBuilder
Returns a SQL statement that drops a specified table.
getDTClassName() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getDTClassName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getDTFactoryClassNames() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getDTResourceRegistry() - Static method in class oracle.jbodt.common.ResourceFactoryManager
 
getDynamicAttributeCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDynamicAttributeCount() - Method in interface oracle.jbo.common.ViewObjectDynAttr
 
getDynamicAttributeCount() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getDynamicAttributeCount() - Method in class oracle.jbo.server.EntityImpl
 
getDynamicAttributeCount() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getDynamicAttributeOffset() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getDynamicAttributeOffset() - Method in interface oracle.jbo.common.ViewObjectDynAttr
 
getDynamicAttributeOffset() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getDynamicAttributeValue(int) - Method in class oracle.jbo.server.EntityImpl
 
getDynamicEventSubscriptionList() - Method in class oracle.adf.model.binding.events.EventDispatcherImpl
 
getDynamicEventSubscriptionList() - Method in class oracle.adf.model.events.AbstractEventDispatcher
 
getDynamicEventSubscriptionList() - Method in interface oracle.adf.model.events.EventDispatcher
 
getDynamicObjectsContainer() - Method in class oracle.jbo.mom.DefinitionManager
Returns the package that manages dynamically created definition objects.
getDynamicPackageName() - Method in class oracle.jbo.mom.DefinitionManager
 
getDynamicPackageName() - Method in class oracle.jbo.server.MetaObjectManager
 
getDynamicPackageName() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getEditingMode() - Method in class oracle.adf.model.binding.DCBindingContainer
Deprecated. since 10.1.3 use isFindMode to determine the find or data modes for this bindingContainer.
getEditObject() - Method in class oracle.jbo.mom.PersistableDefObject
 
getEditorName() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getEditorName() - Method in class oracle.jbo.uicli.jui.JULOVEditorPropDef
 
getEditorName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getEditorPropDef() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUTableAttrPropDef
 
getEffDtDateDayAddStatement() - Method in class oracle.jbo.server.EntityCache
Returns a cached statement that returns a date that is 'x' number of days apart from the specified date.
getEffDtInitEndDateValue() - Method in class oracle.jbo.server.EntityImpl
This method returns the End Date value for the new rows created for the Entity.
getEffDtNextRowsVOName() - Method in class oracle.jbo.server.EntityDefImpl
The name of the View Object that is generated to query the rows that follow an effective dated row and has the same primary key values.
getEffDtPreviousRowsVOName() - Method in class oracle.jbo.server.EntityDefImpl
The name of the View Object that is generated to query the rows that precedes an effective dated row and has the same primary key values.
getEffectiveDate() - Method in class oracle.jbo.server.EffectiveDateFilterRange
 
getEffectiveDate() - Method in class oracle.jbo.server.EntityImpl
Obtain the Effective Date Value for the Entity.
getEffectiveDate() - Method in class oracle.jbo.server.RowImpl
 
getEffectiveDate() - Method in class oracle.jbo.server.ViewRowImpl
Obtain the Effective Date Value of this row.
getEffectiveDateMode() - Method in class oracle.adf.model.generic.RowImpl
 
getEffectiveDateMode() - Method in class oracle.jbo.client.remote.RowImpl
 
getEffectiveDateMode() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getEffectiveDateMode() - Method in interface oracle.jbo.Row
Get the current effective date mode.
getEffectiveDateMode() - Method in class oracle.jbo.server.RowImpl
 
getEffectiveDateMode() - Method in class oracle.jbo.ViewCriteriaRow
 
getEffectiveDateSequenceAttr() - Method in class oracle.jbo.server.EntityDefImpl
 
getEffectiveDateSequenceFlagAttr() - Method in class oracle.jbo.server.EntityDefImpl
 
getEffectiveDateTransientAttr() - Method in class oracle.jbo.server.EntityDefImpl
 
getEffectiveDateTransientAttr() - Method in class oracle.jbo.server.RowDef
Retuns the Attribute definition that stores the Effective Date value in a row.
getEffectiveDateTransientAttr() - Method in class oracle.jbo.server.ViewDefImpl
 
getEffectiveDateTransientAttrInternal() - Method in class oracle.jbo.server.ViewDefImpl
 
getEffectiveDateTransientAttrName() - Method in class oracle.jbo.server.EntityDefImpl
The name of the transient attribute that is used to lookup the effective date of a row while doing DML operations.
getEffectiveDateTransientAttrName() - Method in class oracle.jbo.server.ViewDefImpl
 
getEffectiveDateType() - Method in class oracle.jbo.server.EntityDefImpl
Returns the Effective Date type of the Entity definition.
getEffectiveEndDateAttr() - Method in class oracle.jbo.server.EntityDefImpl
 
getEffectiveRowClientProxyClassName() - Method in class oracle.jbo.server.ViewDefImpl
 
getEffectiveStartDateAttr() - Method in class oracle.jbo.server.EntityDefImpl
 
getEJBApplicationModuleImpl() - Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
 
getEJBAppProviderURL() - Method in class oracle.jbo.server.EntityDefImpl
 
getEJBAppProviderURL() - Method in class oracle.jbo.server.ViewDefImpl
 
getEJBHome() - Method in class oracle.jbo.server.EntityDefImpl
 
getEJBHome() - Method in class oracle.jbo.server.ViewDefImpl
 
getEJBHomeJNDIName() - Method in class oracle.jbo.server.EntityDefImpl
 
getEJBHomeJNDIName() - Method in class oracle.jbo.server.ViewDefImpl
 
getEJBLocalHome() - Method in class oracle.jbo.server.ejb.facade.CmrAccessorViewImpl
 
getEJBLocalHome() - Method in class oracle.jbo.server.ejb.facade.EntityFacadeCollImpl
An abstract method which returns the Entity Bean Home reference.
getEJBLocalHome() - Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
An abstract method which returns the Entity Bean Home reference.
getEJBLocalObject() - Method in class oracle.jbo.server.ejb.facade.EntityFacadeImpl
Returns the Local Entity Bean reference.
getElapsedTime() - Method in class oracle.jbo.common.Timer
 
getElement() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getElement() - Method in class oracle.jbo.mom.xml.ElementDefWriter
 
getElementAt(int) - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getElementAt(int) - Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
 
getElementName() - Method in interface oracle.jbo.mom.xml.DefElement
Retrieves the node name of the element as a string.
getElementName() - Method in class oracle.jbo.mom.xml.DefElementImpl
Retrieves the node name of the element as a string.
getElementName() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getElementProperties(XMLElement) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getElementsArray() - Method in class oracle.jbo.server.JboEventObject
Constructs an array of the name-value pairs in this event object's hash table.
getElementsOfType(String) - Method in class oracle.jbo.common.ClientElement
Creates an array of all subsidiary elements having given name
getElementsSupported() - Method in interface oracle.jbo.server.xml.VersionHandler
Informs the VersionManager about all the VersionTags that this VersionHandler can upgrade.
getElementTagName() - Method in interface oracle.jbo.common.xml.XmlSerializable
 
getElementTagName() - Method in class oracle.jbo.server.ViewRowImpl
 
getElementTagNameForRowSet(String) - Method in class oracle.jbo.common.DataDocument
 
getElementType() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcPortImpl
 
getElementType() - Method in class oracle.adf.model.connection.webservice.util.IgnoredExtensibilityElement
 
getElementType() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.TypeInfo
 
getElemFactory() - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
getElemSQLType() - Method in class oracle.adf.model.generic.AttributeDefImpl
Returns the jdbc type of the elements of this attribute.
getElemSQLType() - Method in interface oracle.jbo.AttributeDef
Returns the jdbc type of the elements of this attribute.
getElemSQLType() - Method in class oracle.jbo.common.AttributeDefHelper
Returns the jdbc type of the elements of this attribute.
getElemSQLType() - Method in class oracle.jbo.common.AttributeDefValue
 
getElemSQLType() - Method in class oracle.jbo.common.VariableImpl
Overridden to return -1.
getElemSQLType() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getElemSQLType() - Method in class oracle.jbo.domain.DomainAttributeDef
Return -1;
getElemSQLType() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the jdbc type of the elements of this attribute.
getElemSQLType() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getElemSQLType() - Method in interface oracle.jbo.Variable
Overridden to return -1;
getElemSQLType() - Method in class oracle.jbo.ViewCriteriaItem
 
getElemType() - Method in class oracle.adf.model.generic.AttributeDefImpl
Returns the element type of the attribute.
getElemType() - Method in interface oracle.jbo.AttributeDef
Returns the element type of the attribute.
getElemType() - Method in class oracle.jbo.common.AttributeDefHelper
Returns the element type of the attribute.
getElemType() - Method in class oracle.jbo.common.AttributeDefValue
 
getElemType() - Method in class oracle.jbo.common.VariableImpl
Returns the class type for the elements if this variable stores array types.
getElemType() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getElemType() - Method in class oracle.jbo.domain.Array
Contents of this array should be of this type.
getElemType() - Method in class oracle.jbo.domain.DomainAttributeDef
Return null;
getElemType() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the element type of the attribute.
getElemType() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getElemType() - Method in class oracle.jbo.ViewCriteriaItem
 
getElemTypeName() - Method in class oracle.jbo.common.AttributeDefValue
 
getElemXMLElementTag() - Method in class oracle.jbo.domain.Array
Returns the classname of this domain, appended with the name of the attribute as XML-element tag for this domain-attribute.
getEnabled() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns true if this action should be enabled.
getEnabledString() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
 
getEncStyle() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the csv encoding.
getEndDate() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getEndLine() - Method in class oracle.jbo.expr.JIToken
 
getEndName() - Method in class oracle.jbo.server.AssociationDefImpl
 
getEndpointProvider() - Method in class oracle.jbo.client.svc.Service
 
getEndpointURL(QName, String) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Returns the end point for a given service and a port.
getEndPos() - Method in class oracle.jbo.expr.JIToken
 
getEndPosition() - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Delegates to the Swing Document object of the associated text component.
getEntities() - Method in class oracle.jbo.server.ViewRowImpl
Gets an array of Entity objects.
getEntity() - Method in class oracle.jbo.server.EntityEvent
Gets the Entity Object that fired the event.
getEntity(int) - Method in class oracle.jbo.server.ViewRowImpl
Gets the Entity at the given index.
getEntityAssociation() - Method in class oracle.jbo.server.AssociationDefImpl
 
getEntityAssociation() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getEntityAssociationDefNames(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getEntityAssociationDefNames(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getEntityAssociationDefNames(String) - Method in class oracle.jbo.server.SessionImpl
 
getEntityAssociationDefNames(String) - Method in interface oracle.jbo.Session
Gets the names of the entity association definitions defined in a package.
getEntityAssociationReference() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getEntityAssociations() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getEntityAssocName() - Method in class oracle.jbo.server.ViewLinkUsage
 
getEntityAttrForAttribute(String) - Method in class oracle.jbo.server.ViewRowImpl
 
getEntityAttributeDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getEntityAttributesPermission(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the current authenticated user permission for entity attributes.
getEntityAttributesPermission(String, String, String[]) - Method in class oracle.jbo.server.security.JboPolicyManager
 
getEntityAttributesPermission(String, String) - Method in class oracle.jbo.server.security.JboPolicyManager
 
getEntityCache(EntityDefImpl) - Method in class oracle.jbo.server.DBTransactionImpl
 
getEntityCache() - Method in class oracle.jbo.server.EntityImpl
A Convenience for writing a lot of code.
getEntityCacheInternal() - Method in class oracle.jbo.server.EntityImpl
 
getEntityCount() - Method in class oracle.jbo.server.ViewRowImpl
Counts the number of Entity Objects in this row.
getEntityDef() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the EntityDefImpl object which contains this attribute.
getEntityDef() - Method in class oracle.jbo.server.EntityAssociation
Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.getSourceOwner() and down cast it to EntityDefImpl.
getEntityDef() - Method in class oracle.jbo.server.EntityCache
 
getEntityDef() - Method in class oracle.jbo.server.EntityImpl
Gets the Entity Definition Object which governs the structure of this Entity Object.
getEntityDef() - Method in class oracle.jbo.server.EntityReference
 
getEntityDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Returns the EntityDef to which the referenced AttributeDef belongs if this view attribute is entity based.
getEntityDef(int) - Method in class oracle.jbo.server.ViewObjectImpl
INTERNAL: Applications should not use this method.
getEntityDefCount() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getEntityDefNames(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the EntityObject available in the root package.
getEntityDefNames(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getEntityDefNames(String) - Method in class oracle.jbo.server.SessionImpl
 
getEntityDefNames(String) - Method in interface oracle.jbo.Session
Gets the names of the Entity Object definitions available in a package.
getEntityDefOverRowSet() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getEntityDefs() - Method in class oracle.jbo.server.ViewObjectImpl
Returns an array of entity definitions of the entity bases.
getEntityDiscrColumns() - Method in class oracle.jbo.server.ViewDefImpl
 
getEntityForAttribute(String) - Method in class oracle.jbo.server.ViewRowImpl
Gets an entity object that contains the given attribute name.
getEntityForListBinding(String) - Method in class oracle.jbo.server.ViewRowImpl
Method to retrieve the entity for locating entity level view accessor to be used in list binding.
getEntityImpl() - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getEntityIndex(EntityReference) - Method in class oracle.jbo.server.ViewDefImpl
 
getEntityKey() - Method in exception oracle.jbo.AttrValException
Returns the key for the entity that raised this exception This key remains unchanged when doEntityToVOMapping is called.
getEntityKeyNames() - Method in class oracle.jbo.server.ViewKeyDef
 
getEntityPermission(String, String) - Method in class oracle.jbo.server.security.JboPolicyManager
 
getEntityReference() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Gets the entity reference which this attribute belongs
getEntityReference(String) - Method in class oracle.jbo.server.ViewDefImpl
Returns the EntityReference of the given name.
getEntityReference(int) - Method in class oracle.jbo.server.ViewDefImpl
 
getEntityReferences() - Method in class oracle.jbo.server.ViewDefImpl
Returns an array of EntityReference's upon which this ViewObject is based.
getEntityReferences(AttributeDef[]) - Method in class oracle.jbo.server.ViewDefImpl
Returns an array of EntityReference's upon which this ViewObject is based.
getEntityRefsParentOrder() - Method in class oracle.jbo.server.ViewDefImpl
 
getEntityRow() - Method in exception oracle.jbo.DMLException
 
getEntityRowFromHandle(int) - Method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not use this method.
getEntityRowHandle() - Method in exception oracle.jbo.DMLException
 
getEntityState() - Method in interface oracle.jbo.server.Entity
Gets this Entity Object's current entity-state.
getEntityState() - Method in class oracle.jbo.server.EntityImpl
Gets this Entity Object's current Entity-state in the transaction.
getEntityUsage(String) - Method in class oracle.jbo.server.ViewDefImpl
 
getEntityUsages() - Method in class oracle.jbo.server.ViewDefImpl
 
getEntries() - Method in class oracle.jbo.server.remote.PiggybackManager
 
getEntryClass() - Method in class oracle.jbo.common.PiggybackInput
 
getEnumeration() - Method in class oracle.jbo.common.PropertyMetadataType
 
getEnumModeSpinnerModelType() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef
 
getEnv() - Method in class oracle.jbo.common.ampool.AMHomeDesc
 
getEnvAppModuleClassName() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Return the name of the ApplicationModule class that is managed by this ApplicationPool.
getEnvAppModuleClassName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getEnvConfigurationName() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Return the name of the BC4J configuration that was used to initialize the pool environment.
getEnvConfigurationName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getEnvConfigurationName() - Method in interface oracle.jbo.common.ampool.SessionCookie
Return the name of the BC4J configuration that was used to initialize the SessionCookie environment.
getEnvConfigurationName() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getEnvInfoProvider() - Method in interface oracle.jbo.common.ampool.SessionCookie
 
getEnvInfoProvider() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getEnvironment() - Method in interface oracle.jbo.ApplicationModuleHandle
Returns a java.util.Hashtable representing the BC4J context that is related to this application session.
getEnvironment(Object) - Method in interface oracle.jbo.ApplicationModuleHandle
Returns the value of the specified attribute from the ApplicationModuleHandle environment.
getEnvironment() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getEnvironment() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the Hashtable that was used to initialize the Context for the application module instances.
getEnvironment() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getEnvironment() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getEnvironment(Object) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getEnvironment() - Method in class oracle.jbo.common.JboHome
 
getEnvironment() - Method in class oracle.jbo.common.JboInitialContext
 
getEnvironment() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getEnvironment() - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
getEnvironment() - Method in class oracle.jbo.server.DataSourceContext
 
getEnvironment() - Method in class oracle.jbo.server.SessionImpl
 
getEnvironment() - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
getEnvironment() - Method in interface oracle.jbo.Session
Returns the BC4J context for the session.
getEnvironment() - Method in class oracle.jbo.SessionData
 
getEOName() - Method in exception oracle.jbo.DeadEntityAccessException
 
getEOName() - Method in class oracle.jbo.server.AMViewUsage
 
getEqualityHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get EqualityHelper with local sdo helper context
getError() - Method in class oracle.adf.model.binding.DCControlBinding
Primarily for spel support.
getError() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getError() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Primarily for spel support.
getError() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Primarily for spel support.
getError() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getErrorCode() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the error code.
getErrorCode() - Method in interface oracle.jbo.common.JboMessage
Gets the message's error code.
getErrorCode() - Method in exception oracle.jbo.JboWarning
Gets the error code.
getErrorHandler() - Method in class oracle.adf.model.BindingContext
 
getErrorHandler() - Method in class oracle.jbo.uicli.binding.JUApplication
Returns the DCErrorHandler registered with the root DCDataControl.
getErrorHandlerActive() - Method in class oracle.adf.model.binding.DCDataControl
Returns the error-handler active state of the root DCDataControl object.
getErrorHandlerClassName() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getErrorMessage() - Method in interface oracle.jbodt.common.BaseValidator
 
getErrorMessageClass() - Method in class oracle.jbo.rules.AbstractValidator
 
getErrorMessageClass() - Method in class oracle.jbo.server.JboUniqueKeyValidator
 
getErrorMessageExpressions() - Method in interface oracle.jbodt.common.BaseValidator
 
getErrorMessageId() - Method in interface oracle.jbodt.common.BaseValidator
 
getErrorMessages() - Method in interface oracle.jbodt.common.BaseValidator
 
getErrorMsg(Locale, Object[]) - Method in class oracle.jbo.common.JboExceptionHelper
 
getErrorMsg(Locale, Object[]) - Method in class oracle.jbo.common.JboExHelperLocalized
 
getErrorMsgExpressions() - Method in class oracle.jbo.rules.AbstractValidator
 
getErrorMsgFormat(Locale) - Method in class oracle.jbo.common.JboExceptionHelper
Return the default format to print messages in.
getErrorMsgId() - Method in class oracle.jbo.rules.AbstractValidator
 
getErrorMsgId() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getErrorMsgId() - Method in class oracle.jbo.rules.JboMethodValidator
 
getErrorMsgId() - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
 
getErrorMsgId() - Method in class oracle.jbo.server.JboUniqueKeyValidator
 
getErrorMsgIds() - Method in class oracle.jbo.rules.AbstractValidator
 
getErrorMsgWithNamedTokens(Locale, Map<String, Object>) - Method in class oracle.jbo.common.JboExceptionHelper
 
getErrorMsgWithNamedTokens(Locale, Map<String, Object>) - Method in class oracle.jbo.common.JboExHelperLocalized
 
getErrorParameters() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the error message parameters.
getErrorParameters() - Method in interface oracle.jbo.common.JboMessage
Gets the message's parameters.
getErrorParameters() - Method in exception oracle.jbo.JboWarning
Gets the error message's parameters.
getErrorParametersMap() - Method in class oracle.jbo.common.JboExceptionHelper
 
getErrorParametersMap() - Method in exception oracle.jbo.JboWarning
If named tokens are set on this exception object, return a copy of the named tokens and it's evaluated values.
getErrorReportAttrDef(JboValidatorContext) - Method in class oracle.jbo.rules.JboAbstractValidator
 
getErrorReportAttrDef(JboValidatorContext) - Method in class oracle.jbo.server.JboExistsValidator
 
getErrors() - Method in interface oracle.adf.model.AttributeBinding
Return a list of errors that were raised during setInputValue()
getErrors() - Method in class oracle.adf.model.binding.DCControlBinding
Primarily for spel support.
getErrors() - Method in interface oracle.adf.model.OperationBinding
Returns a list of errors that were raised during the last invoke operation call.
getErrors() - Method in interface oracle.binding.AttributeBinding
Returns a list of errors that were raised during the last setInputValue call.
getErrors() - Method in interface oracle.binding.AttributesBinding
Returns a list of errors that were raised during the last setInputValue call.
getErrors() - Method in interface oracle.binding.OperationBinding
Returns a list of errors that were raised during the last invoke operation call.
getErrors() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Added for satisfying the oracle.binding.ActionBinding interface.
getErrors() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Primarily for spel support.
getErrors() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getEscapeChar() - Method in class oracle.jbo.expr.JIParserNodeRegExp
 
getEscapeClause(boolean) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getEscapeClause(boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getEscapeClause(boolean) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getEscapeClause(boolean) - Method in interface oracle.jbo.server.SQLBuilder
Returns the escape clause to be used with LIKE wildcard character escaping.
getEscapeToken(JIToken) - Method in class oracle.jbo.expr.JIExpr
 
getEscapeToken(JIToken) - Method in class oracle.jbo.expr.JIExprSQL
 
getEstimatedRangePageCount() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getEstimatedRangePageCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getEstimatedRangePageCount() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getEstimatedRangePageCount() - Method in interface oracle.jbo.RowSetIterator
Returns getEstimatedRowCount()/rangePageSize, if rangeSize > 0.
getEstimatedRangePageCount() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getEstimatedRangePageCount() - Method in class oracle.jbo.server.ViewObjectImpl
 
getEstimatedRangePageCount() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getEstimatedRangePageCount() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getEstimatedRowCount(DCIteratorBinding) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getEstimatedRowCount(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
Implement estimated row count logic in this method and return the row count for a collection bound to this iterator.
getEstimatedRowCount() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getEstimatedRowCount(DCIteratorBinding) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getEstimatedRowCount(int, long, boolean, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getEstimatedRowCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getEstimatedRowCount() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getEstimatedRowCount() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getEstimatedRowCount() - Method in interface oracle.jbo.RowSet
Counts the number of rows in the collection defined by the view object's query.
getEstimatedRowCount() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getEstimatedRowCount() - Method in class oracle.jbo.server.ViewObjectImpl
Makes an estimated count of the rows in this row set.
getEstimatedRowCount() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an estimated number of rows in this row set.
getEstimatedRowCount() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
Returns the number of rows in the collection defined by the associated ViewObject's query (if this control is in data display mode).
getEvaluationType() - Method in class oracle.adf.model.binding.DCParameterDef
 
getEvaluator() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getEventConsumer() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
getEventConsumer returns the EventConsumer
getEventData() - Method in class oracle.adf.model.adapter.dataformat.FormatDataEvent
Gets the data associated with this event.
getEventDef(String) - Method in class oracle.jbo.server.EntityCache
 
getEventDef(String) - Method in class oracle.jbo.server.EntityDefImpl
Gets the request event definition.
getEventDefinitions(String, String[]) - Method in class oracle.adf.model.bean.DCBeanDataControl
Returns an arraylist of EventDefinitions defined in the structure definition of this DataControl
getEventDefinitions(String, String[]) - Method in class oracle.adf.model.generic.DCGenericDataControl
Returns an arraylist of EventDefinitions defined in the structure definition of this DataControl
getEventdefinitions() - Method in class oracle.jbo.uicli.binding.EventHandlerInvoker
getEventdefintions returns the array of event defintions in ActionBinding
getEventDefinitionsList() - Method in interface oracle.adf.model.events.EventProducer
getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer
getEventDefinitionsList() - Method in class oracle.jbo.uicli.binding.JUEventBinding
 
getEventDefinitionsList() - Method in class oracle.jbo.uicli.binding.JUEventProducer
getEventDefinitionsList gets the ArrayList of Eventdefintions associated with the Producer
getEventDefList() - Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
 
getEventDefList() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getEventDefList() - Method in class oracle.jbo.uicli.binding.JUEventBindingDef
 
getEventDefs() - Method in interface oracle.adf.model.binding.events.EventMapDef
getEventDefs gets the value of events[] field
getEventDefs() - Method in class oracle.adf.model.binding.events.EventMapDefImpl
getEventDefs gets the value of events[] field
getEventDefs() - Method in class oracle.adf.model.generic.MethodAccessorDefImpl
 
getEventDefs() - Method in class oracle.jbo.server.PDefEntityObject
 
getEventDispatcher() - Method in class oracle.adf.model.binding.DCBindingContainer
getEventDispatcher Returns the EventDispatcher which this bindingContainer has
getEventHandlerInvoker() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
 
getEventId() - Method in class oracle.binding.DataEvent
 
getEventMapDef() - Method in class oracle.adf.model.binding.DCBindingContainer
Internal: Used to get the EventMapDef associated with the pageDef file.
getEventMappings() - Method in class oracle.jbo.server.PDefEntityObject
 
getEventName() - Method in class oracle.adf.model.events.Event
getEventName gets the value of eventName
getEventName() - Method in interface oracle.adf.model.events.EventDefinition
getEventName gets the value of eventName field
getEventName() - Method in class oracle.adf.model.events.EventDefinitionImpl
getEventName gets the value of eventName field
getEventName() - Method in class oracle.jbo.server.EventDef
 
getEventName() - Method in class oracle.jbo.server.EventMapping
Gets the name of the event specified in the mapping.
getEventNameResolver() - Method in class oracle.adf.model.binding.events.EventDispatcherImpl
getEventNameResolver Returns the EventNameResolver which this EventDispatcherImpl has
getEventNameResolver() - Method in interface oracle.adf.model.events.EventDispatcher
getEventNameResolver Returns the EventNameResolver which EventDispatcherImpl has
getEventNamespace() - Method in class oracle.jbo.server.EntityCache
 
getEventNamespace() - Method in class oracle.jbo.server.EntityDefImpl
 
getEventNamespace() - Method in class oracle.jbo.server.EventDef
 
getEventParentAttrs() - Method in class oracle.jbo.server.EntityDefImpl
Gets the list of attributes on the parent entity that are used in the payload of events on this entity.
getEventPayloadNamespace() - Method in class oracle.jbo.server.EntityCache
 
getEventPayloadNamespace() - Method in class oracle.jbo.server.EntityDefImpl
 
getEventProducer() - Method in class oracle.adf.model.events.Event
getEventProducer gets the value of EventProducer
getEventProducer() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
getEventProducer returns the EventProducer
getEventProducer() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
getEventProducer returns the EventProducer
getEventSetDescriptors() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getEventSetDescriptors() - Method in class oracle.jbo.uicli.jui.JUPanelBindingBeanInfo
 
getEventTimestamp() - Method in class oracle.adf.model.binding.DCDataChangeEvent
 
getEventTimestamp() - Method in class oracle.binding.DataChangeEvent
 
getEventTransAttrs() - Method in class oracle.jbo.server.EntityDefImpl
 
getEventType() - Method in class oracle.jbo.RowSetManagementEvent
Gets the event type.
getEventType() - Method in class oracle.jbo.server.EntityEvent
Gets the Entity Object's event type.
getEventType() - Method in class oracle.jbo.TransactionStateEvent
Gets the event type.
getExceptionClassName() - Method in interface oracle.jbo.service.errors.ServiceErrorMessage
 
getExceptionClassName() - Method in class oracle.jbo.service.errors.ServiceErrorMessageImpl
 
getExceptionDisplayMessage(JboException) - Method in class oracle.adf.model.binding.DCBindingContainer
Return the display message of a JboException usign the current DCErrorMessageHandler to format the error.
getExceptionHandler() - Method in interface oracle.jbo.ApplicationModule
 
getExceptionHandler() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getExceptionHandler() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getExceptionHandler() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getExceptionHandler() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getExceptionObject() - Method in class oracle.binding.DataExceptionEvent
 
getExceptionReturnMode() - Method in interface oracle.jbo.common.service.types.ProcessControl
 
getExceptionReturnMode() - Method in class oracle.jbo.common.service.types.ProcessControlImpl
 
getExceptionReturnObject(DataObject, String) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getExceptionRow(JboException, ApplicationModule) - Method in class oracle.jbo.service.errors.ServiceExceptionHelper
Get the row that throws the exception.
getExceptions() - Method in exception oracle.jbo.JboException
Gets the list of exceptions that spawned this message.
getExceptionsList() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a list of exceptions that has been cached on this bindingContainer.
getExceptionsListInternal() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getExceptionsListInternal() - Method in class oracle.jbo.uicli.binding.JUFormBinding
*** For internal framework use only ***
getExcludeAttribute() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getExcludeAttribute() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the flag that indicates whether to include or exclude specified attributes.
getExcludeAttribute() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getExecutableBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Return an ordered set of executableBindings.
getExecutableDef() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getExecutableDef() - Method in class oracle.adf.model.binding.DCExecutableBinding
*** For internal framework use only ***
getExecutableDef() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getExecutableDef() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getExecutableDef(String) - Method in class oracle.jbo.uicli.binding.JUFormDef
 
getExecutableRefreshDefault() - Method in class oracle.jbo.uicli.binding.JUBindingDefFactoryImpl
For use by faces binding factory to return deferred mode as default
getExecutableType() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getExecutableType() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getExecutableType() - Method in class oracle.adf.model.binding.DCBindingContainerReference
Internal: Applications should not use this method.
getExecutableType() - Method in class oracle.adf.model.binding.DCExecutableBinding
 
getExecutableType() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
 
getExecutableType() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getExecutableType() - Method in class oracle.adf.model.binding.DCInvokeActionDef
 
getExecutableType() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getExecutableType() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getExecutableType() - Method in interface oracle.adf.model.RegionBinding
Returns one of an enumeration of Executable binding types in the framework.
getExpiration() - Method in class oracle.jbo.server.lov.LOVAppModuleDefImpl
 
getExpiryTime() - Method in class oracle.jbo.mom.LongRunningStatementHandle
Returns the timestamp at which the statement expires
getExportIntfSubPackageNames() - Method in class oracle.jbo.server.MetaObjectManager
Gets the set of relative packages for exported interfaces as defined in the .jpx files from the classpath.
getExpr() - Method in class oracle.jbo.expr.JIExpr
 
getExpr() - Method in class oracle.jbo.expr.JIParserNode
 
getExpression() - Method in class oracle.adf.model.binding.DCParameter
 
getExpression() - Method in class oracle.adf.model.binding.DCParameterDef
 
getExpression() - Method in interface oracle.adf.model.binding.events.ParameterDef
getExpression gets the value of expression field
getExpression() - Method in class oracle.adf.model.binding.events.ParameterDefImpl
getExpression gets the value of expression field
getExpression() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getExpression() - Method in class oracle.jbo.common.JboCompOper
 
getExpression() - Method in class oracle.jbo.rules.JboExprCollectionValidator
 
getExpression() - Method in class oracle.jbo.rules.JboExprCompareValidator
 
getExpression() - Method in class oracle.jbo.rules.JboExpressionValidator
 
getExpression() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getExpression() - Method in interface oracle.jbodt.common.ExpressionValidatorInterface
 
getExpressionConvertor() - Method in class oracle.jbodt.common.ExpressionConverterManager
 
getExpressionPrivilege() - Method in class oracle.jbo.rules.JboExprCompareValidator
 
getExpressionPrivilege() - Method in class oracle.jbo.rules.JboExpressionValidator
 
getExprEval() - Method in class oracle.jbo.common.VariableImpl
 
getExprIdentifier() - Method in class oracle.jbo.ExprEval
 
getExprList(String) - Method in class oracle.jbo.expr.JISelect
 
getExprMethodVal(String, Object[], Object) - Method in interface oracle.jbo.expr.JIValueSupplier
 
getExprMethodVal(String, Object[], Object) - Method in class oracle.jbo.expr.JIValueSupplierImpl
 
getExprMethodVal(Object, String, Object[]) - Static method in class oracle.jbo.ExprEval
*** For internal framework use only ***
getExprMethodVal(String, Object[], Object) - Method in class oracle.jbo.RowValueSupplier
*** For internal framework use only ***
getExprMethodVal(String, Object[]) - Method in class oracle.jbo.server.RowImpl
 
getExprObjVal(Object) - Method in interface oracle.jbo.expr.JIValueSupplier
 
getExprObjVal(Object) - Method in class oracle.jbo.expr.JIValueSupplierImpl
 
getExprPrivilege() - Method in class oracle.jbo.ExprEval
Deprecated.  
getExprStr() - Method in class oracle.jbo.ExprEval
 
getExprStyle() - Method in class oracle.jbo.ExprEval
Deprecated.  
getExprVal(JIValueSupplier) - Method in class oracle.jbo.expr.JIExpr
 
getExprValueSupplier() - Method in class oracle.jbo.common.DefLocaleContext
 
getExprValueSupplierForExpression() - Method in class oracle.jbo.rules.JboValidatorContext
 
getExprValueSupplierType() - Method in class oracle.jbo.rules.AbstractValidator
 
getExprValueSupplierType() - Method in class oracle.jbo.rules.JboValidatorContext
 
getExprVarVal(String) - Method in class oracle.adf.model.bean.DCDataRow
 
getExprVarVal(String, Object) - Method in interface oracle.jbo.expr.JIValueSupplier
 
getExprVarVal(String, Object) - Method in class oracle.jbo.expr.JIValueSupplierImpl
 
getExprVarVal(String) - Method in interface oracle.jbo.ExprValueSupplier
 
getExprVarVal(String) - Method in class oracle.jbo.NameValuePairs
 
getExprVarVal(String) - Method in class oracle.jbo.RowValueSupplier
*** For internal framework use only ***
getExprVarVal(String, Object) - Method in class oracle.jbo.RowValueSupplier
*** For internal framework use only ***
getExprVarVal(String) - Method in class oracle.jbo.server.AttributeDefImpl
 
getExprVarVal(String) - Method in class oracle.jbo.server.RowDef
 
getExprVarVal(String) - Method in class oracle.jbo.server.RowImpl
 
getExprVarVal(String) - Method in class oracle.jbo.server.ViewRowImpl
 
getExprVarVal(String) - Method in class oracle.jbo.ViewCriteriaItem
 
getExprVarVal(String) - Method in class oracle.jbo.ViewCriteriaRow
 
getExt() - Method in class oracle.jbo.uicli.jui.JUBoundedRangeDef
 
getExtendedData() - Method in class oracle.jbo.common.VariableImpl
 
getExtendedData() - Method in interface oracle.jbo.Variable
 
getExtendedDataForVarName(String) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getExtendedDataOffset() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getExtendedDefObjects() - Method in class oracle.jbo.mom.DefinitionObject
 
getExtendedDefObjects(boolean) - Method in class oracle.jbo.server.EntityDefImpl
 
getExtension(ElementExtensible, QName) - Static method in class oracle.adf.model.connection.webservice.util.WsdlUtil
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcSerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.ServiceAdvertisedPolicyReferenceSerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.ServiceAdvertisedPolicySerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceCallPropertiesSerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceColocationSerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesSerializer
 
getExtensionTypes() - Method in class oracle.adf.model.connection.webservice.impl.WebServicePolicySerializer
 
getExtent() - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
 
getExtent() - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
 
getExtent() - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
 
getExtentSize() - Static method in class oracle.jbo.common.PropertyMetadata
 
getExternalConfigurationNameList() - Method in class oracle.jbo.client.Configuration
 
getFabricAddr() - Method in class oracle.jbo.client.svc.Service
 
getFactoriesMap() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getFactory() - Static method in class oracle.jbo.common.StringManagerFactory
Returns the installed factory using setFactory().
getFactory() - Static method in class oracle.jbo.server.DatabaseTransactionFactory
Returns the installed factory using setFactory().
getFactoryClass() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getFactoryClassName() - Method in class oracle.adf.model.adapter.AbstractDefinition
Advanced internal placeholder method.
getFactoryMap() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getFamily() - Method in class oracle.jbo.common.EventGroup
 
getFaultInfo() - Method in exception oracle.jbo.service.errors.ServiceException
Getter for ServiceExceptionInfo
getFeatureDescriptors(ELContext, Object) - Method in class oracle.adf.model.binding.DCELResolver
 
getFetchedRowCount() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getFetchedRowCount(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getFetchedRowCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getFetchedRowCount() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getFetchedRowCount() - Method in interface oracle.jbo.RowIterator
Counts the number of rows fetched from database into the Row Set collection up to this point.
getFetchedRowCount() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getFetchedRowCount() - Method in class oracle.jbo.server.ViewObjectImpl
Counts the number of rows fetched from the JDBC result set.
getFetchedRowCount() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the number of rows fetched from the JDBC RestultSet.
getFetchedRowCount() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the number of rows fetched from the JDBC RestultSet.
getFetchedRowCount() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getFetchMode() - Method in class oracle.jbo.server.PDefViewObject
 
getFetchMode() - Method in class oracle.jbo.server.ViewDefImpl
Get the fetch mode for rows from the query.
getFetchMode() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the current fetch mode.
getFetchSize() - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Return the fetch size per page
getFetchSize() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
 
getFetchSize() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getFetchSize() - Method in interface oracle.binding.DataFilter
Gets the maximum number of rows to retrieve.
getFetchSize() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getFetchSize() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the maximum number of rows to retrieve.
getFetchSize() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getFetchSize() - Method in class oracle.jbo.server.PDefViewObject
 
getFetchSize() - Method in class oracle.jbo.server.ViewDefImpl
Get the size of the fetch.
getFetchSize() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the row pre-fetch size.
getFetchStart() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLBeanDataCollection
 
getFetchStart() - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Return fetch start
getFetchStart() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
 
getFetchStart() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getFetchStart() - Method in interface oracle.binding.DataFilter
Gets the zero-based row index to start with.
getFetchStart() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getFetchStart() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the zero-based row index to start with.
getFetchStart() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getField() - Method in class oracle.adfinternal.model.adapter.bean.BeanMethodInfo
 
getFieldType() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getFileName() - Method in class oracle.jbo.mom.PersDefBase
 
getFileName() - Method in class oracle.jbo.mom.PersistableDefObject
 
getFilter(Class, String, SearchCriteria) - Static method in class oracle.adf.model.adapter.bean.jpa.JPQLUtils
A common utility method that can convert the criteria into JPQL clause.
getFilter() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getFilter() - Method in interface oracle.jbo.common.types.FindCriteria
Gets additional runtime search condition.
getFilter() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getFilteredAttributeDefs(AttributeDef[], LocaleContext, String, boolean) - Static method in class oracle.adf.model.binding.DCUtil
 
getFilteredAttributeDefs(AttributeDef[], LocaleContext, String, boolean, boolean, boolean, boolean) - Static method in class oracle.adf.model.binding.DCUtil
 
getFilteredRows(String, Object) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getFilteredRows(String, Object) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getFilteredRows(RowSetIterator, String, Object) - Static method in class oracle.jbo.common.RowSetIteratorHelper
 
getFilteredRows(String, Object) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getFilteredRows(String, Object) - Method in interface oracle.jbo.RowSetIterator
Returns all rows in this collection whose attribute value matches the value being passed in attrValue.
getFilteredRows(String, Object) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getFilteredRows(RowQualifier) - Method in class oracle.jbo.server.ViewObjectImpl
 
getFilteredRows(String, Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
getFilteredRows(RowQualifier) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getFilteredRows(String, Object) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getFilteredRows(RowQualifier) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getFilteredRows(String, Object) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getFilteredRowSetIterator(Map) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Given a map of attribute names and values that they map to, shorten the data that this list is exposing.
getFilteredRowSetIteratorWithCaseCheck(Map, boolean, boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getFilteredRowsInRange(String, Object) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getFilteredRowsInRange(RowSetIterator, String, Object) - Static method in class oracle.jbo.common.RowSetIteratorHelper
 
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getFilteredRowsInRange(String, Object) - Method in interface oracle.jbo.RowSetIterator
Returns all rows in this range whose attribute value matches the value being passed in attrValue.
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getFilteredRowsInRange(RowQualifier) - Method in class oracle.jbo.server.ViewObjectImpl
 
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
getFilteredRowsInRange(RowQualifier) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getFilteredRowsInRange(RowQualifier) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getFilteredRowsInRange(String, Object) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getFilteringColFormatMap() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
 
getFilteringColTypeMap() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
 
getFilteringConditions() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the filtering conditions.
getFilteringType() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the filtering type.
getFilterParamValues(ViewRowImpl, Object[], int[]) - Method in class oracle.jbo.server.QueryCollection
 
getFindAttribute() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getFindAttribute() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the list of attributes (view attributes and link accessors) to retrieve.
getFindAttribute() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getFindCriteriaFetchSize(FindCriteria) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getFindMode() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Return true if the bindingContainer instances should start in findMode.
getFindOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getFirstAttrName() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getFirstChild(Node, String) - Static method in class oracle.adf.model.adapter.utils.Utility
Search for the First child Node of a parent given the child name
getFirstChildByTagName(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getFirstChildByTagName(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getFirstChildByType(Node, short) - Static method in class oracle.jbo.common.JboXMLUtil
 
getFirstElementByTagName(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getFirstElementByTagName(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
Returns the first DefElement descendant (preorder) with the specified tag name.
getFirstNewRowRangeIndex() - Method in class oracle.jbo.ScrollEvent
Gets the index of the new first row of the range.
getFirstPartOfName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getFirstValidator() - Method in class oracle.jbo.server.DomainDefImpl
 
getFKAttrs() - Method in class oracle.adf.model.bean.DCDataVO
 
getFlag() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.RegExpFormatDef
 
getFlagValue() - Method in class oracle.jbo.rules.JboRegExpValidator
Gets the match flags for the regular expression comparison.
getFlagValue() - Method in interface oracle.jbodt.common.RegExpValidatorInterface
 
getFloat() - Method in class oracle.jbo.rules.Variant
 
getFloat() - Method in class oracle.jbo.server.util.Variant
 
getFndLookupNameVO() - Method in class oracle.jbo.server.lov.LOVAppModuleImpl
Container's getter for FndLookupNameVO.
getFndLookupValeVO() - Method in class oracle.jbo.server.lov.LOVAppModuleImpl
Container's getter for FndLookupValeVO.
getFndNameLookupVO() - Method in class oracle.jbo.server.lov.LOVAppModuleImpl
Container's getter for FndNameLookupVO
getFndValueLookupVO() - Method in class oracle.jbo.server.lov.LOVAppModuleImpl
Container's getter for FndValueLookupVO
getFont(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getFont() - Method in class oracle.jbo.uicli.controls.JUStatusBar
StatusBar override.
getForAltKey(int, Key) - Method in class oracle.jbo.server.EntityCache
 
getForeignKeyAttrs() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of AttributeDefs that make the foreign key for the composition cases.
getFormat() - Method in class oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
Public accessor for format attribute.
getFormat(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getFormat(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getFormat() - Method in class oracle.adfinternal.model.adapter.webservice.DataFormat
Get the format represented by this Data Format
getFormat(LocaleContext) - Method in interface oracle.jbo.AttributeHints
returns the format string stored in the ui hints
getFormat(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getFormat(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getFormat(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getFormat(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getFormat() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrieves the format to be used to format any attribute value.
getFormat(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
 
getFormatAttributeHintsInternal(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getFormatAttributeHintsInternal(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getFormatAttributeHintsInternal(LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getFormatedValue(String, String) - Static method in class oracle.adf.model.adapter.bean.jpa.JPQLUtils
 
getFormats() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
getFormats() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Returns the format string to be used when displaying the value.
getFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
Returns the format string to be used when displaying the value.
getFormatString() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.DateFormatDef
 
getFormatString() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.MaskFormatDef
 
getFormatString() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.NumberFormatDef
 
getFormatStringForConversion() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns the formatted value for the attribute.
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getFormattedAttribute(AttributeList, LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Returns a formatted value for this view criteria item when a view criteria row is passed in.
getFormattedAttributeValue(String) - Method in class oracle.binding.DataChangeEntry
If the datamodel or binding has knowledge of the format in which specific attribute value is to be rendered, this method will return that else, it may return the attribute value as is.
getFormattedAttributeValue(String, Object) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getFormattedLHSCompareFragment(ViewCriteria, AttributeDef, int, String, Object) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getFormattedLHSCompareFragment(AttributeDef, int, String, Object) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getFormattedLHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String, Object) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getFormattedLHSCompareFragment(ViewCriteria, AttributeDef, int, String, Object) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getFormattedLHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String, Object) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getFormattedLHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String, Object) - Method in interface oracle.jbo.server.SQLBuilder
This method provides a formatted left-hand-comparator fragment of a comparision in a where clause for the given column.
getFormattedRHSCompareFragment(ViewCriteria, AttributeDef, int, String) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getFormattedRHSCompareFragment(AttributeDef, int, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Override this method to provide a formatted right-hand-comparator fragment of a comparision in a where clause for the given column.
getFormattedRHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Override this method to provide a formatted right-hand-comparator fragment of a comparision in a where clause for the given column.
getFormattedRHSCompareFragment(ViewCriteria, AttributeDef, int, String) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getFormattedRHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getFormattedRHSCompareFragment(ViewObject, ViewCriteria, AttributeDef, int, String) - Method in interface oracle.jbo.server.SQLBuilder
This method provides a formatted right-hand-comparator fragment of a comparision in a where clause for the given column.
getFormattedValue(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItemValue
Returns a formatted value based on the format information of the owner ViewCriteriaItem's Attribute.
getFormatter(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getFormatter(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getFormatter(LocaleContext) - Method in interface oracle.jbo.AttributeHints
returns the formatter object stored in the ui hints
getFormatter(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getFormatter(String, LocaleContext) - Static method in class oracle.jbo.format.FormatterFactory
Returns the singleton formatter for the formatter class name that has been specified.
getFormatter(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getFormatter(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getFormatter(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl
Returns the formatter for the LabelControl.
getFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
Returns the formatter for the ProgressControl.
getFormatter(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
 
getFormatterClassName(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getFormatterClassName(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
returns the formatter object stored in the ui hints
getFormatterClassName(LocaleContext) - Method in interface oracle.jbo.AttributeHints
returns the formatter class stored in the ui hints
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
returns the formatter object stored in the ui hints
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
returns the formatter object stored in the ui hints
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
returns the formatter object stored in the ui hints
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Returns the formatter object stored in the ui hints
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getFormatterClassName(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Returns the formatter object stored in the ui hints
getFormatterFactory() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
 
getFormBinding() - Method in class oracle.jbo.uicli.binding.JUControlBinding
Returns the form binding object that this control binding is part of.
getFormBinding() - Method in class oracle.jbo.uicli.binding.JUIteratorBinding
 
getFormClassName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getForwardDependencies(String) - Method in interface oracle.jbo.server.AttributeDependencyManager
 
getForwardDependencies(String) - Method in class oracle.jbo.server.EntityCache
 
getForwardDependencies(String) - Method in class oracle.jbo.server.RowDef
 
getForwardDependencies(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getForwardDependencyAttributes(String) - Method in class oracle.adf.model.bean.DCDataVO
 
getForwardDependencyAttributes() - Method in class oracle.adf.model.bean.DCVCSubstAttrDef
 
getForwardDependencyAttributes(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getForwardDependencyAttributes(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getForwardDependencyAttributes() - Method in class oracle.jbo.server.AttributeDefImpl
 
getForwardDependencyAttributes(String) - Method in interface oracle.jbo.server.AttributeDependencyManager
 
getForwardDependencyAttributes(String) - Method in class oracle.jbo.server.EntityCache
 
getForwardDependencyAttributes(String) - Method in class oracle.jbo.server.RowDef
 
getForwardDependencyAttributes(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getForwardDependencyAttributes(String) - Method in interface oracle.jbo.ViewObject
 
getFromClause() - Method in class oracle.jbo.server.AMViewUsage
 
getFromClause() - Method in class oracle.jbo.server.ViewDefImpl
Returns the from clause associated with this View Definition.
getFromClause(SQLBuilder) - Method in class oracle.jbo.server.ViewDefImpl
Returns the from clause associated with this View Definition.
getFromClause() - Method in class oracle.jbo.server.ViewObjectImpl
 
getFromClauseFlags() - Method in class oracle.jbo.server.PDefViewObject
 
getFromClauseFlags() - Method in class oracle.jbo.server.ViewDefImpl
 
getFromClauseFlags() - Method in class oracle.jbo.server.ViewObjectImpl
 
getFromList() - Method in class oracle.jbo.expr.JIParserNodeSelect
 
getFromList(String) - Method in class oracle.jbo.expr.JISelect
 
getFromList() - Method in class oracle.jbo.expr.JISelect
 
getFullClassName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getFullDirName() - Method in class oracle.jbo.mom.PersistableDefObject
 
getFullFileName() - Method in class oracle.jbo.mom.PersistableDefObject
 
getFullIdentName() - Method in class oracle.jbo.expr.JIParserNode
 
getFullLoggingName() - Method in class oracle.jbo.server.ViewObjectImpl
This method will return [view def name]view full name"
getFullName() - Method in class oracle.adf.model.adapter.AbstractDefinition
 
getFullName() - Method in class oracle.adf.model.adapter.bean.BeanDefinition
 
getFullName() - Method in class oracle.adf.model.adapter.dataformat.AccessorDef
Returns the bind path for this accessor.
getFullName() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Returns the full name of the definition.
getFullName() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Returns the full name of the definition.
getFullName() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getFullName() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
Returns the full name of the definition.
getFullName() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getFullName() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getFullName() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getFullName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getFullName() - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getFullName() - Method in class oracle.adf.model.binding.DCControlBinding
 
getFullName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getFullName() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getFullName() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getFullName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getFullName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getFullName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getFullName() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getFullName() - Method in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
 
getFullName() - Method in interface oracle.binding.meta.NamedDefinition
Returns the full name of this Definition, which includes the name of any parent objects.
getFullName() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Returns the full name of this Definition.
getFullName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getFullName() - Method in interface oracle.jbo.client.remote.ClientComponentObject
 
getFullName() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getFullName() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getFullName() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getFullName() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getFullName() - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
getFullName() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getFullName() - Method in class oracle.jbo.common.GenericResourceBundleDef
 
getFullName() - Method in class oracle.jbo.common.JboCompOper
 
getFullName() - Method in class oracle.jbo.common.NamedObjectImpl
Gets this object's fully-qualified name.
getFullName() - Method in class oracle.jbo.common.StructureDefHelper
 
getFullName() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getFullName() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getFullName() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getFullName() - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
getFullName() - Method in class oracle.jbo.common.ViewDefInfo
 
getFullName() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getFullName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getFullName() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getFullName() - Method in class oracle.jbo.common.ws.WSObject
 
getFullName() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getFullName() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getFullName() - Method in interface oracle.jbo.ComponentObject
Retrieves the fully-qualified name of this component.
getFullName() - Method in class oracle.jbo.domain.DomainStructureDef
 
getFullName() - Method in class oracle.jbo.mom.PropertyNameValueDef
This method returns the Persistence reference of the object.
getFullName() - Method in interface oracle.jbo.mom.xml.DefPersistable
This method returns the Persistence reference of the object.
getFullName() - Method in class oracle.jbo.rules.AbstractValidator
 
getFullName() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getFullName() - Method in interface oracle.jbo.rules.ValidationManager
 
getFullName() - Method in class oracle.jbo.server.AMServiceViewUsage
 
getFullName() - Method in interface oracle.jbo.server.Association
 
getFullName() - Method in class oracle.jbo.server.BoundParameters
 
getFullName() - Method in class oracle.jbo.server.EntityCache
 
getFullName() - Method in class oracle.jbo.server.EventDef
 
getFullName() - Method in class oracle.jbo.server.EventHeader
 
getFullName() - Method in class oracle.jbo.server.EventHeaderAttr
 
getFullName() - Method in class oracle.jbo.server.EventMapping
 
getFullName() - Method in class oracle.jbo.server.EventPayload
 
getFullName() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getFullName() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getFullName() - Method in class oracle.jbo.server.OperationParamImpl
 
getFullName() - Method in class oracle.jbo.server.PayloadItem
 
getFullName() - Method in class oracle.jbo.server.PermissionDefImpl
 
getFullName() - Method in class oracle.jbo.server.RaiseCondition
 
getFullName() - Method in class oracle.jbo.server.util.JboNamedData
This method returns the Persistence reference of the object.
getFullName() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getFullName() - Method in interface oracle.jbo.StructureDef
Returns the structure's fully qualified name.
getFullName() - Method in class oracle.jbo.uicli.binding.JUFormDef
 
getFullName() - Method in class oracle.jbo.ViewCriteriaUsage
 
getFullName() - Method in interface oracle.jbodt.common.ValidationManager
Retrieves the fully-qualified name of this object.
getFullName() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getFullNameForPersDef() - Method in class oracle.adf.model.bean.DCDataVO
 
getFullNameForPersDef() - Method in class oracle.jbo.server.ComponentObjectImpl
 
getFullObjectName() - Method in class oracle.jbo.common.ROTEntry
 
getFullSqlMode() - Method in class oracle.jbo.server.ViewObjectImpl
 
getFullyQualifiedIdent() - Method in class oracle.jbo.expr.JIExpr
 
getGeneralExceptionString(String, String, Exception) - Static method in class oracle.jbo.common.StringManager
Constructs a message describing a fatal exception.
getGeneralExceptionString(ResourceBundleDef, String, Exception) - Static method in class oracle.jbo.common.StringManager
Constructs a message describing a fatal exception.
getGenericCollectionType(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getGetOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getGlobalFunctionObject() - Static method in class oracle.jbo.server.GlobalFunctions
Deprecated.  
getGroovyExpr() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getGroovyScript() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getGroup() - Method in class oracle.jbo.common.PropertyMetadata
 
getGroup() - Method in class oracle.jbo.common.service.types.ViewCriteriaImpl
 
getGroup() - Method in interface oracle.jbo.common.types.ViewCriteria
Gets the list of view criteria rows.
getGroup() - Method in class oracle.jbo.datasource.ViewCriteriaImpl
 
getHandle() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getHandle() - Method in class oracle.jbo.server.ViewRowImpl
Creates a row identifier that is unique in the query collection.
getHandleAsInt() - Method in class oracle.jbo.client.remote.RowImpl
 
getHandleCondition() - Method in interface oracle.adf.model.binding.events.ConsumerDef
getHandleCondition gets the value of handleCondition field
getHandleCondition() - Method in class oracle.adf.model.binding.events.ConsumerDefImpl
getHandleCondition gets the value of handleCondition field
getHandler() - Method in interface oracle.adf.model.binding.events.ConsumerDef
getHandler gets the value of handler field
getHandler() - Method in class oracle.adf.model.binding.events.ConsumerDefImpl
getHandler gets the value of handler field
getHasBeenPersisted() - Method in class oracle.jbo.pcoll.PCollNode
 
getHasBeenPersisted() - Method in interface oracle.jbo.pcoll.PCollPersistable
 
getHasCurrentRow() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Indicates whether the Current Row indicator is shown.
getHasDeleteButton() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the button that can be used to delete an existing row from the bound ViewObject.
getHasExecuteButton() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the button that can be used to execute the viewobject query on the bound ViewObject.
getHasFindButton() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the button that can be used to run a restricted query (using ViewCriteria) on the bound ViewObject.
getHasInsertButton() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the button that can be used to insert a new row in the bound ViewObject.
getHasMessageArea() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Reports whether the Message Area is shown.
getHasModeIcon() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Reports whether the Message Area is shown.
getHasModifiedFlag() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Reports whether the modified flag is shown.
getHasNavigationButtons() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the buttons that are used to change the current row of the bound ViewObject.
getHasPercentDone() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Indicates whether the Percent Done indicator is shown.
getHasRowCount() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Indicates whether the Row Count indicator is shown.
getHasTransactionButtons() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Determines if the toolbar has the buttons that can be used to commit/rollback the changes made to the bound Transaction.
getHasTrigger() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getHeaderAttrs() - Method in class oracle.jbo.server.EventDef
Returns the list of header attributes for the event definition.
getHeaderAttrs() - Method in class oracle.jbo.server.EventHeader
Returns the list of header attributes for the event definition.
getHeight() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
getHeight() - Method in class oracle.jbo.uicli.jui.JULayoutDefXY
 
getHeights() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
getHelpButton() - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getHelperContext(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get local sdo helper context
getHelpText() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getHiddenAttributes() - Method in class oracle.jbo.server.PDefRow
 
getHiddenAttributesList() - Method in class oracle.jbo.server.PDefRow
 
getHierBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getHierTypeBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Returns the type binding that governs the display of this node.
getHighlightBorderInsets() - Static method in class oracle.jbo.common.GraphicsUtils
Return the amount of space taken up by a highlight border drawn by drawHighlightBorder().
getHint(LocaleContext, String) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getHint(LocaleContext, String) - Method in class oracle.adf.model.generic.AttributeDefImpl
Return defaulted hint value
getHint(LocaleContext, String) - Method in interface oracle.jbo.AttributeHints
Return defaulted hint value based on the hint name
getHint(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Return defaulted hint value
getHint(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getHint(LocaleContext, String) - Method in class oracle.jbo.common.VariableImpl
Return defaulted hint value
getHint(LocaleContext, String) - Method in class oracle.jbo.domain.DomainAttributeDef
Return defaulted hint value
getHint(LocaleContext, String) - Method in class oracle.jbo.server.AttributeDefImpl
Return defaulted hint value
getHint(LocaleContext, String) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getHint(LocaleContext, String) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getHint(LocaleContext, String) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getHint(LocaleContext, String) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getHint(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns the hint value based on the hint name.
getHint(String, String, String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns the hint value based on the hint name.
getHint(String, String, LocaleContext, String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the hint value based on the hint name.
getHint(String, String, String, LocaleContext, String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the hint value based on the hint name.
getHint(LocaleContext, String) - Method in class oracle.jbo.ViewCriteriaItem
Return defaulted hint value
getHintMap(String) - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
getHints() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getHints() - Method in class oracle.jbo.server.AttributeDefImpl
 
getHints() - Method in class oracle.jbo.server.RowImpl
This method returns a Map in which the keys are the attribute names in the row and the values are the AttributeHintsMap of the corresponding row attributes.
getHints() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
Returns a map that can resolve the custom properties on the attributeDef or attributeDef on an accessor that this tree exposes.
getHints() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns a map that can resolve the custom properties on the first attribute on this binding via el like: bindings.thisBindingName.label or bindings.thisBindingName.myCustomProperty where label and myCustomProperty are control hints or custom properties defined on the attributedef that this binding is associated with.
getHintsChanged() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getHintsFromResource(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getHintValue(LocaleContext, String) - Method in class oracle.adf.model.generic.AttributeDefImpl
Return non-defaulted hint value
getHintValue(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Return non-defaulted hint value
getHintValue(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.client.remote.ComponentHintsHelper
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.common.VariableImpl
Return non-defaulted hint value
getHintValue(LocaleContext, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.domain.DomainAttributeDef
Return non-defaulted hint value
getHintValue(LocaleContext, String) - Method in interface oracle.jbo.GenericHints
Return hint value based on the hint name
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.AttributeDefImpl
Return non-defaulted hint value
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.EntityDefImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.server.ViewDefImpl
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getHintValue(LocaleContext, String) - Method in class oracle.jbo.ViewCriteriaItem
Return non-defaulted hint value
getHistoryContextForAttribute(AttributeDefImpl) - Method in class oracle.jbo.server.EntityImpl
 
getHistoryKind() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the attribute history kind.
getHorizontalGap() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getHost() - Method in class oracle.adf.model.connection.url.Proxy
Get the host name of this proxy server.
getHostName(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getHostNameFromUrl(String) - Static method in class oracle.jbo.client.JboCMUtils
 
getHTMLText() - Method in interface oracle.adf.model.binding.DCErrorMessage
Return HTML version of the error message text.
getHttpMethod() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the Http Method.
getHttpMethod() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the Http Method.
getIanaEncoding() - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
getIanaEncoding() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getIcon(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getIcon(int) - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getIconName() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef.JUShuttlePanelButtonDef
 
getId() - Method in class oracle.adf.model.connection.url.URLConnectionType
 
getId() - Method in interface oracle.adf.model.dcframe.TransactionHandle
Returns a unique identifier for this transaction.
getId() - Method in interface oracle.adf.model.events.EventConsumer
getId gets the Id of consumer
getId() - Method in interface oracle.adf.model.events.EventProducer
getId gets the Id of producer
getId() - Method in class oracle.jbo.common.DefaultSessionContextImpl
 
getID() - Method in class oracle.jbo.common.EventGroup
 
getId() - Method in class oracle.jbo.common.JboCompOper
 
getId() - Method in class oracle.jbo.common.ws.WSObject
 
getId() - Method in class oracle.jbo.pcoll.PCollection
 
getId() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getId() - Method in interface oracle.jbo.SessionContext
 
getId() - Method in class oracle.jbo.uicli.binding.JUEventBinding
 
getId() - Method in class oracle.jbo.uicli.binding.JUEventConsumer
getId gets the Id of producer
getId() - Method in class oracle.jbo.uicli.binding.JUEventProducer
getId gets the Id of producer
getIdentTerm() - Method in class oracle.jbo.expr.JIExpr
 
getIdentType() - Method in class oracle.jbo.server.util.JboToken
 
getIdeProject() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getIdToObjectMap() - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getIgnoredClasses() - Method in class oracle.adfinternal.model.adapter.bean.BeanStructureDefinitionBuilder
Set of classes which should not be traversed during method lookup.
getIgnorePiggyback() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getIgnorePiggyback() - Method in interface oracle.jbo.common.ampool.SessionCookie
INTERNAL USE ONLY.
getIgnorePiggyback() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getIiopUrl(ConnectionDescriptor) - Static method in class oracle.jbo.client.JboCMUtils
 
getIiopUrl(ConnectionDescriptor) - Method in interface oracle.jbo.client.JboCMUtilsInt
 
getIiopUrl(ConnectionDescriptor) - Method in class oracle.jbo.client.jdev.JboCMUtilsImpl
 
getIiopUrl(ConnectionDescriptor) - Method in class oracle.jbo.client.jdevx.JboCMUtilsImpl
 
getImage(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getImageBase() - Static method in class oracle.jbo.common.ResourceManager
 
getImageLoc(boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getImageLoc(boolean) - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getImageLoc(boolean) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getImageLoc(boolean) - Method in class oracle.jbo.common.PropertiesHelper
 
getImageLoc(boolean) - Method in class oracle.jbo.common.ws.WSObject
 
getImageLoc(boolean) - Method in class oracle.jbo.rules.JboAbstractValidator
 
getImageLoc(boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getImageLoc(boolean) - Method in class oracle.jbo.server.ViewLinkImpl
 
getImageLoc(boolean) - Method in class oracle.jbo.server.ViewObjectImpl
 
getImageLoc(boolean) - Method in interface oracle.jbodt.common.BaseValidator
 
getImmediateFirstElementByTagName(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getImmediateFirstElementByTagName(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
Returns the first immediate child with the specified tag name.
getImplicitSecurityAttrSQLExpressionAndDomain(List<String>, StructureDef) - Method in interface oracle.jbo.DataSecurityProvider
Optional: XDB data security requires additional sql attribute sys_get_aclids(table_alias, privsToCheck) for getting aclids of row instances in the query.
getImplicitSecurityAttrSQLExpressionAndDomain(List<String>, StructureDef) - Method in class oracle.jbo.server.security.AbstractDataSecurityProviderImpl
 
getImplicitSecurityAttrSQLExpressionAndDomain(List<String>, StructureDef) - Method in class oracle.jbo.server.security.JAASDataSecurityProviderImpl
 
getImplicitSecurityAttrSQLExpressionAndDomain(List<String>, StructureDef) - Method in class oracle.jbo.server.security.XSDataSecurityProviderImpl
 
getImplObject(Object) - Static method in class oracle.jbo.client.remote.ViewUsageImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSObject
 
getImplObject() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getImplObject() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getImplObject(Object) - Static method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getIndex() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getIndex() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getIndex() - Method in interface oracle.jbo.AttributeDef
Gets the index of the attribute in the context of a StoreInfo instance.
getIndex() - Method in class oracle.jbo.common.AttributeDefHelper
 
getIndex() - Method in class oracle.jbo.common.AttributeDefValue
 
getIndex() - Method in class oracle.jbo.common.VariableImpl
Overridden to return -1 for index.
getIndex() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getIndex() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the index of the attribute in the context of a StoreInfo instance.
getIndex() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the column position of this attribute in the data source.
getIndex() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Get the column position of this attribute in the data source.
getIndex() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Always return 0.
getIndex() - Method in class oracle.jbo.ViewCriteriaItem
 
getIndex() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getIndexes(EntityImpl) - Method in class oracle.jbo.server.QueryCollection
 
getIndexForValue(Class<? extends PropertyEnums.JboEnum>, byte) - Static method in class oracle.jbo.common.PropertyEnums
 
getIndexOfChild(Object, Object) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
getIndexOfChild(Object, Object) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getIndicatorBorderStyle() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the border sytle used by the status bar's indicators.
getInfo(String, Object) - Method in class oracle.jbo.client.ELEnvInfoProvider
 
getInfo(String, Object) - Method in interface oracle.jbo.common.ampool.EnvInfoProvider
Invoked by the ApplicationPool to acquire dynamic application context before the following ApplicationModule lifecycle events:
getInfo(String, Object) - Method in class oracle.jbo.common.ampool.OCIEnvInfoProvider
 
getInfo(String, Object) - Method in class oracle.jbo.server.uniqueid.RowIdAMEnvInfoProvider
 
getInfo(String, Object) - Method in class oracle.jbo.uicli.jui.JUEnvInfoProvider
 
getInfoNameFromJNDIName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getInfoObject() - Method in interface oracle.jbo.common.ampool.SessionCookie
INTERNAL USE ONLY.
getInfoObject() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getInitAttributeList(ViewObjectImpl, DataObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getInitialContext(Hashtable) - Method in class oracle.jbo.common.JboInitialContextFactory
 
getInitialContext(Hashtable) - Method in class oracle.jbo.mom.xml.DefaultMomContextFactory
 
getInitialContext(Hashtable) - Method in class oracle.jbo.server.DataSourceContextFactory
 
getInitializer() - Method in class oracle.jbo.pool.ResourcePool
INTERNAL USE ONLY: Applications should not use this method
getInitialValue() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getInitPoolSize() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Get the initial number of application module instances which will be instantiated in the application pool.
getInitPoolSize() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getInitPoolSize() - Method in class oracle.jbo.pool.ResourcePool
Return get initial pool size.
getInitPoolSize() - Method in interface oracle.jbo.server.ConnectionPoolManager
Returns the initial pool size for connection pools that are managed by this connection pool manager.
getInitPoolSize() - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
getInitPoolSize() - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
getInitValues(DCIteratorBinding, AttributeDef) - Method in class oracle.adf.model.binding.DCBindingFactory.ControlDef
 
getInnerObject() - Method in class oracle.jbo.common.PiggybackClsCheckWrapper
 
getInput() - Method in class oracle.jbo.expr.JIExpr
 
getInputErrorsForRowKey(Key) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getInputErrorsForRowKey(Key) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getInputStream() - Method in class oracle.adf.model.connection.url.FileInteraction
Get the InputStream to read data from this File resource
getInputStream(String) - Static method in class oracle.jbo.common.Base64
 
getInputStream() - Method in class oracle.jbo.common.sdo.BlobDomainDataSource
 
getInputStream() - Method in class oracle.jbo.common.sdo.ClobDomainDataSource
get datasource inputstream
getInputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getInputStream(long, long) - Method in class oracle.jbo.domain.BaseLobDomain
 
getInputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getInputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getInputStream() - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getCharacterStream() instead.
getInputStream() - Method in interface oracle.jbo.domain.LobStreamInterface
Returns a stream to be used to read bytes from this LOB.
getInputStream() - Method in class oracle.jbo.rules.Variant
 
getInputStream() - Method in class oracle.jbo.server.util.Variant
 
getInputValue() - Method in interface oracle.adf.model.AttributeBinding
Return the value that should be rendered on a view for the attribute associated with this binding.
getInputValue(int) - Method in interface oracle.adf.model.AttributesBinding
Return the value that should be rendered on a view for the attribute associated with this binding.
getInputValue() - Method in interface oracle.binding.AttributeBinding
Returns the value that should be rendered on a view for the attribute associated with this binding.
getInputValue(int) - Method in interface oracle.binding.AttributesBinding
Returns the value that should be rendered on a view for the attribute associated with this binding at the specified position.
getInputValue() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Primarily for spel support.
getInputValue(JUCtrlValueBinding, int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getInputValue(int) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getInputValue(JUCtrlValueBinding, int) - Method in interface oracle.jbo.uicli.binding.JUCtrlValueHandler
Return a custom valueHandle for inputValue.
getInputValueHandler() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Return the input handler that this binding uses for setInputValue.
getInputValueInRow(JUCtrlValueBinding, Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlBoolBinding
Primarily for spel support.
getInputValueInRow(JUCtrlValueBinding, Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Primarily for spel support.
getInputValueInRow(JUCtrlValueBinding, Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getInputValueInRow(JUCtrlValueBinding, Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getInputValueOnError() - Method in class oracle.jbo.uicli.binding.JUCtrlBoolBinding
Subclasses may override to return custom/cached/transformed input value when there is an exception stored on this binding.
getInputValueOnError() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Subclasses may override to return custom/cached/transformed input value when there is an exception stored on this binding.
getInputValueOnError() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Subclasses may override to return custom/cached/transformed input value when there is an exception stored on this binding.
getInputXSDLoc() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the Input XSD Location.
getInputXSDLoc() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the Input XSD Location.
getInsertKeyPath() - Method in class oracle.binding.DataChangeEntry
In case of insert event type, this will return the path to data before or after which the new data object was inserted.
getInsertParticipants() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getInsertText() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getInstance() - Static method in class oracle.adf.model.adapter.DTContext
Gets the design time context as implemented by the current design time.
getInstance() - Static method in class oracle.adf.model.connection.webservice.api.WebServiceConnectionCache
 
getInstance() - Static method in class oracle.binding.meta.EmptyDefinitionContainer
Obtain the singleton EmptyDefinitionContainer instance.
getInstance(int) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Implementation detail. This method has been made protected. Pool clients should not access pooled instances directly. Use ApplicationModuleRef.useApplicationModule() to acquire ApplicationModule instances instead.

getInstance(int) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getInstance() - Static method in class oracle.jbo.common.ampool.PoolMgr
Retrieves the singleton instance of the Pool Manager
getInstance() - Static method in class oracle.jbo.common.ContextUtil
 
getInstance() - Static method in class oracle.jbo.common.DefLocaleContext
 
getInstance() - Static method in class oracle.jbo.common.Diagnostic
Returns the IDiagnostic instance.
getInstance() - Static method in class oracle.jbo.common.ObjectTypeHelper
 
getInstance() - Static method in class oracle.jbo.common.PropertyDefaultContext
 
getInstance() - Static method in class oracle.jbo.common.ResourceFactoryManager
getInstance returns the instance of ResourceFactoryManager
getInstance() - Static method in class oracle.jbo.common.ResourceManager
 
getInstance() - Static method in class oracle.jbo.common.SessionContextManagerImpl
 
getInstance() - Static method in class oracle.jbo.common.SvcMsgNoData
 
getInstance(Class, Object) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, Object, boolean) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz from the value val.
getInstance(String, String, Object) - Static method in class oracle.jbo.domain.TypeFactory
Incase, a constructor in the class of type domainClass does not take one argument of type same as val, use the class given by param to find the constructor, assuming that val is convertible to an object of param class.
getInstance(Class, Class, Object) - Static method in class oracle.jbo.domain.TypeFactory
Incase, a constructor in the class of type domainClass does not take one argument of type same as val, use the class given by param to find the constructor, assuming that val is convertible to an object of param class.
getInstance(Class, int) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, short) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, long) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, float) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, double) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, byte) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, boolean) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(Class, char) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, Object) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value
getInstance(String, int) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, short) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, long) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, float) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, double) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, byte) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, boolean) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance(String, char) - Static method in class oracle.jbo.domain.TypeFactory
Creates an object of type clazz having the value val.
getInstance() - Static method in class oracle.jbo.mom.PropertyDefFactoryManager
getInstance returns an instance of PropertyDefFactoryManager the given namespace
getInstance(boolean) - Static method in class oracle.jbo.server.QCPoolMgr
Retrieves singleton instance of QueryCollection Pool Manager.
getInstance() - Static method in class oracle.jbo.server.QCPoolMgr
Retrieves singleton instance of QueryCollection Pool Manager.
getInstance(JUCtrlActionBinding) - Static method in class oracle.jbo.uicli.binding.JUEventProducer
 
getInstance(JUFormBinding, AbstractButton, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Deprecated. since 9.0.2 use createAttributeBinding or createBooleanBinding methods instead.
getInstance(JUFormBinding, AbstractButton, String, String, String, String, Object[], boolean) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Deprecated. since 9.0.2 use createAttributeBinding or createBooleanBinding methods instead.
getInstance(JUPanelBinding, Component, String, String, String, int) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Deprecated. since 9.0.2 use createActionBinding method instead.
getInstance(JUFormBinding, JUButtonGroupControlInterface, String, String, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead
getInstance(JUFormBinding, AbstractButton[], String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
Deprecated. since 9.0.2 use createLovBinding() or createEnumerationBinding instead
getInstance(JUFormBinding, Object, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
Deprecated. since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead
getInstance(JUFormBinding, Object, String, String, String, String[], String, String[], String[], ListCellRenderer, ComboBoxEditor) - Static method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
Deprecated. since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead
getInstance(JUFormBinding, JUDefaultControlInterface, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUDefaultControlBinding
Deprecated. since 9.0.2 use createAttributeBinding() instead.
getInstance(JUFormBinding, JLabel, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JULabelBinding
Deprecated. since JDeveloper 9.0.2, use createAttributeBinding instead
getInstance(JUFormBinding, JList, String, String, String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Deprecated. since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead
getInstance(JUFormBinding, JList, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Deprecated. since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead
getInstance(JUFormBinding, JList, String, String, String, String[], String, String[], String[], ListCellRenderer) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Deprecated. since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead
getInstance(JUFormBinding, AbstractButton, String, String, String, String[], String, String[], String[]) - Static method in class oracle.jbo.uicli.jui.JULovButtonBinding
Deprecated. since 9.0.2 use createLovBinding()
getInstance(JUPanelBinding, JProgressBar, String, String, String, String, int, int) - Static method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Deprecated. since 9.0.2 use createAttributeBinding method instead.
getInstance(JUPanelBinding, JProgressBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUProgressBarBinding
Deprecated. since 9.0.2 use createViewBinding method instead.
getInstance(JUFormBinding, JScrollBar, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Deprecated. since 9.0.2 use createAttributeBinding method instead.
getInstance(JUFormBinding, JScrollBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUScrollBarBinding
Deprecated. since 9.0.2 use createViewBinding method instead.
getInstance(JUFormBinding, JSlider, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
Deprecated. use createAttributeBinding method instead.
getInstance(JUPanelBinding, JSlider, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUSliderBinding
Deprecated. since 9.0.2 use createViewBinding method instead.
getInstance(JUPanelBinding, JTable, String, String, String, String[]) - Static method in class oracle.jbo.uicli.jui.JUTableBinding
Deprecated. since 9.0.2
getInstance(JUFormBinding, JTextComponent, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Deprecated. since JDeveloper 9.0.2
getInstance(JUFormBinding, JTree, String, String, String, JUCtrlHierTypeBinding[]) - Static method in class oracle.jbo.uicli.jui.JUTreeBinding
Deprecated. since 9.0.2
getInstance() - Static method in class oracle.jbodt.common.JboSchemaRegistrationManager
 
getInstance() - Method in interface oracle.jbodt.common.ValidatorDescriptorInterface
 
getInstanceCount() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the number of instances that the Application Pool has created.
getInstanceCount() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getInstanceName() - Method in class oracle.adf.model.binding.DCInvokeMethod
Internal: Applications should not use this method.
getInstanceName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getInstanceName() - Method in interface oracle.adf.model.OperationInfo
An El-expression that identifies the object on which an operation has to be invoked.
getInstanceName() - Method in interface oracle.binding.OperationInfo
An El-expression that identifies the object on which an operation has to be invoked.
getInstNameFromClassName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getInstNameFromDefName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getInStream() - Method in class oracle.jbo.expr.JIInput
 
getInstTypeNameFromId(int) - Method in class oracle.jbo.common.ObjectTypeHelper
 
getInstTypeNameFromId(int) - Method in class oracle.jbo.uicli.mom.JUObjectTypeHelper
 
getInt() - Method in class oracle.jbo.rules.Variant
 
getInt() - Method in class oracle.jbo.server.util.Variant
 
getInteger(Object) - Static method in class oracle.jbo.common.JboEnvUtil
 
getInteger(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getInteraction() - Method in class oracle.adf.model.connection.url.FileURLConnection
Start the communication session.
getInteraction() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Start the communication session.
getInteraction() - Method in interface oracle.adf.model.connection.url.URLConnection
Start the communication session.
getInteraction() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Start the communication session.
getInterface(Class, String) - Static method in class oracle.jbo.common.ampool.SecurityUtil
 
getInterface() - Static method in class oracle.jbo.server.DB2SQLBuilderImpl
Gets the singleton instance of this class.
getInterface() - Static method in class oracle.jbo.server.OLiteSQLBuilderImpl
Gets the singleton instance of this class.
getInterface() - Static method in class oracle.jbo.server.OracleSQLBuilderImpl
Gets the singleton instance of this class.
getInterface() - Static method in class oracle.jbo.server.SQL92SQLBuilderImpl
Gets the singleton instance of this class.
getInterface() - Static method in class oracle.jbo.server.SQLServerSQLBuilderImpl
Gets the singleton instance of this class.
getInterface() - Static method in class oracle.jbo.server.WLSQLBuilderImpl
Gets the singleton instance of this class.
getInterfaceClassName() - Method in interface oracle.adf.model.connection.webservice.api.JaxRpcInteraction
 
getInterfaceClassName() - Method in interface oracle.adf.model.connection.webservice.api.JaxRpcPort
 
getInterfaceClassName() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcInteractionImpl
 
getInterfaceClassName() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcPortImpl
 
getInterfaceName() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getInterfaceName() - Method in class oracle.jbo.client.svc.Service
 
getInternalArray() - Method in class oracle.jbo.domain.Array
 
getInternalDataStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getInternalDataStream(long, long) - Method in class oracle.jbo.domain.BaseLobDomain
 
getInternalDataStream() - Method in class oracle.jbo.domain.BlobDomain
 
getInternalDataStream(long, long) - Method in class oracle.jbo.domain.BlobDomain
 
getInternalDataStream() - Method in class oracle.jbo.domain.ClobDomain
 
getInternalDataStream(long, long) - Method in class oracle.jbo.domain.ClobDomain
 
getInternalDataStream() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getInternalDataStream(long, long) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getInternalDataStream() - Method in class oracle.jbo.domain.generic.GenericClob
 
getInternalDataStream(long, long) - Method in class oracle.jbo.domain.generic.GenericClob
 
getInternalOutputStream(long) - Method in class oracle.jbo.domain.BaseLobDomain
 
getInternalOutputStream(long) - Method in class oracle.jbo.domain.BlobDomain
 
getInternalOutputStream(long) - Method in class oracle.jbo.domain.ClobDomain
 
getInternalOutputStream(long) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getInternalOutputStream(long) - Method in class oracle.jbo.domain.generic.GenericClob
 
getInternalRowSetIter() - Method in class oracle.jbo.common.ws.WSProxy
Internal: Applications should not use this method.
getInternalStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getInternalStream(long, long) - Method in class oracle.jbo.domain.BaseLobDomain
 
getInternalStream() - Method in class oracle.jbo.domain.BlobDomain
 
getInternalStream(long, long) - Method in class oracle.jbo.domain.BlobDomain
 
getInternalStream() - Method in class oracle.jbo.domain.ClobDomain
 
getInternalStream(long, long) - Method in class oracle.jbo.domain.ClobDomain
 
getInternalStream() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getInternalStream(long, long) - Method in class oracle.jbo.domain.generic.GenericBlob
 
getInternalStream() - Method in class oracle.jbo.domain.generic.GenericClob
 
getInternalStream(long, long) - Method in class oracle.jbo.domain.generic.GenericClob
 
getInternalStructureDef() - Method in class oracle.jbo.common.ws.WSProxy
Internal: Applications should not use this method.
getIntParams() - Method in class oracle.jbo.common.SvcMsgRequestParams
 
getIntParams() - Method in interface oracle.svcmsg.RequestParams
Returns the int array data in this request.
getIntValues() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getIntValues() - Method in class oracle.jbo.common.SvcMsgResponseValues
 
getIntValues() - Method in interface oracle.svcmsg.ResponseValues
Returns the int array data in this response.
getInverse() - Method in class oracle.jbo.rules.AbstractValidator
Reports whether the logic of this validator is inverted.
getInvokeArgs() - Method in class oracle.adf.model.binding.DCInvokeMethodEvent
 
getInvokeDomainMethod() - Static method in class oracle.jbo.domain.BaseLobDomain
 
getInvokeDomainMethod() - Static method in class oracle.jbo.domain.BFileDomain
 
getInvokeInstance(DCDataControl, BindingContext) - Method in class oracle.adf.model.binding.DCInvokeMethod
For internal framework use only.
getInvokeInstance() - Method in class oracle.adf.model.binding.DCInvokeMethodEvent
 
getInvokeMethodDef() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
*** For internal framework use only *** Used for testing purposes only.
getInvokeMethodListeners() - Method in class oracle.adf.model.binding.DCInvokeMethod
Returns a list of JUInvokeMethodListener (returns an empty list if no such listener was registered).
getIsBindVar() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getIsConjunctionOverrideAllowed(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the "conjunction override allowed" hint for this criteria to render the Search Region.
getIsFirstRowNames() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the boolean to indicate whether First rows as columns
getIsLocalObjectReference() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
 
getISO3Language() - Method in class oracle.jbo.common.DefLocaleContext
 
getIsSqlFragment() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getIsViewObjectMethod() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getItem() - Method in class oracle.jbo.common.service.types.ViewCriteriaRowImpl
 
getItem() - Method in interface oracle.jbo.common.types.ViewCriteriaRow
Gets the list of view criteria items.
getItem() - Method in class oracle.jbo.datasource.ViewCriteriaRowImpl
 
getItem() - Method in class oracle.jbo.uicli.controls.JUMultiAttrListEditor
 
getItem(int) - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getItemConjunction(int) - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getItemCount() - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getItemHolder() - Method in class oracle.jbo.ViewCriteriaItem
 
getItemHolder() - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getItemName() - Method in interface oracle.binding.criteria.SearchCriteriaItem
Gets the attribute name for the view criteria item.
getItems() - Method in interface oracle.binding.meta.criteria.SimpleRow
Return a list of criteria items.
getItems() - Method in class oracle.jbo.server.PayloadDef
Returns the list of payload items for the payload definition.
getItemsConjunction() - Method in class oracle.jbo.ViewCriteriaRow
For internal use only.
getItemsConjunction(boolean) - Method in class oracle.jbo.ViewCriteriaRow
 
getItemType() - Method in interface oracle.binding.meta.criteria.Item
This method indicates whether this criteria item is a Subselect criteria item, a nested row criteria item, or an attribute criteria item.
getItemType() - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getItemValues() - Method in interface oracle.binding.criteria.SearchCriteriaItem
Gets the values to filter on for the view criteria item.
getIter() - Method in class oracle.adf.model.binding.DCBindingContainerCurrencyChangeEvent
 
getIteratorBinding(String, String, String) - Method in class oracle.adf.model.binding.DCBindingContainer
Return an Iterator Binding of the given "voIterBindingName" if one already exists by that name.
getIteratorBinding(String, String, String, int) - Method in class oracle.adf.model.binding.DCBindingContainer
Return an Iterator Binding of the given "voIterBindingName", if one already exists by that name, after setting up the iterator binding's range Size to the greater of existing range size and the given range size.
getIteratorBinding() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getIteratorBinding() - Method in class oracle.jbo.uicli.binding.JUControlBinding
Returns the iterator binding with which this control binding is associated to get it's data.
getIteratorBindingForDCE() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getIteratorBindingForDCE() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getIteratorDefName() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getIteratorForArray(Object, Class) - Static method in class oracle.adf.model.binding.DCUtil
If clz object represents a primitive type array, then the name returned is the name determined by the following table.
getIteratorInfo(RowSetIterator) - Method in class oracle.jbo.server.remote.PiggybackManager
 
getIteratorRenderHint() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
To be used by view-technology specific bindings to determine if the associated iterator binding may be rendered in a secondary thread or not.
getIterators() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getIterators() - Method in class oracle.jbo.server.remote.PiggybackManager
 
getIteratorStructureDefName(DCIteratorBinding) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getIteratorStructureDefName(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
return structuredef beanclass name for this iterator binding.
getIteratorStructureDefName(DCIteratorBinding) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getIteratorSubstitutedDefNames() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getIterBinding(DCBindingContainer) - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getIterBinding(JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUControlDef
 
getIterBinding(JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getIterBindingDefOptions(DCDataControl) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getIterBindingDefOptions(DCDataControl) - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
getIterBindingDefOptions(DCDataControl) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getIterBindingList() - Method in class oracle.adf.model.binding.DCBindingContainer
Return an ordered set of iterator bindings.
getIterBindingName() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getIterBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Return the hashmap containing iterator bindings
getIterMode() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getIterMode(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getIterMode() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getIterMode() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getIterMode() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getIterMode() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getIterMode() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getIterMode() - Method in interface oracle.jbo.RowIterator
Gets the current iteration mode.
getIterMode() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getIterMode() - Method in class oracle.jbo.server.ViewDefImpl
 
getIterMode() - Method in class oracle.jbo.server.ViewObjectImpl
 
getIterMode() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getIterMode() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getIterMode() - Method in class oracle.jbo.ViewCriteria
For internal use only Gets the iteration mode.
getJAASContext() - Method in interface oracle.jbo.server.security.JboJAASPolicyManager
 
getJAASPolicyManager() - Method in interface oracle.jbo.server.security.JboJAASContext
 
getJAASUserManager() - Method in interface oracle.jbo.server.security.JboJAASContext
 
getJavaPackageName() - Method in class oracle.jbo.server.PackageDefImpl
 
getJavaReturnType() - Method in class oracle.jbo.server.OperationDefinitionImpl
 
getJavaType(int) - Static method in class oracle.adf.model.adapter.dataformat.xml.TypeMap
Maps an XML Schema Definition type to its corresponding Java type.
getJavaType(String) - Static method in class oracle.adf.model.adapter.dataformat.xml.TypeMap
Maps an XML Schema Definition type to its corresponding Java type.
getJavaType() - Method in class oracle.adf.model.bean.DCVCSubstAttrDef
 
getJavaType() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getJavaType() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getJavaType() - Method in interface oracle.jbo.AttributeDef
Gets the Java class of the object stored for this attribute definition.
getJavaType() - Method in class oracle.jbo.common.AttributeDefHelper
 
getJavaType() - Method in class oracle.jbo.common.AttributeDefValue
 
getJavaType() - Method in class oracle.jbo.common.JboTypeMap
 
getJavaType(int, int) - Method in class oracle.jbo.common.JboTypeMap
Get the Java class name for a corresponding precision and scale
getJavaType() - Method in class oracle.jbo.common.VariableImpl
Returns the Java type of the attribute.
getJavaType() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getJavaType() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the Java class of the object stored for this attribute definition.
getJavaType() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the Java type of the attribute.
getJavaType() - Method in class oracle.jbo.server.OperationParamImpl
 
getJavaType() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Returns javatype of the value that bound expression returns.
getJavaType() - Method in class oracle.jbo.ViewCriteriaItem
 
getJavaTypeFullName() - Method in interface oracle.jbodt.common.AttributeInterface
 
getJavaTypeName() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getJavaTypeName() - Method in class oracle.jbo.common.AttributeDefHelper
 
getJavaTypeName() - Method in class oracle.jbo.common.AttributeDefValue
 
getJavaTypeName() - Method in class oracle.jbo.common.VariableImpl
Returns the name of the Java type of the attribute, mainly for design time.
getJavaTypeName() - Method in class oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
 
getJavaTypeName() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the sdoJava:instanceClass annotation for this source.
getJavaTypeName() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getJavaTypeName() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getJavaTypeName() - Method in interface oracle.jbo.Variable
 
getJavaTypeString() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getJavaTypeString() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getJavaTypeString() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getJavaTypeString() - Method in interface oracle.binding.meta.VariableDefinition
Retrieves the type of the variable.
getJavaTypeString() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Retrieves the type of the variable.
getJaxRpcInteraction(Port) - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getJaxRpcInteraction(QName, QName) - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
Deprecated.  
getJaxRpcInteraction(Port) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getJaxRpcInteraction(QName, QName) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getJaxRpcInteraction(QName, String) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getJaxWSPort(Class<T>) - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
Gets a JAX-WS proxy to invoke operations on the target service endpoint.
getJaxWSPort(Class<T>) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getJboDTD() - Method in class oracle.jbo.mom.DefinitionManager
Gets the cached DTD.
getJboDTD() - Method in class oracle.jbo.mom.xml.DefXMLParser
Deprecated. since 10.1.3. Use DefinitionManager.getJboDTD().
getJboDTD(String) - Static method in class oracle.jbo.mom.xml.DefXMLParser
Parses a DTD file and creates a DTD object.
getJboDTD(String, String) - Static method in class oracle.jbo.mom.xml.DefXMLParser
 
getJboException(ServiceErrorMessage) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getJboException(HelperContext, ServiceErrorMessage) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getJboExceptionHelper() - Method in exception oracle.jbo.JboWarning
Get the Helper object for this exception.
getJboXMLDoc() - Method in class oracle.jbo.mom.DefinitionManager
Deprecated. since 10.1.3. See comments above.
getJDBCConnectCount() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCConnectException() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJdbcConnection() - Method in class oracle.jbo.server.DBTransactionImpl
Returns the JDBC connection for this transaction.
getJDBCConnectionType() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCConnectString() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCDataSourceName() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCDataSourcePassword() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCDataSourceUser() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Concrete implementations of SQLBuilder must elect a default driver name.
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getJDBCDriverClassName(String) - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
Defaults to the microsoft supplied JDBC driver, but you can override this with the system property.
getJDBCProperties() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getJdbcUrl(ConnectionDescriptor) - Static method in class oracle.jbo.client.JboCMUtils
 
getJdbcUrl(ConnectionDescriptor) - Method in interface oracle.jbo.client.JboCMUtilsInt
 
getJdbcUrl(ConnectionDescriptor) - Method in class oracle.jbo.client.jdev.JboCMUtilsImpl
 
getJdbcUrl(ConnectionDescriptor) - Method in class oracle.jbo.client.jdevx.JboCMUtilsImpl
 
getJdbcURL() - Method in class oracle.jbo.ConnectionMetadata
 
getJDevCtxHookName() - Method in class oracle.adf.model.adapter.AdapterDefinition
 
getJdkEncoding() - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
getJdkEncoding() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getJndiEnv() - Method in class oracle.jbo.client.svc.Service
 
getJndiFactoryInitial() - Method in class oracle.jbo.client.svc.Service
 
getJndiName() - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getJndiName() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getJndiName() - Method in class oracle.jbo.client.svc.Service
 
getJNDINameFromDefName(Hashtable, String) - Static method in class oracle.jbo.common.JboNameUtil
 
getJndiProviderUrl() - Method in class oracle.jbo.client.svc.Service
 
getJndiSecurityCredentials() - Method in class oracle.jbo.client.svc.Service
 
getJndiSecurityPrincipal() - Method in class oracle.jbo.client.svc.Service
 
getJoinedViewCriteriaList() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getJoinType() - Method in class oracle.jbo.common.UsageInfo
 
getJoinType() - Method in class oracle.jbo.server.RowReference
Returns the join type if the Entity Reference participates in one.
getJoinType(String) - Static method in class oracle.jbo.server.RowReference
 
getJoinTypeAsString(int) - Static method in class oracle.jbo.server.RowReference
Returns the join type as a String so that it can be used in SQL generation.
getJUMom() - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getKey() - Method in class oracle.adf.model.bean.DCDataRow
 
getKey() - Method in class oracle.adf.model.generic.RowImpl
Returns the key of the row.
getKey() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getKey() - Method in class oracle.jbo.client.remote.RowImpl
Returns the key of the row.
getKey() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getKey() - Method in class oracle.jbo.common.service.types.CtrlHintImpl
 
getKey() - Method in interface oracle.jbo.common.types.CtrlHint
Gets the key name for the control hint.
getKey() - Method in exception oracle.jbo.DeadEntityAccessException
 
getKey() - Method in interface oracle.jbo.Row
Returns the row's key.
getKey() - Method in exception oracle.jbo.RowInconsistentException
Returns the key of the offending row.
getKey() - Method in class oracle.jbo.server.EntityImpl
Internal: Applications should not use thid method.
getKey() - Method in class oracle.jbo.server.RowFilterKey
 
getKey() - Method in class oracle.jbo.server.RowImpl
 
getKey() - Method in class oracle.jbo.server.ViewRowImpl
Returns the identifier object for this row.
getKey() - Method in exception oracle.jbo.TooManyObjectsException
 
getKey() - Method in class oracle.jbo.ViewCriteriaRow
Returns the row's key.
getKeyArr() - Method in class oracle.jbo.pcoll.PCollInputStream
 
getKeyArr() - Method in class oracle.jbo.pcoll.PCollOutputStream
 
getKeyAttributeDefs(DCIteratorBinding) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getKeyAttributeDefs(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
 
getKeyAttributeDefs(DCIteratorBinding) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getKeyAttributeDefs() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getKeyAttributeDefs() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getKeyAttributeDefs() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of definitions of key attributes for the View Object.
getKeyAttributeDefs() - Method in interface oracle.jbo.ViewObject
Returns the attribute definitions that make up the constituents of the key object for rows returned from this view object.
getKeyAttrNames() - Method in class oracle.jbo.server.KeyDef
 
getKeyName() - Method in class oracle.jbo.server.JboUniqueKeyValidator
 
getKeyName() - Method in exception oracle.jbo.TooManyObjectsException
 
getKeyPath() - Method in class oracle.binding.DataChangeEntry
This may be an array of objects if the entry is for the collection on which the event is raised or an array of array of objects (Object[][]) in case where this entry is an aggregated entry indicating changes in data for a nested collection.
getKeyPath() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getKeyPropertyNames() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the names of the properties that represent the Key for this source.
getKeyPropertyNames() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getKeyPropertyNames() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getKeys() - Method in class oracle.jbo.common.ArrayResourceBundle
 
getKeys() - Method in class oracle.jbo.common.policy.PolicyEntry
 
getKeys() - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getKeyString() - Method in exception oracle.jbo.TooManyObjectsException
 
getKeysValues() - Method in class oracle.jbo.common.policy.PolicyEntry
 
getKeyVal() - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getKeyValue(String, String, int) - Static method in class oracle.jbo.rules.JboRegExpValidator
Internal:
getKeyValues() - Method in class oracle.jbo.Key
Internal: em>Applications should not invoke this method.
getKeywords() - Method in class oracle.jbo.common.PropertyMetadata
 
getKnownMetaExtension(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getLabel() - Method in interface oracle.adf.model.AttributeBinding
Return the display label or prompt for the attribute represented by this binding.
getLabel(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getLabel(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Retrieves the label to be used in any attribute prompts
getLabel() - Method in interface oracle.binding.AttributeBinding
Returns the display label or prompt for the attribute represented by this binding.
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Retrieves the label to be used in any attribute prompts
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.ComponentHintsHelper
 
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Retrieves the label to be used in any attribute prompts
getLabel(LocaleContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Retrieves the label to be used in any attribute prompts
getLabel(LocaleContext) - Method in interface oracle.jbo.GenericHints
Retrieves the label to be used in any attribute prompts
getLabel(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Retrieves the label to be used in any attribute prompts
getLabel(LocaleContext) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getLabel(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getLabel(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getLabel() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrieves the label to be used in any attribute prompts
getLabel(String, String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrieves the label to be used in any attribute prompts
getLabel(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Retrieves the label to be used in any attribute prompts
getLabel(String, String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Retrieves the label to be used in any attribute prompts
getLabel(String, String, LocaleContext) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Retrieves the label to be used in any attribute prompts
getLabel(String, String, String, LocaleContext) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Retrieves the label to be used in any attribute prompts
getLabel() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef.JUShuttlePanelButtonDef
 
getLabel(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrieves the label to be used in any attribute prompts
getLabelList() - Method in class oracle.jbo.common.ListBindingDef
 
getLabelList() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getLabelPlural(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Retrieves the label plural to be used in any attribute prompts
getLabelPlural(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Retrives the label_plural text to be used for this attribute
getLabelPlural(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.client.remote.ComponentHintsHelper
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Retrives the label plural text to be used for this attribute
getLabelPlural(LocaleContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Retrives the label plural text to be used for this attribute
getLabelPlural(LocaleContext) - Method in interface oracle.jbo.GenericHints
Retrives the LabelPlural text to be used for this attribute
getLabelPlural(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Retrives the label plural text to be used for this attribute
getLabelPlural(LocaleContext) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getLabelPlural(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrives the label_plural text to be used for this attribute
getLabels() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
getLabels() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getLabelSet() - Method in interface oracle.adf.model.AttributesBinding
 
getLabelSet() - Method in interface oracle.adf.model.RangeBinding
 
getLabelSet() - Method in interface oracle.binding.AttributesBinding
Returns the display label or prompt for the all the attributes represented by this binding.
getLabelSet() - Method in interface oracle.binding.RangeBinding
Returns the display label or prompt for the all the attributes represented by this binding.
getLabelSet() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getLabelSet() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getLastAccessTime() - Method in class oracle.jbo.mom.DefinitionObjectInfo
 
getLastEventId() - Method in class oracle.adf.model.bc4j.DCJboDataControl
Subclasses may choose to implement datachangemanager returns -1;
getLastEventId() - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getLastEventId() - Method in class oracle.adf.model.binding.DCDataControl
 
getLastEventId() - Method in class oracle.adf.model.generic.DCGenericDataControl
Subclasses may choose to implement datachangemanager returns -1;
getLastEventId() - Method in interface oracle.binding.DataChangeManager
Return the last generated data change event's id.
getLastEventId() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getLastPartOfName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getLastSampleTime() - Method in class oracle.jbo.common.ampool.AMStatistics
 
getLastUpdate() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns a date value indicating the last time the state of this cookie was updated.
getLastUpdate() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getLastUpdate() - Method in class oracle.jbo.pool.RecentlyUsedLinkedListElement
 
getLastUpdateLong() - Method in interface oracle.jbo.common.ampool.SessionCookie
 
getLastUpdateLong() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getLatestDTDFullName(DefinitionManager) - Static method in class oracle.jbo.mom.xml.DTDVersion
 
getLatestDTDVersion() - Method in class oracle.jbo.mom.DefinitionManager
 
getLatestXMLVersion(DefinitionManager) - Static method in class oracle.jbo.mom.xml.DTDVersion
 
getLatestXMLVersion() - Static method in class oracle.jbo.server.MetaObjectManager
 
getLayout() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the LayoutManger used by the StatusBar.
getLayoutClassName() - Method in class oracle.adf.model.layout.DCLayoutDef
 
getLayoutCons() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getLayoutConsClassName() - Method in class oracle.adf.model.layout.DCLayoutDef
 
getLayoutDef() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getLayoutObject() - Method in class oracle.adf.model.binding.DCControlBinding
 
getLayoutObject() - Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
*** For internal framework use only ***
getLayoutObject() - Method in class oracle.jbo.uicli.jui.JUTableBinding
*** For internal framework use only ***
getLayoutObject() - Method in class oracle.jbo.uicli.jui.JUTreeBinding
*** For internal framework use only ***
getLayoutsForKey(QName) - Method in class oracle.jbodt.common.JboSchemaRegistrationManager
Get the layout file associated with this inspectable node.
getLazyLoadProp() - Method in class oracle.jbo.mom.DefinitionManager
Function to set the lazy load property
getLeafIcon() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getLeafIcon() - Method in class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
getLeafIconName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getLeftChild() - Method in class oracle.jbo.expr.JIParserNode
 
getLength() - Method in class oracle.jbo.domain.BaseLobDomain
 
getLength() - Method in class oracle.jbo.domain.BlobDomain
 
getLength() - Method in class oracle.jbo.domain.ClobDomain
Returns the number of characters in the Clob value designated by this Clob object.
getLength() - Method in class oracle.jbo.domain.generic.GenericBlob
 
getLength() - Method in class oracle.jbo.domain.generic.GenericClob
Returns the number of characters in the Clob value designated by this Clob object.
getLength() - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Delegates to the Swing Document object of the associated text component.
getLessRecentlyUsedElement() - Method in class oracle.jbo.pool.RecentlyUsedLinkedListElement
 
getLevel() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getLHSExpression() - Method in class oracle.jbo.rules.JboCollectionValidator
 
getLibraries() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the library paths that the adapter depends on.
getLine() - Method in class oracle.jbo.expr.JIInput
 
getLineValues() - Method in class oracle.adf.model.adapter.dataformat.csv.CSVParser
Gets values of next line.
getList() - Method in class oracle.jbo.common.WeakHashlist
 
getList() - Method in class oracle.jbo.domain.Array
Returns the elements of this array in a List object.
getList() - Method in class oracle.jbo.rules.JboGenericValidator
Gets the list of valid values.
getList(Object) - Method in class oracle.jbo.rules.JboListValidator
 
getList() - Method in class oracle.jbo.rules.JboListValidator
 
getList(Object) - Method in class oracle.jbo.server.JboSQLListValidator
Gets this validator's list of values.
getList(Object) - Method in class oracle.jbo.server.JboVOListValidator
Gets this validator's list of values.
getList(Object) - Method in class oracle.jbo.server.JboVOUsageListValidator
 
getList() - Method in class oracle.jbo.server.rules.JboGenericValidator
Gets the list of valid values.
getList() - Method in class oracle.jbo.server.rules.JboListValidator
Gets this validator's list of comparison values.
getList() - Method in interface oracle.jbodt.common.ListValidatorInterface
 
getListAttrNames() - Method in class oracle.jbo.common.ListBindingDef
 
getListAttrNames() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListBindingCount() - Method in class oracle.jbo.server.ViewRowImpl
 
getListBindingDef(DCIteratorBinding, Key, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getListBindingDef(DCIteratorBinding, Key, String) - Method in class oracle.adf.model.binding.DCDataControl
 
getListBindingDef() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getListBindingDef(DCIteratorBinding, Key, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getListBindingDef() - Method in interface oracle.jbo.AttributeDef
 
getListBindingDef() - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getListBindingDef() - Method in class oracle.jbo.common.AttributeInfo
 
getListBindingDef() - Method in class oracle.jbo.common.VariableImpl
 
getListBindingDef() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getListBindingDef() - Method in class oracle.jbo.domain.DomainAttributeDef
 
getListBindingDef() - Method in class oracle.jbo.server.AttributeDefImpl
 
getListBindingDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getListBindingDef() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getListBindingDef() - Method in class oracle.jbo.ViewCriteriaItem
 
getListBindingDefs() - Method in class oracle.jbo.server.PDefRow
 
getListBindingDefs() - Method in class oracle.jbo.server.RowDef
 
getListBindingDefs() - Method in class oracle.jbo.server.ServerViewObjectSubclassDef
 
getListBindingDefsInternal() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated. Use lookupListBindingDef instead.
getListBindingName(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getListBindingName(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.binding.DCDataControl
 
getListBindingName(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getListBindingName(RowSetIterator, Key, String, String) - Method in interface oracle.jbo.ApplicationModule
 
getListBindingName(RowSetIterator, Key, String, String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getListBindingName(RowSetIterator, Key, String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getListBindingName(RowSetIterator, Key, String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getListBindingName(DCIteratorBinding, JUCtrlListDef) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getListBindingRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
Deprecated. since 11.1.1.0.0
getListBindingRSI(ListBindingDef) - Method in class oracle.adf.model.bean.DCDataRow
 
getListBindingRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.binding.DCDataControl
 
getListBindingRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getListBindingRSI(RowSetIterator, Key, String, String) - Method in interface oracle.jbo.ApplicationModule
 
getListBindingRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getListBindingRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getListBindingRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getListBindingRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getListBindingRSI(ListBindingDef) - Method in class oracle.jbo.server.EntityImpl
 
getListBindingRSI(ListBindingDef) - Method in class oracle.jbo.server.RowImpl
Internal: Applications should not use this method.
getListBindingRSI(ListBindingDef) - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
getListBindings() - Method in class oracle.jbo.server.EntityImpl
 
getListBindings() - Method in class oracle.jbo.server.RowImpl
Internal: Applications should not use this method.
getListBindings() - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
getListBindingService(StructureDef, RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated.  
getListBindingViewDef() - Method in class oracle.adf.model.bean.DCDataViewDef
 
getListBindingViewDef() - Method in class oracle.jbo.server.ViewDefImpl
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class oracle.jbo.uicli.controls.JUMultiAttrListCellRenderer
 
getListCount(JULovPanelInterface) - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getListDisplayAttrNames() - Method in class oracle.jbo.common.ListBindingDef
 
getListDisplayAttrNames() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListDisplayAttrNames() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListener() - Method in class oracle.jbo.pcoll.PCollInputStream
 
getListener() - Method in class oracle.jbo.uicli.binding.JUEventBinding
 
getListenerName() - Method in class oracle.jbo.uicli.binding.JUEventBindingDef
 
getListeners() - Method in class oracle.jbo.common.RowSetHelper
 
getListenersList() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
Advanced internal for framework use only
getListenersList() - Method in class oracle.jbo.common.RowSetHelper
 
getListenersList() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getListIteratorBindingName() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListIterBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Returns the iterator binding that is used to fill in the values for this list.
getListOperMode() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Returns whether this list binding is used for Row Navigation or updating attributes on a target ViewObject (default).
getListOperMode() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListRangeSize() - Method in class oracle.jbo.common.ListBindingDef
 
getListRangeSize() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListRowSetIterator() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getListRSI() - Method in class oracle.jbo.common.AbstractListBinding
 
getListRSI() - Method in class oracle.jbo.server.ListBinding
 
getListRSIName() - Method in class oracle.jbo.common.ListBindingDef
 
getListRSIName() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getListVOName() - Method in class oracle.jbo.common.ListBindingDef
 
getListVOName() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getLocalAndResourceProperties() - Method in class oracle.jbo.common.ViewCriteriaImpl
Used by the marshaller to get all the properties and resources (on the server side only) that are defined in this view criteria.
getLocalAndResourceProperties() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
Used by the marshaller to get all the properties and resources (on the server side only) that are defined in this view criteria item.
getLocalAndResourceProperties() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getLocalAndResourceProperties() - Method in class oracle.jbo.ViewCriteriaItem
Used by the marshaller to get all the properties and resources (on the server side only) that are defined in this view criteria item.
getLocalCompOpers() - Method in class oracle.jbo.ViewCriteriaItem
 
getLocale() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Get the current Locale
getLocale() - Method in class oracle.jbo.common.DefLocaleContext
 
getLocale() - Method in class oracle.jbo.common.MsgBundleKey
 
getLocale() - Method in class oracle.jbo.common.PiggybackObjectOutputStream
 
getLocale() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getLocale() - Method in class oracle.jbo.format.DefaultCurrencyFormatter
 
getLocale() - Method in class oracle.jbo.format.DefaultDateFormatter
 
getLocale() - Method in class oracle.jbo.format.DefaultMessageFormatter
 
getLocale() - Method in class oracle.jbo.format.DefaultNumberFormatter
 
getLocale() - Method in class oracle.jbo.format.DefaultPercentageFormatter
Deprecated.  
getLocale() - Method in class oracle.jbo.format.Formatter
 
getLocale() - Method in interface oracle.jbo.LocaleContext
Retrieves the Locale.
getLocale() - Method in class oracle.jbo.server.SessionImpl
 
getLocale() - Method in interface oracle.jbo.Session
Gets the current Locale used for localizing error messages.
getLocale() - Method in class oracle.jbo.ViewCriteriaItem
 
getLocale() - Method in class oracle.jbo.ViewCriteriaRow
 
getLocaleContext() - Method in class oracle.adf.model.bc4j.DCJboDataControl
Returns the locale for this Application
getLocaleContext() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns the locale context set into the BC4J application module if this binding-container's datacontrol is a Bc4J data control.
getLocaleContext() - Method in class oracle.adf.model.binding.DCDataControl
Returns the locale for this Application
getLocaleContext() - Method in class oracle.adf.model.BindingContext
 
getLocaleContext() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getLocaleContext() - Method in class oracle.jbo.common.AttributeHintsMap
 
getLocaleContext() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getLocaleContext() - Method in class oracle.jbo.server.SessionImpl
 
getLocaleContext() - Method in interface oracle.jbo.Session
retrieves the locale context for the session
getLocaleContext() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getLocaleName(LocaleContext, String) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getLocaleName(LocaleContext, String) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getLocaleName(LocaleContext, String) - Method in interface oracle.jbo.AttributeHints
function for retrieving the locale name of a hint
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getLocaleName(String) - Method in class oracle.jbo.common.DefLocaleContext
 
getLocaleName(LocaleContext, String) - Static method in class oracle.jbo.common.JboNameUtil
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.common.VariableImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.server.AttributeDefImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getLocaleName(LocaleContext, String) - Method in class oracle.jbo.ViewCriteriaItem
 
getLocalizedBaseMessage(Locale) - Method in class oracle.jbo.common.JboExceptionHelper
Localizes an un-parameterized message text for a specific Locale.
getLocalizedBaseMessage(Locale) - Method in class oracle.jbo.common.JboExHelperLocalized
Localizes an un-parameterized message text for a specific Locale.
getLocalizedBaseMessage(Locale) - Method in interface oracle.jbo.common.JboMessage
Localizes an un-parameterized message text for a specific Locale.
getLocalizedBaseMessage(Locale) - Method in exception oracle.jbo.JboWarning
Localizes the message text for a specific Locale, but without inserting parameters.
getLocalizedExceptionsList(List, LocaleContext) - Static method in class oracle.adf.model.binding.DCUtil
Get an interMedia object for an InputStream
getLocalizedMessage(Locale) - Method in class oracle.jbo.common.JboExceptionHelper
Formats the message text for a specific Locale.
getLocalizedMessage(Locale) - Method in class oracle.jbo.common.JboExHelperLocalized
Formats the message text for a specific Locale.
getLocalizedMessage(Locale) - Method in interface oracle.jbo.common.JboMessage
Formats the message text for a specific Locale.
getLocalizedMessage(Locale) - Method in exception oracle.jbo.DMLConstraintException
Formats the message text for a specific Locale.
getLocalizedMessage(Locale) - Method in exception oracle.jbo.JboWarning
Formats the message text for a specific Locale.
getLocalizedMessage(String, Object[]) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getLocalizedString(String, String, String, Locale, boolean) - Static method in class oracle.jbo.common.StringManager
Localizes a message using a specified locale.
getLocalizedString(String, String, String, Locale) - Static method in class oracle.jbo.common.StringManager
Localizes a message using a specified locale.
getLocalizedString(String, String, String, Locale, Object[]) - Static method in class oracle.jbo.common.StringManager
Formats and localizes a message using a specified locale.
getLocalizedString(String, String, String, Locale, Object[], boolean) - Static method in class oracle.jbo.common.StringManager
Formats and localizes a message using a specified locale.
getLocalizedStringFromResourceDef(ResourceBundleDef, String, String, Locale, Map) - Static method in class oracle.jbo.common.StringManager
Formats and localizes a message using a specified locale.
getLocalizedStringFromResourceDef(ResourceBundleDef, String, String, Locale, Map, boolean) - Static method in class oracle.jbo.common.StringManager
Formats and localizes a message using a specified locale.
getLocalName() - Method in interface oracle.jbo.mom.xml.DefNode
 
getLocalName() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getLocalName() - Method in class oracle.jbo.mom.xml.NodeDefNode
 
getLocalName() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getLocalPassivatableVariables() - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getLocalPassivatableVariables() - Method in interface oracle.jbo.VariableValueManager
Deprecated. Replaced by VariableValueManager.writeVarsToXML(Document, Element, boolean)
getLocalProperties() - Method in class oracle.jbo.ViewCriteriaItem
Return only the properties that have been declared or overriden in the ViewCriteriaItem level.
getLocation() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditDef
 
getLocation() - Method in class oracle.jbo.uicli.jui.JULovButtonDef
 
getLockingMode() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getLockingMode() - Method in class oracle.jbo.server.DBTransactionImpl
Returns the preferred locking mode for this Transaction.
getLockingMode() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
getLockingMode() - Method in interface oracle.jbo.Transaction
Returns the preferred locking mode for this Transaction.
getLockParticipants() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getLockTimeout() - Method in class oracle.adf.model.BindingContext
 
getLockTrailerIsAtEnd() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
For some databases like SQLServer that row lock clause is placed before the WHERE clause while for some other databases like Oracle it is at the end of SQL Statement.
getLockTrailerIsAtEnd() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
SQLServer permits the lock clause before the WHERE clause.
getLogger() - Method in class oracle.adf.model.adapter.AdapterContext
Returns the logger for this context.
getLogger() - Method in class oracle.adf.model.adapter.DTContext
Returns the logger for this context.
getLong() - Method in class oracle.jbo.rules.Variant
 
getLong() - Method in class oracle.jbo.server.util.Variant
 
getLongParams() - Method in class oracle.jbo.common.SvcMsgRequestParams
 
getLongParams() - Method in interface oracle.svcmsg.RequestParams
Returns the long array data in this request.
getLongValues() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getLongValues() - Method in class oracle.jbo.common.SvcMsgResponseValues
 
getLongValues() - Method in interface oracle.svcmsg.ResponseValues
Returns the long array data in this response.
getLookupDescription(String) - Method in class oracle.jbo.server.EntityImpl
 
getLookupDescription(String) - Method in class oracle.jbo.server.ViewRowImpl
 
getLovBinding() - Method in class oracle.jbo.uicli.controls.JUComboLovDialog
 
getLovBinding() - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getLovBinding() - Method in class oracle.jbo.uicli.jui.JULOVEditorPropDef
 
getLovDisplayAttributeDefs() - Method in class oracle.jbo.uicli.controls.JULovPanel
 
getLOVFinder() - Method in class oracle.adf.model.bean.DCVCSubstAttrDef
 
getLOVFinder() - Method in class oracle.jbo.server.AttributeDefImpl
 
getLovIteratorBinding() - Method in class oracle.jbo.uicli.controls.JULovPanel
 
getLovIteratorBinding() - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
 
getLOVName() - Method in class oracle.adf.model.bean.DCVCSubstAttrDef
 
getLOVName() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getLOVName() - Method in interface oracle.jbo.AttributeDef
Gets the name of the LOV (list of values) associated with this attribute definition.
getLOVName() - Method in class oracle.jbo.common.AttributeDefHelper
 
getLOVName() - Method in class oracle.jbo.common.AttributeDefValue
 
getLOVName() - Method in class oracle.jbo.common.VariableImpl
 
getLOVName() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getLOVName() - Method in class oracle.jbo.domain.DomainAttributeDef
 
getLOVName() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the name of the LOV on which the attribute is a primary attribute.
getLOVName() - Method in class oracle.jbo.server.PDefAttribute
 
getLOVName() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Retrieve the LOV name on the current view attribute.
getLOVName() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getLOVName() - Method in class oracle.jbo.ViewCriteriaItem
 
getLovPanelInterface() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditBinding
 
getLovPanelInterface() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getLovRowSetIterator() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getLOVRowSetIterator() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
Returns the RowSet Iterator used to display LOV data.
getLowestEffDtSequenceValue() - Static method in class oracle.jbo.server.EntityDefImpl
 
getLRUElement() - Method in class oracle.jbo.pool.RecentlyUsedLinkedList
 
getManagementListenersList() - Method in class oracle.jbo.common.RowSetHelper
 
getManager() - Static method in class oracle.adfinternal.model.adapter.toplink.PersistenceManager
 
getManager() - Method in class oracle.jbo.pcoll.PCollection
 
getManager() - Method in interface oracle.jbodt.common.BaseValidator
 
getManagerInstance() - Static method in class oracle.jbo.pool.ResourcePoolManager
Retrieves the singleton instance of the Pool Manager
getMandatoryValue() - Method in class oracle.jbo.server.PDefAttribute
 
getMandatoryValue() - Method in class oracle.jbo.server.PDefVariable
 
getMapList() - Static method in class oracle.jbo.common.JboTypeMap
 
getMapLock() - Method in class oracle.jbo.mom.DefinitionManager
See DefinitionContext.getCacheLock().
getMappedAttributeDef() - Method in class oracle.jbo.common.AttributeHintsMap
 
getMapValueByPath(String) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getMarshalledTypeName(Object) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getMarshalledTypeName(Object) - Method in interface oracle.jbo.common.ObjectMarshaller
 
getMarshalledTypeName(Object) - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getMarshaller() - Method in class oracle.jbo.common.PiggybackInputStream
 
getMarshaller() - Method in class oracle.jbo.common.PiggybackObjectOutputStream
 
getMarshaller() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getMarshaller() - Method in class oracle.jbo.server.remote.PiggybackManager
 
getMaskFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getMaskFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
getMasterAccessorName() - Method in class oracle.adf.model.bean.DCRowContext
 
getMasterAccessorName() - Method in class oracle.adf.model.generic.DCRowContext
 
getMasterAccessorName() - Method in interface oracle.adf.model.RowContext
 
getMasterAccessorName() - Method in interface oracle.binding.RowContext
returns the accessor name on the master that is used to get this row's container.
getMasterBindingName() - Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
 
getMasterKeyPathForDCE(DataChangeEntry) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
*** For internal framework use only *** Returns an array of all elements except the first one from KeyPath.
getMasterKeyValues(AssociationDefImpl) - Method in class oracle.jbo.server.ViewObjectImpl
Gets a list of distinct key values from the rows in this master VO, by enumerating through its query collections.
getMasterListener() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getMasterNodeForDCE(DataChangeEntry) - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
*** For internal framework use only *** Returns the master node for this event entry.
getMasterOperationInfo() - Method in class oracle.adf.model.bean.DCRowContext
 
getMasterOperationInfo() - Method in class oracle.adf.model.generic.DCRowContext
 
getMasterOperationInfo() - Method in interface oracle.adf.model.RowContext
 
getMasterRowDataProvider() - Method in class oracle.adf.model.bean.DCRowContext
 
getMasterRowDataProvider() - Method in class oracle.adf.model.generic.DCGenericRowContext
 
getMasterRowDataProvider() - Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
 
getMasterRowDataProvider() - Method in class oracle.adf.model.generic.DCRowContext
 
getMasterRowDataProvider() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getMasterRowDataProvider() - Method in interface oracle.binding.RowContext
Return the data object of the master row of the row that this RowContext represents.
getMasterRowHandles() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getMasterRowHandleValues() - Method in class oracle.jbo.common.MasterRowHandles
 
getMasterRows() - Method in class oracle.jbo.RangeRefreshEvent
 
getMasterRowSetIterators() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getMasterRowSetIterators() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getMasterRowSetIterators() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getMasterRowSetIterators() - Method in interface oracle.jbo.RowSet
Return all controlling masters of this row set.
getMasterRowSetIterators() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getMasterRowSetIterators() - Method in class oracle.jbo.server.ViewObjectImpl
Returns an array of all master row set iterators for this row set.
getMasterRowSetIterators() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of all master row set iterators for this row set.
getMasterViewRowSetIterators() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns a list of all master row set iterators for this row set.
getMasterViewRowSetIteratorsList() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns a list of all master row set iterators for this row set.
getMatcher() - Method in class oracle.jbo.uicli.jui.RegExpFormatter
Returns the Matcher from the most test.
getMatchingKeys(Map) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getMatchingKeys(PolicyEntry) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getMatchingKeysOld(Map) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getMatchingValues(Map) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getMax() - Method in class oracle.jbo.rules.JboGenericValidator
Gets the maximum bound of the valid range.
getMax() - Method in class oracle.jbo.rules.JboRangeValidator
Gets the maximum value for the range.
getMax() - Method in class oracle.jbo.server.rules.JboGenericValidator
Gets the maximum bound of the valid range.
getMax() - Method in class oracle.jbo.server.rules.JboRangeValidator
Gets the maximum value for the range.
getMax() - Method in class oracle.jbo.uicli.jui.JUBoundedRangeDef
 
getMax() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getMax() - Method in interface oracle.jbodt.common.RangeValidatorInterface
 
getMaxActiveLeafNodes() - Method in class oracle.jbo.pcoll.PCollection
 
getMaxActiveNodes() - Method in class oracle.jbo.server.ViewDefImpl
 
getMaxAttrConst(String) - Static method in class oracle.jbo.server.EntityDefImpl
Returns the index of the last attribute for this entity at runtime.
getMaxAttrConst(String) - Static method in class oracle.jbo.server.ViewDefImpl
 
getMaxAvailableSize() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getMaxAvailableSize() - Method in class oracle.jbo.pool.ResourcePool
Return the maximum number of available instances that should exist in the pool after pool garbage collection.
getMaxAvailableSize() - Method in class oracle.jbo.server.QueryCollectionPool
 
getMaxCardinality() - Method in class oracle.jbo.common.JboCompOper
 
getMaxFetchSize(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getMaxFetchSize() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getMaxFetchSize() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getMaxFetchSize() - Method in class oracle.jbo.server.PDefViewObject
 
getMaxFetchSize() - Method in class oracle.jbo.server.ViewDefImpl
 
getMaxFetchSize() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the maximum row fetch size.
getMaxFetchSize() - Method in interface oracle.jbo.ViewObject
Maximum number of rows to fetch for this view object.
getMaxId() - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
Gets the attribute value for MaxId, using the alias name MaxId
getMaxId() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets the attribute value for MAX_ID using the alias name MaxId
getMaximum() - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
 
getMaximum() - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
 
getMaximum() - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
 
getMaximumSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar
StatusBar override.
getMaximumSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
StatusBarProgressControl override.
getMaxInactiveAge() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getMaxInactiveAge() - Method in class oracle.jbo.pool.ResourcePool
Return the duration in milliseconds that a resource may remain available before it is considered inactive.
getMaxInactiveAge() - Method in class oracle.jbo.server.QueryCollectionPool
 
getMaxLength() - Method in class oracle.jbo.rules.JboLengthValidator
 
getMaxNumOfInsts() - Method in class oracle.jbo.common.ampool.AMHomeDesc
 
getMaxPoolSize() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Get the maximum number of application module instances which may be referenced by the application pool.
getMaxPoolSize() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getMaxPoolSize() - Method in class oracle.jbo.pool.ResourcePool
Return the maximum pool size.
getMaxPoolSize() - Method in interface oracle.jbo.server.ConnectionPoolManager
Returns the maximum pool size for connection pools that are managed by this connection pool manager.
getMaxPoolSize() - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
getMaxPoolSize() - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
getMaxRowsPerNode() - Method in class oracle.jbo.server.ViewDefImpl
 
getMaxTableNameLength(Connection) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getMaxTableNameLength(Connection) - Method in interface oracle.jbo.server.SQLBuilder
Return the maximum length of a table name for the Database connection.
getMaxTabNameLength() - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getMaxTabNameLength() - Method in class oracle.jbo.pcoll.JTAPersistManager
 
getMaxTabNameLength() - Method in class oracle.jbo.pcoll.OraclePersistManager
 
getMaxTabNameLength() - Method in interface oracle.jbo.pcoll.PersistManager
 
getMaxTabNameLength() - Method in class oracle.jbo.pcoll.pmgr.DB2PersistManager
 
getMaxTabNameLength() - Method in class oracle.jbo.pcoll.pmgr.SQLServerPersistManager
 
getMaxValue() - Method in interface oracle.jbodt.common.LengthValidatorInterface
 
getMaxWaitTime() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Determines how long a request should wait for an available application module instance when the maximum pool size has been reached.
getMaxWaitTime() - Method in class oracle.jbo.pool.ResourcePool
Return the maximum amount of time in milliseconds that a request should wait for an available pool resource.
getMDSDocumentMap() - Method in class oracle.jbo.common.sdo.SDOSchemaResolver
 
getMdsKey() - Method in class oracle.jbo.mom.DefinitionObject
 
getMdsKey() - Method in interface oracle.jbo.mom.xml.DefDocument
 
getMdsKey() - Method in class oracle.jbo.mom.xml.DefDocumentImpl
 
getMdsReference() - Method in class oracle.jbo.mom.DefinitionObject
 
getMdsReference() - Method in interface oracle.jbo.mom.xml.DefDocument
 
getMdsReference() - Method in class oracle.jbo.mom.xml.DefDocumentImpl
 
getMDSSession() - Static method in class oracle.jbo.mom.MOMParserMDS
 
getMergedArray(Object[][], Object[][]) - Method in class oracle.jbo.common.JboResourceBundle
Returns the 2-D array containing key-value pairs.
getMergedAttributeValues(List) - Static method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getMergedProperties() - Method in interface oracle.jbodt.common.AttributeInterface
 
getMessage() - Method in class oracle.jbo.common.JboExceptionHelper
Formats the message text for the default locale.
getMessage() - Method in interface oracle.jbo.common.JboMessage
Formats the message text for the default locale.
getMessage() - Method in interface oracle.jbo.common.service.types.MethodResult
 
getMessage() - Method in class oracle.jbo.common.service.types.MethodResultImpl
 
getMessage() - Method in exception oracle.jbo.DefinitionChangedException
Formats the message text for the default locale.
getMessage() - Method in exception oracle.jbo.DMLConstraintException
Formats the message text for the default locale.
getMessage() - Method in exception oracle.jbo.JboWarning
Formats the message text for the default locale.
getMessage() - Method in interface oracle.jbo.service.errors.ServiceMessage
 
getMessage() - Method in class oracle.jbo.service.errors.ServiceMessageImpl
 
getMessageAreaFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the format string for formatting the MessageArea status label.
getMessageAreaFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the formatter for formatting the MessageArea status label.
getMessageBundleClass() - Method in class oracle.adf.model.binding.DCBindingContainer
Advanced for internal framework use only
getMessageBundleClass() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getMessageBundleClass() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getMessageBundleClass() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getMessageBundleClass() - Method in class oracle.jbo.common.JboCompOper
 
getMessageBundleClass() - Method in class oracle.jbo.common.RowSetHelper
Internal: Applications should not use this method.
getMessageBundleClass() - Method in class oracle.jbo.common.ws.WSAMComponent
Internal: Applications should not use this method.
getMessageBundleClass() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getMessageBundleClass() - Method in class oracle.jbo.rules.AbstractValidator
 
getMessageBundleClass() - Method in class oracle.jbo.server.AssociationEnd
 
getMessageBundleClass() - Method in class oracle.jbo.server.AttributeDefImpl
 
getMessageBundleClass() - Method in class oracle.jbo.server.ComponentObjectImpl
 
getMessageBundleClass() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getMessageBundleClass() - Method in class oracle.jbo.server.KeyDef
 
getMessageBundleClass() - Method in class oracle.jbo.server.MetaObject
Internal: Applications should not use this method.
getMessageBundleClass() - Method in class oracle.jbo.server.PDefComponentObjectBase
 
getMessageBundleClass() - Method in class oracle.jbo.server.RowImpl
 
getMessageBundleClass() - Method in class oracle.jbo.server.ViewAccessorDef
 
getMessageBundleClass() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getMessageBundleClass() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getMessageBundleClass() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
Internal: Applications should not use this method.
getMessageBundleClass() - Method in class oracle.jbo.uicli.binding.JUVariableIteratorDef
 
getMessageBundleClass() - Method in interface oracle.jbo.VariableManagerOwnerBase
 
getMessageBundleClass() - Method in class oracle.jbo.ViewCriteria
 
getMessageBundleClassName() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getMessageBundleClassName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getMessageContext() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns the current message context for this cookie.
getMessageContext() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getMessageId() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getMessageType() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getMetadata() - Method in class oracle.adf.model.adapter.AbstractDefinition
Returns the element that defines the metadata for the data control.
getMetadata() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
 
getMetadata() - Method in interface oracle.adf.model.adapter.generic.DataControlStructure
Returns the node representing the deployment settings for the data control being created for this definition.
getMetadata() - Method in class oracle.adfinternal.model.adapter.generic.DataControlStructureImpl
 
getMetadata() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Returns the metadata definition node.
getMetadata() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Returns the metadata definition node.
getMetadata() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Returns the element that defines the metadata for the data control.
getMetaDataStream(String) - Method in interface oracle.jbo.mom.xml.XMLContext
 
getMetaDataStream(String) - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
getMetaDataStream(String) - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
getMetaDesc() - Method in class oracle.jbo.common.PropertyMetadata
 
getMethod(Class, String) - Static method in class oracle.jbo.common.ampool.SecurityUtil
 
getMethod(String, String, Class[]) - Static method in class oracle.jbo.common.service.ReflectionHelper
 
getMethod(Class, String, Class[]) - Static method in class oracle.jbo.common.service.ReflectionHelper
 
getMethod() - Method in class oracle.jbo.rules.JboMethodValidator
Gets the method invoked by this validator.
getMethod() - Method in class oracle.jbo.server.rules.JboMethodValidator
Gets the method invoked by this validator.
getMethodAccessors() - Method in class oracle.adf.model.generic.StructureDefImpl
Advanced only for testing purposes.
getMethodAccessorType() - Method in class oracle.adf.model.generic.MethodAccessorDefImpl
 
getMethodArgs() - Method in class oracle.jbo.common.SvcMethodRequest
 
getMethodArgTypeNames() - Method in class oracle.jbo.common.SvcMethodRequest
 
getMethodBody() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getMethodCountName() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getMethodCountParamTypes() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getMethodDef() - Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
For internal use only.
getMethodDefintion(StructureDef) - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Create the JSR227 MethodDefinition for this operation.
getMethodDescriptors() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getMethodId() - Method in class oracle.jbo.expr.JIParserMethodNode
 
getMethodInfo() - Method in class oracle.adf.model.binding.DCInvokeMethodEvent
 
getMethodKind(String, Object) - Method in interface oracle.jbo.expr.JIValueSupplier
 
getMethodKind(String, Object) - Method in class oracle.jbo.expr.JIValueSupplierImpl
 
getMethodKind(Object, String) - Static method in class oracle.jbo.ExprEval
*** For internal framework use only ***
getMethodKind(String, Object) - Method in class oracle.jbo.RowValueSupplier
*** For internal framework use only ***
getMethodKind(String) - Method in class oracle.jbo.server.RowImpl
 
getMethodName() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getMethodName() - Method in class oracle.adf.model.binding.DCInvokeMethod
Internal: Applications should not use this method.
getMethodName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getMethodName() - Method in class oracle.jbo.common.SvcMethodRequest
 
getMethodName() - Method in class oracle.jbo.common.SvcMethodResponse
 
getMethodName() - Method in class oracle.jbo.rules.JboMethodValidator
Gets the name of the method invoked by this validator.
getMethodName() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getMethodName() - Method in class oracle.jbo.server.rules.JboMethodValidator
Gets the name of the method invoked by this validator.
getMethodParamTypes() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getMethodResponse(String) - Method in class oracle.jbo.common.JboServiceMessage
 
getMethodResults() - Method in class oracle.adf.model.binding.DCDataControl
For looking up method results stored in this DataControl.
getMethodResultType(String) - Static method in class oracle.jbo.common.service.types.MethodResultHelper
 
getMethodResultUseCount(Object) - Method in class oracle.adf.model.binding.DCDataControl
 
getMethods(Class, int) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getMethodsUsed() - Method in class oracle.jbo.common.GroovyParserUtil
Gets the set of all methods which are called directly via the script.
getMethodText() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getMethodType() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getMimeType(DataObject, Property, Object) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getMimeTypeProperty() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the mime type for this source.
getMimeTypeProperty() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getMimeTypeProperty() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getMin() - Method in class oracle.jbo.rules.JboGenericValidator
Gets the minimum bound of the valid range.
getMin() - Method in class oracle.jbo.rules.JboRangeValidator
Gets the minimum value for the range.
getMin() - Method in class oracle.jbo.server.rules.JboGenericValidator
Gets the minimum bound of the valid range.
getMin() - Method in class oracle.jbo.server.rules.JboRangeValidator
Gets the minimum value for the range.
getMin() - Method in class oracle.jbo.uicli.jui.JUBoundedRangeDef
 
getMin() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getMin() - Method in interface oracle.jbodt.common.RangeValidatorInterface
 
getMinAvailableSize() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getMinAvailableSize() - Method in class oracle.jbo.pool.ResourcePool
Return the minimum number of available instances that should exist in the pool after pool garbage collection.
getMinAvailableSize() - Method in class oracle.jbo.server.QueryCollectionPool
 
getMinCardinality() - Method in class oracle.jbo.common.JboCompOper
 
getMinimum() - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
 
getMinimum() - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
 
getMinimum() - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
 
getMinimumSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar
StatusBar override.
getMinimumSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
StatusBarProgressControl override.
getMinLength() - Method in class oracle.jbo.rules.JboLengthValidator
 
getMinValue() - Method in interface oracle.jbodt.common.LengthValidatorInterface
 
getMnemonic(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getMnemonic() - Method in class oracle.jbo.uicli.jui.JUActionBinding
 
getMnemonic() - Method in class oracle.jbo.uicli.jui.JUButtonBinding
 
getMnemonic() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getMnemonicKeyCode(String) - Static method in class oracle.jbo.common.ResourceUtils
Returns the key code for the mnemonic in the string.
getMnemonicKeyCode(String) - Method in class oracle.jbo.uicli.controls.JUTestFrame
Returns the key code for the mnemonic in the string.
getMode(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the mode hint for this criteria
getModel() - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getModel() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
getModel() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the underlying webservice model for this definition's source.
getModel() - Method in class oracle.jbo.uicli.controls.JUComboBoxLovEditButton
 
getModel() - Method in class oracle.jbo.uicli.controls.JULabel
Returns the attribute-binding model that this control is bound to.
getModel() - Method in class oracle.jbo.uicli.controls.JULovEditButton
 
getModel() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
 
getModel() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getModel() - Method in class oracle.jbo.uicli.controls.JUShuttlePanel
 
getModel() - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
getModel() - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getModelElement() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
getModelImpl(Object) - Method in class oracle.jbo.uicli.jui.JUActionBinding
Returns the button model to which this binding class and the given control are associated.
getModelImpl(AbstractButton) - Method in class oracle.jbo.uicli.jui.JUButtonBinding
Returns the button model that to which the binding is bound.
getModelImpl(JComboBox) - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
Sets the model reference in this binding class by using the current model in the combobox.
getModelImpl(JList) - Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Sets the model reference in this binding class by using the current model in the listbox.
getModelImpl(Object) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
*** For internal framework use only ***
getModelImpl(JProgressBar) - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl(JProgressBar) - Method in class oracle.jbo.uicli.jui.JUProgressBarBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl(JScrollBar) - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl(JScrollBar) - Method in class oracle.jbo.uicli.jui.JUScrollBarBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl(JSlider) - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl(JSlider) - Method in class oracle.jbo.uicli.jui.JUSliderBinding
Registers the BoundedRangeModel that this binding works with.
getModelImpl() - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
 
getModelImpl(JTable) - Method in class oracle.jbo.uicli.jui.JUTableBinding
Returns an instance of JUTableModel that this binding works with and is applied as the JTableModel to the given JTable control.
getModelImpl(JTextComponent) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Returns the Document object that provides data for the given control.
getModelImpl(JTree) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
Returns the TreeModel to which the associated JTree is bound.
getModelImpl(JTable) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding
 
getModelInstance(JUPanelBinding, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
 
getModelInstance(JUPanelBinding, JUNavigationBar) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
 
getModelInstance(JUPanelBinding, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
 
getModelInstance(JUPanelBinding, JUStatusBar) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
 
getModifiedFlagFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the format string for formatting the ModifiedFlag status label.
getModifiedFlagFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the formatter for formatting the ModifiedFlag status label.
getMOMProperties() - Method in class oracle.jbo.mom.DefinitionManager
Gets the server properties loaded from oracle.jbo.server.jboserver.properties.
getMonitorSleepInterval() - Method in class oracle.jbo.common.ampool.PoolMgr
 
getMonitorSleepInterval() - Method in class oracle.jbo.pool.ResourcePoolManager
Returns the interval in milliseconds for which the monitor daemon should sleep between wakeup requests.
getMonitorSleepInterval() - Method in class oracle.jbo.server.ConnectionPoolManagerImpl
 
getMonitorSleepInterval() - Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
 
getMonitorSleepInterval() - Method in class oracle.jbo.server.QCPoolMgr
 
getMoreRecentlyUsedElement() - Method in class oracle.jbo.pool.RecentlyUsedLinkedListElement
 
getMostRecentStackId() - Method in interface oracle.jbo.ApplicationModule
Internal: Applications should not use this method.
getMostRecentStackId() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getMostRecentStackId() - Method in interface oracle.jbo.common.ampool.SessionCookie
If the current thread holds an active ApplicationModule reference then this method will delegate to ApplicationModule.getMostRecentStackId().
getMostRecentStackId() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getMostRecentStackId() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getMostRecentStackId() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getMRUCount() - Method in class oracle.jbo.common.ListBindingDef
 
getMRUCount() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getMRUElement() - Method in class oracle.jbo.pool.RecentlyUsedLinkedList
 
getMRUSize() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getMRUString() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getMsgBundleDef(DefElement) - Method in class oracle.jbo.server.MetaObject
getMsgBundleDef gets the ResourceBundleDef given the DefElement
getMsgBundleKey(Locale) - Method in class oracle.jbo.common.GenericResourceBundleDef
getMsgBundleKey returns the MsgBundleKey of this ResourceBundle
getMsgBundleKey(Locale) - Method in interface oracle.jbo.common.ResourceBundleDef
getMsgBundleKey returns the MsgBundleKey of this ResourceBundle
getMsgClass() - Method in class oracle.jbo.common.MessageBundleDef
getMsgClass returns Class value
getMultiplyExpr() - Method in class oracle.jbo.expr.JIExpr
 
getMutableGlobalOperations() - Static method in class oracle.jbo.server.GlobalFunctions
Deprecated.  
getName() - Method in class oracle.adf.model.adapter.AbstractDefinition
Gets the name of the data control.
getName() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the type name of the adapter.
getName() - Method in class oracle.adf.model.adapter.bean.BeanDataControl
Returns name to identify this datacontrol inside a BindingContext.
getName() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLManagedDCHandler
 
getName() - Method in class oracle.adf.model.adapter.bean.UpdatableBeanDataControl
Returns the name of this Data Control.
getName() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Gets the displyable name.
getName() - Method in class oracle.adf.model.adapter.dataformat.FormatDataEvent
Gets the name of this event.
getName() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Returns the name of this method.
getName() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getName() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getName() - Method in class oracle.adf.model.BaseDataControlPolicyImpl
Name of the datacontrol that this datacontrol policy applies to.
getName() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getName() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getName() - Method in class oracle.adf.model.binding.DCBindingContainerReference
 
getName() - Method in class oracle.adf.model.binding.DCControlBinding
 
getName() - Method in class oracle.adf.model.binding.DCDataControl
Returns the instance name of this DCDataControl object.
getName() - Method in class oracle.adf.model.binding.DCDataControlReference
 
getName() - Method in class oracle.adf.model.binding.DCExecutableBinding
Returns the instance name of this DCBindingContainer object.
getName() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getName() - Method in interface oracle.adf.model.binding.events.EventEntryDef
getName gets the value of name field
getName() - Method in class oracle.adf.model.binding.events.EventEntryDefImpl
getName gets the value of name field
getName() - Method in interface oracle.adf.model.binding.events.ParameterDef
setName gets the value of name field
getName() - Method in class oracle.adf.model.binding.events.ParameterDefImpl
setName gets the value of name field
getName() - Method in class oracle.adf.model.connection.url.FileURLConnection
Get the Name of this connection
getName() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Get the name of this Connection
getName() - Method in interface oracle.adf.model.connection.url.URLConnection
Get the name of this URLConnection.
getName() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Get the name of this URLConnection.
getName(Node) - Static method in class oracle.adf.model.connection.webservice.util.XmlUtil
 
getName() - Method in interface oracle.adf.model.DataControl
Returns name to identify this datacontrol.
getName() - Method in interface oracle.adf.model.DataControlFrame
 
getName() - Method in interface oracle.adf.model.DataControlPolicy
Name of the datacontrol that this datacontrol policy applies to.
getName() - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
 
getName() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getName() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getName() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getName() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getName() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getName() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getName() - Method in interface oracle.adf.model.OperationParameter
 
getName() - Method in interface oracle.adf.model.RegionListener
Identifier used to display in exceptions or logs when this listener is being processed.
getName() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getName() - Method in class oracle.adfinternal.model.adapter.bean.BeanFieldInfo
Get the name of the field being described by this FieldInfo.
getName() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDataControl
Returns the name of this Data Control.
getName() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDataControl
returns the name of the data control.
getName() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDataControl
returns the name of the data control.
getName() - Method in class oracle.adfinternal.model.adapter.webservice.MessagePart
Get the name of the message part
getName() - Method in class oracle.adfinternal.model.adapter.webservice.WSDataControl
Get the Name of the data control
getName() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Get the Name of this operation.
getName() - Method in interface oracle.binding.BindingContainer
Returns the name to identify this instance of the Region within it's container (BindingContext at the top level).
getName() - Method in interface oracle.binding.ControlBinding
Return name that identifies this binding uniquely in it's container.
getName() - Method in interface oracle.binding.DataControl
Returns name to identify this datacontrol inside a BindingContext.
getName() - Method in interface oracle.binding.meta.NamedDefinition
Returns the name of this Definition.
getName() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Returns the name of this Definition.
getName() - Method in interface oracle.jbo.AttributeDef
Gets the name of the attribute.
getName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Retrieve the name of the particular instance of an object (instance name)
getName() - Method in interface oracle.jbo.client.remote.ClientComponentObject
 
getName() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getName() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getName() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getName() - Method in class oracle.jbo.common.ampool.AMStatistics.StatsInfo
 
getName() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the pool's name.
getName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getName() - Method in class oracle.jbo.common.AttributeDefHelper
 
getName() - Method in class oracle.jbo.common.AttributeDefValue
 
getName() - Method in class oracle.jbo.common.AttributeHintsMap
 
getName() - Method in class oracle.jbo.common.ClientElement
Gets the name of this element.
getName() - Method in class oracle.jbo.common.DataDocument
 
getName(int) - Static method in class oracle.jbo.common.EventGroup
 
getName() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getName() - Method in class oracle.jbo.common.GenericResourceBundleDef
 
getName() - Method in class oracle.jbo.common.NamedObjectImpl
Get the name of this object.
getName() - Method in interface oracle.jbo.common.PropertyContext
Get the name of this context
getName() - Method in class oracle.jbo.common.PropertyDefaultContext
 
getName() - Method in class oracle.jbo.common.PropertyGroup
 
getName() - Method in class oracle.jbo.common.PropertyMetadata
 
getName() - Method in class oracle.jbo.common.RowSetHelper
 
getName() - Method in class oracle.jbo.common.sdo.BlobDomainDataSource
 
getName() - Method in class oracle.jbo.common.sdo.ClobDomainDataSource
 
getName() - Method in class oracle.jbo.common.service.types.SortAttributeImpl
 
getName() - Method in class oracle.jbo.common.StructureDefHelper
 
getName() - Method in class oracle.jbo.common.SvcMsgRequest
 
getName() - Method in class oracle.jbo.common.SvcMsgResponse
 
getName() - Method in class oracle.jbo.common.SvcMsgVariable
 
getName() - Method in interface oracle.jbo.common.types.SortAttribute
Gets the name of the attribute used in the sort order.
getName() - Method in class oracle.jbo.common.UsageInfo
 
getName() - Method in class oracle.jbo.common.VariableManagerImpl
 
getName() - Method in class oracle.jbo.common.ViewDefInfo
 
getName() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getName() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getName() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getName() - Method in class oracle.jbo.common.ws.WSObject
 
getName() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getName() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getName() - Method in interface oracle.jbo.ComponentObject
Retrieves the name of this component.
getName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getName() - Method in class oracle.jbo.datasource.SortAttributeImpl
 
getName() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the name of the attribute.
getName() - Method in class oracle.jbo.domain.DomainStructureDef
 
getName() - Method in class oracle.jbo.mom.DefinitionObjectInfo
 
getName() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getName() - Method in class oracle.jbo.pcoll.PCollection
 
getName() - Method in class oracle.jbo.pcoll.PCollManager
 
getName() - Method in class oracle.jbo.pool.ResourcePool
 
getName() - Method in interface oracle.jbo.RowSet
Gets the row set's name.
getName() - Method in interface oracle.jbo.RowSetIterator
Gets the name of the Iterator.
getName() - Method in class oracle.jbo.rules.AbstractValidator
 
getName() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getName() - Method in class oracle.jbo.rules.JboCustomValidator
 
getName() - Method in interface oracle.jbo.rules.JboValidatorHints
 
getName() - Method in interface oracle.jbo.rules.ValidationManager
 
getName() - Method in class oracle.jbo.server.AMServiceViewUsage
 
getName() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.ServiceInterfaceMethod
 
getName() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.TypeInfo
 
getName() - Method in interface oracle.jbo.server.Association
 
getName() - Method in class oracle.jbo.server.BoundParameters
 
getName() - Method in class oracle.jbo.server.EntityCache
 
getName() - Method in class oracle.jbo.server.EventDef
Return the name of the event definition.
getName() - Method in class oracle.jbo.server.EventHeader
Return the name of the header (null).
getName() - Method in class oracle.jbo.server.EventHeaderAttr
 
getName() - Method in class oracle.jbo.server.EventInvocation
Gets the name of the event that is to be invoked.
getName() - Method in class oracle.jbo.server.EventMapping
 
getName() - Method in class oracle.jbo.server.EventPayload
Return the name of the payload (null).
getName() - Method in class oracle.jbo.server.JboEventObject
Gets this event object's name.
getName() - Method in class oracle.jbo.server.OperationParamImpl
 
getName() - Method in class oracle.jbo.server.PayloadDef
Returns the name of the payload definition.
getName() - Method in class oracle.jbo.server.PayloadItem
 
getName(Object) - Method in class oracle.jbo.server.QueryCollection
 
getName() - Method in class oracle.jbo.server.RaiseCondition
 
getName() - Method in interface oracle.jbo.StructureDef
Returns the structure's name (short form).
getName() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getName() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef.JUShuttlePanelButtonDef
 
getName() - Method in interface oracle.jbo.VariableManager
 
getName() - Method in interface oracle.jbo.VariableManagerOwner
Returns the name of this Variable Manager Owner.
getName() - Method in class oracle.jbo.ViewCriteria
 
getName() - Method in class oracle.jbo.ViewCriteriaItem
 
getName() - Method in class oracle.jbo.ViewCriteriaRow
 
getName() - Method in class oracle.jbo.ViewCriteriaUsage
 
getName() - Method in interface oracle.jbodt.common.BaseValidator
 
getName() - Method in interface oracle.jbodt.common.ValidationManager
 
getName() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getName() - Method in interface oracle.jbodt.common.ValidatorDescriptorInterface
 
getName() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getName() - Method in interface oracle.svcmsg.Request
Returns the name that identifies this request.
getName() - Method in interface oracle.svcmsg.Response
Returns the name of this response.
getName() - Method in class oracle.svcmsg.ServiceMessage
Returns the service message name.
getNamedProperty(String) - Method in interface oracle.jbodt.common.AttributeInterface
 
getNamedViewCriteria(DCBindingContainer) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns a list of ViewCriteria objects defined in the VO associated with the specified DCBindingContainer.
getNamedViewCriteria(DCBindingContainer, LocaleContext) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns a list of Map objects.
getNamedWhereClauseParam(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getNamedWhereClauseParam(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getNamedWhereClauseParam(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getNamedWhereClauseParam(String) - Method in interface oracle.jbo.RowSet
Gets the value of a named where-clause parameter for this row set.
getNamedWhereClauseParam(String) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getNamedWhereClauseParam(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getNamedWhereClauseParam(String) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getNamedWhereClauseParams() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getNamedWhereClauseParams() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getNamedWhereClauseParams() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getNamedWhereClauseParams() - Method in interface oracle.jbo.RowSet
Gets all the Name, value pairs of a named where-clause parameter of the viewObject.
getNamedWhereClauseParams() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getNamedWhereClauseParams() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the bind name, value pair of all Named bind variables.
getNamedWhereClauseParams() - Method in class oracle.jbo.server.ViewRowSetImpl
Gets the name, value pair of all named bind variables.
getNameForPub() - Method in class oracle.jbo.server.EventAttrVals
 
getNameInNamespace() - Method in class oracle.jbo.common.JboInitialContext
 
getNameInNamespace() - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
getNameInNamespace() - Method in class oracle.jbo.server.DataSourceContext
 
getNameInNamespace() - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
getNameParser(String) - Method in class oracle.jbo.common.JboInitialContext
 
getNameParser(Name) - Method in class oracle.jbo.common.JboInitialContext
 
getNameParser(String) - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
getNameParser(Name) - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
getNameParser(Name) - Method in class oracle.jbo.server.DataSourceContext
 
getNameParser(String) - Method in class oracle.jbo.server.DataSourceContext
 
getNameParser(String) - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
getNameParser(Name) - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
getNamesArray() - Method in class oracle.jbo.server.JboEventObject
Constructs an array of the names used as keys in this event object's hash table.
getNameSpace() - Method in class oracle.jbo.client.Configuration
 
getNameSpaceUri() - Static method in class oracle.jbo.client.Configuration
 
getNamespaceURI() - Method in interface oracle.jbo.mom.xml.DefNode
 
getNamespaceURI() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getNamespaceURI() - Method in class oracle.jbo.mom.xml.NodeDefNode
 
getNamespaceURI() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getNameSpaceUrl() - Method in interface oracle.jbodt.common.AttributeInterface
 
getNativeObject() - Method in class oracle.jbo.domain.Char
 
getNativeObject() - Method in class oracle.jbo.domain.Date
 
getNativeObject() - Method in class oracle.jbo.domain.DBSequence
 
getNativeObject() - Method in interface oracle.jbo.domain.NativeTypeDomainInterface
 
getNativeObject() - Method in class oracle.jbo.domain.Number
 
getNativeObject() - Method in class oracle.jbo.domain.Raw
 
getNativeObject() - Method in class oracle.jbo.domain.RowID
 
getNativeObject() - Method in class oracle.jbo.domain.Sequence
 
getNativeObject() - Method in class oracle.jbo.domain.Timestamp
 
getNativeType(String) - Static method in class oracle.jbo.common.JBOClass
 
getNavigatableRowIterator() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the current RowIterator, which can be a data RowSetIterator or a find mode ViewCriteria based on the find mode.
getNested() - Method in class oracle.jbo.common.service.types.ViewCriteriaImpl
 
getNested() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getNested() - Method in interface oracle.jbo.common.types.ViewCriteria
Gets the list of nested view criteria.
getNested() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the nested view criteria for the view criteria item.
getNested() - Method in class oracle.jbo.datasource.ViewCriteriaImpl
 
getNested() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getNestedCriteria() - Method in interface oracle.binding.meta.criteria.ItemValue
Returns the nested criteria that is used as the right operand of this criteria item.
getNestedCriteria() - Method in interface oracle.binding.meta.criteria.NestedCriteriaRow
Returns the nested criteria.
getNestedRow() - Method in interface oracle.binding.meta.criteria.NestedRowItem
Returns the nested view criteria row definition for this nested row view criteria items.
getNestedSearchCriteria() - Method in interface oracle.binding.criteria.SearchCriteriaItem
Gets the nested view criteria for the view criteria item.
getNestedSelectForFullSqlValue() - Method in class oracle.jbo.server.PDefViewObject
 
getNestedTables(Connection) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getNestedTables(Connection) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getNestedTables(Connection) - Method in interface oracle.jbo.server.SQLBuilder
Returns a list of nested tables in this connection.
getNestedVC(ViewObject, int, Object, Object) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 
getNestedVCCount() - Method in class oracle.jbo.ViewCriteriaRow
 
getNestedViewCriteria(HashMap<String, ViewCriteria>) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getNestedViewCriteria() - Method in class oracle.jbo.ViewCriteria.NestedViewCriteriaRow
 
getNestedViewCriteria() - Method in class oracle.jbo.ViewCriteriaItem
Method for use by the bean datacontrol to retrieve the nested view criteria via the accessor "nestedViewCriteria"
getNestedViewCriteria() - Method in class oracle.jbo.ViewCriteriaItemCompound
 
getNestedViewCriteria() - Method in class oracle.jbo.ViewCriteriaRow
 
getNewAttributeDefHelper() - Method in class oracle.jbo.client.remote.StructureDefImpl
 
getNewAttributeDefHelper() - Method in class oracle.jbo.common.StructureDefHelper
 
getNewDataSourceInstance() - Method in class oracle.jbo.datasource.DataSourceDef
 
getNewKey() - Method in class oracle.jbo.server.EntityEvent
 
getNewRowCountInRange() - Method in class oracle.jbo.ScrollEvent
Counts the number of rows exposed by the scroll.
getNewRowState() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getNewRowState() - Method in class oracle.jbo.server.ViewRowImpl
 
getNewRowTracker() - Method in class oracle.jbo.server.QueryCollection
 
getNewValue() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
If there's a modified new value set in this event return that otherwise return the new value.
getNewValue() - Method in class oracle.adf.model.binding.DCBindingContainerValueChangeEvent
 
getNewValue() - Method in class oracle.jbo.rules.JboValidatorContext
 
getNewValue() - Method in class oracle.jbo.server.EventAttrVals
Gets the new value for the attribute to use for raising an event to Fabric.
getNewValue() - Method in class oracle.jbo.server.util.PropertyChangeEvent
 
getNewValueString() - Method in class oracle.jbo.server.EventAttrVals
Gets the string representation of the new value.
getNext() - Method in class oracle.jbo.mom.DefinitionObjectInfo
 
getNextEffSequenceRowsVOName() - Method in class oracle.jbo.server.EntityDefImpl
The name of the View Object used to query effective dated rows with higher sequence values within the same effective start date (used in Multiple Changes Per Day).
getNextId() - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Gets the next available row id
getNextId() - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
Gets the attribute value for NextId, using the alias name NextId
getNextId() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets the attribute value for NEXT_ID using the alias name NextId
getNextId() - Static method in class oracle.jbo.server.uniqueid.UniqueIdHelper
Returns a new unique id value using RowIdAMImpl.
getNextMatchingRow(Object) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getNextObjId() - Method in class oracle.jbo.pcoll.PCollection
 
getNextObjId() - Method in interface oracle.jbo.pcoll.PCollListener
 
getNextObjId(int) - Method in class oracle.jbo.pcoll.PCollManager
 
getNextObjId() - Method in class oracle.jbo.pcoll.PCollManager
 
getNextObjId() - Method in class oracle.jbo.server.QueryCollection
 
getNextRangeSet() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getNextRangeSet() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getNextRangeSet() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getNextRangeSet() - Method in interface oracle.jbo.RowSetIterator
Gets the next set of rows in the range.
getNextRangeSet() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getNextRangeSet() - Method in class oracle.jbo.server.ViewObjectImpl
 
getNextRangeSet() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getNextRangeSet() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getNextRangeSetWithAdjustment(int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getNextRow(Object) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getNextSiblingByType(Node, short) - Static method in class oracle.jbo.common.JboXMLUtil
 
getNodeBinding(DefaultMutableTreeNode) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
getNodeCapacity() - Method in class oracle.jbo.pcoll.PCollection
 
getNodeName() - Method in interface oracle.jbo.mom.xml.DefNode
 
getNodeName() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getNodeName() - Method in class oracle.jbo.mom.xml.NodeDefNode
 
getNodeName() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getNodeType() - Method in class oracle.jbo.expr.JIParserNode
 
getNodeType() - Method in interface oracle.jbo.mom.xml.DefNode
 
getNodeType() - Method in class oracle.jbo.mom.xml.NodeDefNode
 
getNodeType() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getNodeValue() - Method in interface oracle.jbo.mom.xml.DefNode
 
getNodeValue() - Method in class oracle.jbo.mom.xml.NodeDefNode
 
getNodeValue() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getNodeValue() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getNullComparison() - Method in class oracle.jbo.expr.JIExpr
 
getNullComparison() - Method in class oracle.jbo.expr.JIExprSQL
 
getNullForOperation(int, Class, boolean) - Method in class oracle.jbo.expr.JIExpr
 
getNullForOperation(int, Class, boolean) - Method in class oracle.jbo.expr.JIExprJava
 
getNullForOperation(int, Class, boolean) - Method in class oracle.jbo.expr.JIExprSQL
 
getNullValueFlag() - Method in class oracle.jbo.common.ListBindingDef
 
getNullValueFlag() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getNullValueFlag() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getNullValueId() - Method in class oracle.jbo.common.ListBindingDef
 
getNullValueId() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getNullValueIndex() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getNullValueObject() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getNullValueString() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getNullValueString() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getNullValueText(Locale) - Method in class oracle.jbo.common.ListBindingDef
 
getNullValueText(Locale) - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated.  
getNumActiveLeafNodes() - Method in class oracle.jbo.pcoll.PCollection
 
getNumberClassName() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getNumberFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getNumberFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
getNumHeaderAttrs() - Method in class oracle.jbo.server.EventDef
 
getNumHeaderAttrs() - Method in class oracle.jbo.server.EventHeader
 
getNumItems() - Method in class oracle.jbo.server.PayloadDef
Gets the number of payload items for this payload definition.
getNumOfEntries() - Method in class oracle.jbo.common.PiggybackInput
 
getNumOfEntries() - Method in class oracle.jbo.common.PiggybackOutput
 
getNumOfRetries() - Method in class oracle.jbo.client.ELEnvInfoProvider
 
getNumOfRetries() - Method in interface oracle.jbo.common.ampool.EnvInfoProvider
Returns the number times that the default connection strategy should attempt to create/connect and application module instance before failing.
getNumOfRetries() - Method in class oracle.jbo.common.ampool.OCIEnvInfoProvider
 
getNumOfRetries() - Method in class oracle.jbo.server.uniqueid.RowIdAMEnvInfoProvider
 
getNumOfRetries() - Method in class oracle.jbo.uicli.jui.JUEnvInfoProvider
 
getNumPayloadItems() - Method in class oracle.jbo.server.EventDef
Gets the number of actual payload items for the event definition.
getNumPayloadItems() - Method in class oracle.jbo.server.EventPayload
Gets the number of actual payload items for the event definition.
getNumUnmarshalledAttrs() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getNumUserParams() - Method in class oracle.jbo.server.QueryCollection
 
getObj(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getObject(int) - Method in class oracle.jbo.common.ArrayResourceBundle
Get an object from an ArrayResourceBundle.
getObject() - Method in class oracle.jbo.rules.Variant
 
getObject(Object, Class) - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getObject() - Method in class oracle.jbo.server.remote.RuntimeComponentObjectInfo
Return the component instance this class is maintaining.
getObject() - Method in class oracle.jbo.server.util.Variant
 
getObjectClass(Class) - Static method in class oracle.jbo.common.JBOClass
 
getObjectFromBytes(byte[]) - Static method in class oracle.jbo.common.SerializationUtils
Helper to recover an object from a serialized stream of bytes.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class oracle.adf.model.connection.url.URLConnectionFactory
Creates an instance of URLConnection using the location or reference information specified.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class oracle.jbo.client.svc.ServiceFactory
 
getObjectMarshaller() - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getObjectMarshaller() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getObjectMarshaller() - Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
 
getObjectMarshaller() - Method in class oracle.jbo.client.remote.RowImpl
 
getObjectMarshaller() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getObjectMarshaller() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getObjectMarshaller() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getObjectMarshaller() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getObjectMarshaller() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getObjectName() - Method in interface oracle.jbo.service.errors.ServiceAttrValErrorMessage
 
getObjectName() - Method in class oracle.jbo.service.errors.ServiceAttrValErrorMessageImpl
 
getObjectName() - Method in interface oracle.jbo.service.errors.ServiceRowValErrorMessage
 
getObjectName() - Method in class oracle.jbo.service.errors.ServiceRowValErrorMessageImpl
 
getObjectParams() - Method in class oracle.jbo.common.SvcMsgRequestParams
 
getObjectParams() - Method in interface oracle.svcmsg.RequestParams
Returns the object array data in this request.
getObjects() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getObjects() - Method in class oracle.jbo.mom.xml.DTAttrsHolder
 
getObjectToIdMap() - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getObjectType() - Method in class oracle.jbo.common.ROTEntry
 
getObjectType() - Method in class oracle.jbo.server.AttributeDefImpl
If the attribute is an object, returns the name of the attribute's object type
getObjectType() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getObjectTypeName() - Method in interface oracle.jbodt.common.BaseValidator
 
getObjectValues() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getObjectValues() - Method in class oracle.jbo.common.SvcMsgResponseValues
 
getObjectValues() - Method in interface oracle.svcmsg.ResponseValues
Returns the object array data in this response.
getObjName() - Method in exception oracle.jbo.AttrValException
 
getObjName() - Method in exception oracle.jbo.RowValException
 
getObjName() - Method in exception oracle.jbo.TooManyObjectsException
 
getObjType() - Method in exception oracle.jbo.AttrValException
 
getObjType() - Method in exception oracle.jbo.RowValException
 
getObjTypeName() - Method in exception oracle.jbo.AttrValException
 
getObjTypeName() - Method in exception oracle.jbo.RowValException
 
getOffset() - Method in class oracle.jbo.server.util.JboToken
 
getOIDAttribute() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getOIDAttrNames() - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
getOKButton() - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getOldHandle() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getOldState() - Method in class oracle.jbo.server.EntityEvent
Gets the Entity Object's previous post state.
getOldValue() - Method in class oracle.jbo.rules.JboValidatorContext
 
getOldValue() - Method in class oracle.jbo.server.EventAttrVals
Gets the old value for the attribute to use for raising an event to Fabric.
getOldValue() - Method in class oracle.jbo.server.util.PropertyChangeEvent
 
getOldValues() - Method in class oracle.jbo.server.EntityEvent
Gets the attribute's old values.
getOldValueString() - Method in class oracle.jbo.server.EventAttrVals
Gets the string representation of the old value.
getOnAttributeNames() - Method in interface oracle.jbodt.common.BaseValidator
 
getOnCondition() - Method in class oracle.jbo.rules.AbstractValidator
 
getOnCondition() - Method in interface oracle.jbodt.common.BaseValidator
 
getOpenIcon() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getOpenIcon() - Method in class oracle.jbo.uicli.jui.JUTreeAccessorTypeBinding
 
getOpenIconName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getOpenTransactionName() - Method in interface oracle.adf.model.DataControlFrame
Returns the name of the transaction if a transaction is open in this datacontrol frame.
getOpenTransactionName() - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
Returns the name of the transaction if a transaction is open in this datacontrol frame.
getOper() - Method in class oracle.jbo.common.JboCompOper
 
getOperation() - Method in class oracle.adf.model.binding.DCPrivilege
 
getOperation(QName, String, String) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Gets the operation for a given combination of service name, port name and operation name.
getOperation() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Get the WebService Operation associated with this Data Control Operation.
getOperation() - Method in exception oracle.jbo.BatchDMLException
 
getOperation() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getOperation() - Method in class oracle.jbo.common.SvcMsgRequest
 
getOperation() - Method in class oracle.jbo.common.SvcMsgResponse
 
getOperation() - Method in class oracle.jbo.common.SvcMsgVariable
 
getOperation() - Method in exception oracle.jbo.DMLException
 
getOperation() - Method in class oracle.jbo.rules.JboCollectionValidator
 
getOperation() - Method in interface oracle.jbo.service.errors.ServiceDMLErrorMessage
 
getOperation() - Method in class oracle.jbo.service.errors.ServiceDMLErrorMessageImpl
 
getOperation() - Method in interface oracle.svcmsg.DataRow
Returns the row operation.
getOperation() - Method in interface oracle.svcmsg.Request
Returns the id that identifies this request.
getOperation() - Method in interface oracle.svcmsg.Response
Returns the id that identifies this response.
getOperationBinding(String) - Method in class oracle.adf.model.binding.DCBindingContainer
 
getOperationBinding(String) - Method in interface oracle.binding.BindingContainer
Returns an operation binding with the given name.
getOperationBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Return a list of all Action bindings in this RegionBinding.
getOperationBindings() - Method in interface oracle.binding.BindingContainer
Return a list of all Action bindings in this RegionBinding.
getOperationCodeFromId(String) - Static method in class oracle.adf.model.utils.StandardOperationDef
 
getOperationDefinitions() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
 
getOperationDefinitions() - Method in class oracle.adf.model.bc4j.meta.StructureDefinitionImpl
 
getOperationDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getOperationDefinitions() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getOperationDefinitions() - Method in interface oracle.binding.meta.StructureDefinition
Returns the metadata about the operations in this structure.
getOperationDefinitions() - Method in interface oracle.jbo.server.OperationDefinitionContainer
 
getOperationDefinitions() - Method in class oracle.jbo.server.PDefComponentObjectBase
Deprecated.  
getOperationDefinitions() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated.  
getOperationId() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
 
getOperationId() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getOperationId() - Method in interface oracle.binding.meta.OperationDefinition
Retrieves the operation id of the operation.
getOperationInfo() - Method in interface oracle.binding.OperationBinding
Returns a description of the operation to invoke.
getOperationInfo() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
 
getOperationIntValue(String) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getOperationName() - Method in class oracle.adf.model.binding.DCInvokeMethod
Internal: Applications should not use this method.
getOperationName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getOperationName() - Method in interface oracle.adf.model.OperationInfo
Name of the operation to invoke
getOperationName() - Method in interface oracle.binding.OperationInfo
Name of the operation to invoke
getOperationNode() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Get the XML representation for this operation.
getOperationParameters() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Gets the parameters defined for the method.
getOperationParameters() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getOperationParameters() - Method in interface oracle.binding.meta.OperationDefinition
Retrieves the metadata of the parameters of the operation.
getOperationParams() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
 
getOperationReturnType() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
Returns the return type of the method.
getOperationReturnType() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getOperationReturnType() - Method in interface oracle.binding.meta.OperationDefinition
Retrieves the metadata of the return type of the operation.
getOperations() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getOperationStr() - Method in class oracle.jbo.rules.JboCollectionValidator
 
getOperationString(int) - Static method in exception oracle.jbo.BatchDMLException
 
getOperationString(int) - Static method in exception oracle.jbo.DMLException
 
getOperationStringValue(int) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getOperator(String) - Static method in class oracle.adf.model.adapter.bean.jpa.JPQLUtils
Get the name of the associated operator.
getOperator() - Method in class oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
Public accessor for operator attribute.
getOperator() - Method in interface oracle.binding.criteria.SearchCriteriaItem
Gets the comparison operator for the view criteria item.
getOperator() - Method in interface oracle.binding.meta.criteria.ItemValue
Returns the operator to be executed on the operands, such as EQUALS, EXISTS.
getOperator() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getOperator() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the comparison operator for the view criteria item.
getOperator() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getOperator() - Method in class oracle.jbo.ViewCriteriaItem
 
getOperator(int) - Method in class oracle.jbo.ViewCriteriaRow
 
getOperator(String) - Method in class oracle.jbo.ViewCriteriaRow
 
getOperators(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getOperators(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getOperators(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
getOperators(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getOperators(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getOperatorsAsMap() - Method in class oracle.jbo.ViewCriteriaItem
 
getOperatorTypeString() - Method in class oracle.jbo.rules.JboCompareValidator
Converts this validator's comparison operator to its symbolic form.
getOperatorTypeString() - Method in class oracle.jbo.rules.JboLengthValidator
Converts this validator's comparison operator to its symbolic form.
getOperatorTypeString() - Method in class oracle.jbo.server.rules.JboCompareValidator
Converts this validator's comparison operator to its symbolic form.
getOperDesc() - Method in class oracle.jbo.common.JboCompOper
 
getOperDescStr(LocaleContext) - Method in class oracle.jbo.common.JboCompOper
 
getOperDescStrCode() - Method in class oracle.jbo.common.JboCompOper
 
getOperType() - Method in class oracle.jbo.rules.JboLengthValidator
Gets this validator's comparison operator.
getOperType() - Method in interface oracle.jbodt.common.LengthValidatorInterface
 
getOption() - Method in class oracle.adf.model.binding.DCMethodParameterDef
 
getOption() - Method in class oracle.jbo.server.util.JboNamedData
Advanced : For internal use only
getOptionalItemClause(ViewCriteria, ViewCriteriaItem) - Method in class oracle.jbo.common.CommonCriteriaAdapter
Returns any additional clause to be added to the where clause for optional view criteria item if there is any.
getOptionFlag() - Method in class oracle.adf.model.binding.DCParameterDef
 
getOptionFlag() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getOracleSid(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getORADataFactory() - Static method in class oracle.jbo.domain.Array
Internal: Applications should not use this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Char
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Number
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Raw
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Ref
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.RowID
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.Timestamp
Internal: Applications should not invoke this method.
getORADataFactory() - Static method in class oracle.jbo.domain.TimestampLTZ
 
getORADataFactory() - Static method in class oracle.jbo.domain.TimestampTZ
 
getORADataFactory() - Static method in class oracle.jbo.server.security.JboXSDomain
 
getOrConjunction(JIToken) - Method in class oracle.jbo.expr.JIExpr
 
getOrConjunction(JIToken) - Method in class oracle.jbo.expr.JIExprJava
 
getOrConjunction(JIToken) - Method in class oracle.jbo.expr.JIExprSQL
 
getOrderBy(Class, String, SortCriteria) - Static method in class oracle.adf.model.adapter.bean.jpa.JPQLUtils
A common utility method that can convert the criteria into JPQL clause.
getOrderBy() - Method in class oracle.jbo.server.ViewAccessorDef
 
getOrderByClause() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getOrderByClause() - Method in class oracle.jbo.common.ViewDefInfo
 
getOrderByClause() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getOrderByClause() - Method in class oracle.jbo.server.AMViewUsage
 
getOrderByClause() - Method in class oracle.jbo.server.AssociationEnd
 
getOrderByClause() - Method in class oracle.jbo.server.PDefViewObject
 
getOrderByClause() - Method in class oracle.jbo.server.ViewDefImpl
 
getOrderByClause() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the query's ORDER BY clause.
getOrderByClause() - Method in interface oracle.jbo.ViewObject
Returns the query's ORDER BY clause.
getOrderedList() - Method in class oracle.jbo.common.DependencyGraph
 
getOrderedVOUsageList(DCDataControl) - Method in class oracle.adf.model.binding.DCBindingContainer
Returns an ordered list of ViewObject usages in this panel so that a JboException parameters can be transformed from Entity-layer names and exception parameters to ViewObject names and parameters.
getOrderedVOUsageList() - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns an ordered list of ViewObject usages in this panel so that a JboException parameters can be transformed from Entity-layer names and exception parameters to ViewObject names and parameters.
getOrExpr() - Method in class oracle.jbo.expr.JIExpr
 
getOrigData(int) - Method in class oracle.jbo.server.EntityImpl
 
getOriginNodeType() - Method in class oracle.jbo.expr.JICompoundBlock
 
getOrigObject() - Method in class oracle.adf.model.binding.DCDefBase
 
getOrigObject() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getOrigObject() - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
getOrigObject() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getOrigObject() - Method in class oracle.jbo.common.JboCompOper
 
getOrigObject() - Method in class oracle.jbo.common.VariableImpl
 
getOrigObject() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getOrigObject() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getOrigObject() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getOrigObject() - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
getOrigObject() - Method in class oracle.jbo.mom.PersistableDefObject
 
getOrigObject() - Method in interface oracle.jbo.mom.xml.DefPersistable
 
getOrigObject() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getOrigObject() - Method in class oracle.jbo.server.EventDef
 
getOrigObject() - Method in class oracle.jbo.server.EventHeader
 
getOrigObject() - Method in class oracle.jbo.server.EventHeaderAttr
 
getOrigObject() - Method in class oracle.jbo.server.EventMapping
 
getOrigObject() - Method in class oracle.jbo.server.EventPayload
 
getOrigObject() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getOrigObject() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getOrigObject() - Method in class oracle.jbo.server.OperationParamImpl
 
getOrigObject() - Method in class oracle.jbo.server.PayloadItem
 
getOrigObject() - Method in class oracle.jbo.server.RaiseCondition
 
getOrigObject() - Method in class oracle.jbo.server.util.JboNamedData
 
getOrigOp() - Method in class oracle.jbo.ViewCriteriaItem
 
getOtherAssociationEnd() - Method in class oracle.jbo.server.AssociationDefImpl
 
getOtherAttributeDefImpls() - Method in interface oracle.jbo.server.Association
 
getOtherAttributeDefImpls() - Method in class oracle.jbo.server.AssociationDefBase
 
getOtherAttributeDefImpls() - Method in class oracle.jbo.server.AssociationDefImpl
 
getOtherBindVariables() - Method in class oracle.jbo.server.EntityAssociation
Returns the bind variables for the other end of the association.
getOtherEndName() - Method in class oracle.jbo.server.AssociationDefImpl
 
getOtherEntityDef() - Method in class oracle.jbo.server.EntityAssociation
Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.getDestinationOwner() and down cast it to EntityDefImpl.
getOtherViewDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
If this attribute is an accessor attribute (refers to an end in a ViewLink) then this method returns the ViewDef of other end of the ViewLink.
getOutboundServiceMessage() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getOuterValSupplier(QueryCollection) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getOutOfBandResponse() - Method in class oracle.jbo.common.JboServiceMessage
 
getOutputStream() - Method in class oracle.adf.model.connection.url.FileInteraction
Get the OutputStream to write data to this file resource
getOutputStream(int) - Static method in class oracle.jbo.common.Base64
 
getOutputStream() - Method in class oracle.jbo.common.sdo.BlobDomainDataSource
 
getOutputStream() - Method in class oracle.jbo.common.sdo.ClobDomainDataSource
return datasource outputstream
getOutputStream() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOutputStream(long) - Method in class oracle.jbo.domain.BaseLobDomain
 
getOutputStream() - Method in class oracle.jbo.domain.BFileDomain
 
getOutputStream() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getOutputStream() - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getCharacterOutputStream() instead.
getOutputStream() - Method in interface oracle.jbo.domain.LobStreamInterface
Returns a stream to be used to write bytes into this LOB.
getOverriddenProperties() - Static method in class oracle.jbo.common.PropertyDefaultContext
 
getOwner() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getOwner() - Method in class oracle.jbo.common.PropertyMetadata
 
getOwner() - Method in class oracle.jbo.domain.Array
 
getOwner() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwner() - Method in class oracle.jbo.domain.BFileDomain
 
getOwner() - Method in interface oracle.jbo.domain.LobInterface
Returns the reference to owner of this domain (could be the row that this domain instance belongs to.)
getOwner() - Method in class oracle.jbo.domain.Struct
 
getOwner() - Method in class oracle.jbo.rules.AbstractValidator
 
getOwner() - Method in class oracle.jbo.server.AssociationEnd
 
getOwner() - Method in interface oracle.jbodt.common.BaseValidator
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.Array
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.BFileDomain
 
getOwnerAttributeIndex() - Method in interface oracle.jbo.domain.LobInterface
 
getOwnerAttributeIndex() - Method in class oracle.jbo.domain.Struct
 
getOwnerDocument() - Method in interface oracle.jbo.mom.xml.DefElement
 
getOwnerDocument() - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getOwnerDocument() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getOwnerName() - Method in class oracle.jbo.server.AssociationEnd
 
getOwnerRow() - Method in class oracle.jbo.domain.BaseLobDomain
 
getOwnerRow() - Method in class oracle.jbo.domain.BFileDomain
 
getOwnerRow() - Method in class oracle.jbo.domain.Struct
 
getOwnerRowType() - Method in class oracle.jbo.server.EntityDefImpl
 
getPackage() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getPackage(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
Extracts the package name from a qualified name.
getPackageDef() - Method in class oracle.jbo.server.MetaObject
 
getPackageDefs() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getPackageName() - Method in class oracle.adf.model.bc4j.DCJboDataControl
*** For internal framework use only ***
getPackageName() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getPackageName() - Method in class oracle.jbo.common.sdo.ServiceCookieHandler
 
getPackageName() - Method in class oracle.jbo.server.MetaObject
 
getPackageName() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getPackageNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getPackageNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getPackageNames() - Method in class oracle.jbo.server.SessionImpl
 
getPackageNames() - Method in interface oracle.jbo.Session
Gets names of the packages that make up this middle tier application.
getPackages() - Method in class oracle.jbo.expr.JIExprJava
 
getPageCount() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
 
getPageDefinitionListener() - Method in class oracle.adf.model.adapter.AbstractAdapter
Returns the lsitener for page definition changes if any.
getPageIndex() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
 
getPageMap() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getPanel() - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns the associated JPanel object.
getPanel() - Method in class oracle.jbo.uicli.controls.JULovPanel
 
getPanel() - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
Returns an instance of JPanel to add into an LOV dialog.
getPanelBinding() - Method in class oracle.adf.model.binding.DCBindingContainerChangeEvent
 
getPanelBinding() - Method in class oracle.jbo.uicli.controls.dataPanel
JUPanel implementation
getPanelBinding() - Method in interface oracle.jbo.uicli.controls.JUPanel
Returns the PanelBinding that this Panel is bound to.
getPanelBinding() - Method in class oracle.jbo.uicli.controls.JUShuttlePanel
JUPanel implementation
getPanelBinding() - Method in class oracle.jbo.uicli.jui.JUPanelValidationEvent
 
getPanelBinding() - Method in class oracle.jbo.uicli.jui.JUTreeDefaultMouseListener
Gets the panelBinding containing the iterators for which tree needs to sync.
getPanelClassName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JURegionDef
 
getPanelDef() - Method in class oracle.jbo.uicli.jui.JUTableDef.JURegionDef
 
getPanelTitle() - Method in class oracle.jbo.uicli.controls.JULovPanel
 
getPanelTitle() - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
Returns a String that is displayed in the default JULovDialog as the title of the LOV dialog.
getParameterAlias(String) - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only *** Return any alias String value if set for a given bindingContainer parameter.
getParameterDef(String) - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getParameterDefintion(String) - Method in class oracle.adfinternal.model.adapter.webservice.MessagePart
Create the JSR 227 ParameterDefinition for this Message part.
getParameterDefs() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Returns the parameterSet of all parameters to the page/regionController
getParameterDefs() - Method in interface oracle.adf.model.binding.events.ConsumerDef
getParameterDefs gets the value of params field
getParameterDefs() - Method in class oracle.adf.model.binding.events.ConsumerDefImpl
getParameterDefs gets the value of params field
getParameterNames() - Method in class oracle.adf.model.adapter.AbstractImpl
Returns the name of the parameters set to this data control instance.
getParameters() - Method in class oracle.adf.model.adapter.AbstractDefinition
Returns the parameters that are defined for the data control metadata.
getParameters() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getParameters() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getParameters() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getParameters() - Method in interface oracle.adf.model.OperationInfo
Returns an array of OperationParameters that this operation needs.
getParameters() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Returns the parameters that are defined for the data control metadata.
getParameters() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getParameters(boolean, Row[]) - Method in class oracle.jbo.server.ejb.facade.CmrAccessorViewRowSet
 
getParameters() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getParameters(boolean) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of bind values to be used for binding to the query.
getParameters(boolean, Row[]) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getParametersAsStorageTypes() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of the bind values used for binding arguments to the query.
getParametersAsStorageTypes() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of bind values to be used for binding to the query.
getParametersAsStorageTypes(Row[]) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getParametersList() - Method in class oracle.adf.model.binding.DCBindingContainer
Return a list of parameter (DCParameter type) objects that make up the parameters for this bindingContainer.
getParametersMap() - Method in class oracle.adf.model.binding.DCBindingContainer
Return Parameters map.
getParameterType() - Method in class oracle.adf.model.generic.MethodAccessorDefImpl.ParameterInfoImpl
 
getParameterTypeForServiceMethod(String, Class[], int) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getParameterTypes() - Method in class oracle.jbo.server.OperationDefinitionImpl
 
getParameterValue(String) - Method in class oracle.adf.model.adapter.AbstractImpl
Gets the value of an existing definition parameter.
getParamLength() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getParamLength() - Method in class oracle.jbo.server.EffectiveDateFilterRange
 
getParamLength() - Method in interface oracle.jbo.server.RowFilter
Returns the number of elements in the array of parameters that make up the row filter.
getParamLength() - Method in class oracle.jbo.server.RowFilterKey
 
getParamList(String) - Static method in class oracle.adfinternal.model.adapter.utils.Utility
Get the list of parameters from a string containing params marked between ## marks.
getParams() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns an ordered list of parameter expressions that will be passed to the bound method on invocation.
getParamsMap() - Method in interface oracle.adf.model.OperationBinding
Retuns a map of name-value pairs of arguments and argument values to be passed to the bound operation.
getParamsMap() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Gets the parameter Maps for the definition.
getParamsMap() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Returns a mapping of the parameters and the default values.
getParamsMap() - Method in interface oracle.binding.OperationBinding
Retuns a map of name-value pairs of arguments and argument values to be passed to the bound operation.
getParamsMap() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns a map of parameter expressions.
getParamType() - Method in class oracle.jbo.server.OperationParamImpl
 
getParamTypeList() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.ServiceInterfaceMethod
 
getParamValues() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getParamValues(Row, Object[]) - Method in class oracle.jbo.server.AssociationDefImpl
Sets association condition to the query.
getParamValues() - Method in class oracle.jbo.server.EffectiveDateFilterRangeQC
 
getParamValues() - Method in interface oracle.jbo.server.RowFilter
Returns the array of parameter values that make up the row filter.
getParamValues() - Method in class oracle.jbo.server.RowFilterKey
 
getParamValues() - Method in class oracle.jbo.server.RowFilterQC
 
getParent() - Method in class oracle.adf.model.binding.DCDataControl
Returns the container DCDataControl object if any.
getParent() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getParent() - Method in interface oracle.jbo.client.remote.ClientComponentObject
 
getParent() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getParent() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getParent() - Method in class oracle.jbo.common.AccTravQualBaseImpl
 
getParent() - Method in interface oracle.jbo.common.AccTravQualifier
Returns the parent (containing) AccTravDef.
getParent() - Method in class oracle.jbo.common.NamedObjectImpl
Gets this object's parent.
getParent() - Method in interface oracle.jbo.common.PropertyContext
return the parent context
getParent() - Method in class oracle.jbo.common.PropertyDefaultContext
 
getParent() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getParent() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getParent() - Method in class oracle.jbo.common.ws.WSObject
 
getParent() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getParent() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getParent() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getParent() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getParent() - Method in class oracle.jbo.expr.JIParserNode
 
getParent() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getParentAccessor() - Method in class oracle.adf.model.adapter.dataformat.AccessorDef
 
getParentAccessor() - Method in class oracle.adf.model.adapter.dataformat.MethodReturnDef
 
getParentAccessor() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getParentAccessor() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getParentAccessor() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getParentAccessor() - Method in interface oracle.binding.meta.AccessorDefinition
Retrieves the AccessorDefinition of the parent accessor.
getParentAttributeList(ViewObject, ViewRowImpl, String) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getParentAttributeList(ViewObject, ViewRowImpl, String) - Method in class oracle.jbo.server.svc.ServiceImpl
 
getParentBindingContainer() - Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
 
getParentContext() - Method in class oracle.jbo.common.JboHome
 
getParentFrame(Component) - Static method in class oracle.jbo.uicli.jui.JUIUtil
 
getParentFullName() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getParentRowSetIterator() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Returns the RowSetIterator that this node's row is part of.
getParentVal(JIValueSupplier) - Method in class oracle.jbo.expr.JIParserNode
 
getParentVariableManager() - Method in class oracle.jbo.server.EntityImpl
 
getParentVariableManager() - Method in class oracle.jbo.server.RowImpl
 
getParentVariableManager() - Method in class oracle.jbo.server.ViewRowImpl
 
getParentViewCriteria() - Method in class oracle.jbo.ViewCriteria
 
getParentWindow(Component) - Static method in class oracle.jbo.uicli.jui.JUIUtil
 
getParmClsVec() - Method in class oracle.jbo.expr.JIParserMethodNode
 
getParmValVec() - Method in class oracle.jbo.expr.JIParserMethodNode
 
getParsedExpr() - Method in class oracle.jbo.ExprEval
*** For internal framework use only ***
getParsedScript() - Method in class oracle.jbo.ExprEval
*** For internal framework use only ***
getParseExpr() - Method in class oracle.jbo.expr.JICompoundBlock
 
getParseExpr() - Method in class oracle.jbo.expr.JIExpr
 
getParseExpr() - Method in class oracle.jbo.expr.JIIf
 
getParseExpr() - Method in class oracle.jbo.expr.JISelect
 
getParseExpr() - Method in class oracle.jbo.expr.JIWhile
 
getParser() - Static method in class oracle.jbo.server.MetaObjectManager
Deprecated. since 10.1.3. See DefinitionManager.getJboXMLDoc().
getParser() - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
Deprecated. since 10.1.3. See DefinitionManager.getJboXMLDoc().
getPartComplexPrototype() - Method in class oracle.adfinternal.model.adapter.webservice.ComplexPartDefHolder
 
getPartialFailureAllowed() - Method in interface oracle.jbo.common.service.types.ProcessControl
 
getPartialFailureAllowed() - Method in class oracle.jbo.common.service.types.ProcessControlImpl
 
getPassivatableVariables() - Method in class oracle.jbo.common.VariableValueManagerImpl
Ask the ValueManager to build a package to passivate then do the work with the object stream to get the blob as a fairly compact string to return.
getPassivatableVariables() - Method in interface oracle.jbo.VariableValueManager
Deprecated. Replaced by VariableValueManager.writeVarsToXML(Document, Element, boolean)
getPassivationId() - Method in interface oracle.jbo.common.ampool.SessionCookie
Return an identifier for the last persisted session application state.
getPassivationId() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getPassword(Node) - Static method in class oracle.jbo.client.Configuration
 
getPassword() - Method in class oracle.jbo.common.ampool.AMHomeDesc
 
getPassword() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

getPassword() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

getPassword() - Method in class oracle.jbo.uicli.controls.JULoginDlg
 
getPath() - Method in interface oracle.binding.ControlBinding
Get a unique path to this instance of the control binding inside it's 'outermost' container that is referred in the BindingContext.
getPath() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns a / separated name to the setInvoke() that could be used in el-expressions to invoke the method bound in this action binding.
getPath() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
The returned path uniquely identifies this binding within a top-level bindingContainer.
getPath() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getPattern() - Method in class oracle.jbo.rules.JboRegExpValidator
Gets the right-side operand of this validator's expression.
getPattern() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.RegExpFormatDef
 
getPattern() - Method in class oracle.jbo.uicli.jui.RegExpFormatter
Returns the Pattern used to determine if a value is legal.
getPattern() - Method in interface oracle.jbodt.common.RegExpValidatorInterface
 
getPayload() - Method in class oracle.adf.model.events.Event
getPayload gets the value of event Payload
getPayloadItems() - Method in class oracle.jbo.server.EventDef
Returns the list of payload items for the event definition.
getPayloadItems() - Method in class oracle.jbo.server.EventPayload
Returns the list of payload items for the event definition.
getPayloadNamespace() - Method in class oracle.jbo.server.EventDef
 
getPCollChanged() - Method in class oracle.jbo.pcoll.PCollNode
 
getPCollChanged() - Method in interface oracle.jbo.pcoll.PCollPersistable
 
getPCollKeys() - Method in class oracle.jbo.pcoll.PCollNode
 
getPCollParentId() - Method in class oracle.jbo.pcoll.PCollNode
 
getPCollParentId() - Method in interface oracle.jbo.pcoll.PCollPersistable
 
getPDefRow() - Method in class oracle.jbo.server.PDefAttribute
 
getPercentageFormatHelper() - Method in class oracle.jbo.format.DefaultPercentageFormatter
Deprecated.  
getPercentDoneFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the format string for formatting the PercentDone status label.
getPercentDoneFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the formatter for formatting the PercentDone status label.
getPermission() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getPermission() - Method in class oracle.adf.model.binding.DCControlBinding
 
getPermission(String, String, String, String) - Method in interface oracle.jbo.server.security.JboJAASPolicyManager
 
getPermission(String, String, String) - Method in interface oracle.jbo.server.security.JboJAASPolicyManager
 
getPermission() - Method in interface oracle.jbo.server.security.JboPermission
 
getPermissionByRole(String, String) - Method in class oracle.jbo.server.security.JboPolicyManager
 
getPermissionByRole(String, String, String[]) - Method in class oracle.jbo.server.security.JboPolicyManager
 
getPermissionClassName() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
Internal: Applications should not use this method.
getPermissionClassName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getPermissionClassName(int) - Static method in class oracle.adf.model.binding.PermissionHelper
 
getPermissionClassName() - Method in class oracle.jbo.server.svc.ServicePermissionCheckInterceptor
 
getPermissionDef() - Method in class oracle.adf.model.binding.DCDefBase
 
getPermissionDef() - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
getPermissionDef() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getPermissionDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Internal: Applications should not use this method.
getPermissionDef(String) - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getPermissionDef(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getPermissionHolder() - Method in class oracle.adf.model.binding.DCPermission
Deprecated.  
getPermissionHolder(String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getPermissionInfo() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getPermissionInfo() - Method in class oracle.adf.model.binding.DCControlBinding
 
getPermissionInfo() - Method in class oracle.adf.model.binding.DCExecutableBinding
 
getPermissionInfo() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getPermissionInfo() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getPermissionInfo() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
 
getPermissionInfo() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getPermissionProperties() - Method in class oracle.adf.model.binding.DCPermissionDef
 
getPermissions() - Method in interface oracle.jbo.server.security.JboJAASPolicyManager
 
getPermissionTag() - Static method in class oracle.adf.model.binding.DCPermissionDef
 
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCControlBinding
 
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCExecutableBinding
 
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
Internal: Applications should not use this method.
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getPermissionTargetName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getPermissionTargetName() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
 
getPersDef() - Method in class oracle.jbo.server.MetaObject
 
getPersDefObjectName(String) - Method in class oracle.jbo.mom.DefinitionManager
 
getPersistenceManager() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Returns the PersistenceManager that this TransactionBroker is associated with.
getPersistentId() - Method in class oracle.jbo.pcoll.PCollNode
 
getPersistentId() - Method in interface oracle.jbo.pcoll.PCollPersistable
 
getPersistentNextNodeId(int) - Method in class oracle.jbo.pcoll.PCollManager
 
getPersistManagerClassName() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getPersistManagerClassName() - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getPersistManagerClassName() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getPersistManagerClassName() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getPersistManagerClassName() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getPersistManagerClassName() - Method in interface oracle.jbo.server.SQLBuilder
Returns the name of default PersistManager class name.
getPersistManagerClassName() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getPersistManagerConnection() - Method in interface oracle.jbo.pcoll.PCollManagerHelper
 
getPersistManagerConnection() - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this api. Returns the connection used by PersistentCollection apis.
getPersonalizationKey() - Method in class oracle.adf.model.BindingContext
 
getPersonalizedAttributes() - Method in class oracle.jbo.server.PDefRow
 
getPersonalizedItems() - Method in class oracle.jbo.server.PDefViewCriteria
 
getPersonalizedVariables() - Method in class oracle.jbo.server.PDefComponentObjectBase
 
getPersonalizer() - Method in class oracle.adf.model.binding.DCDefBase
 
getPersonalizer() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getPersonalizerClass() - Method in class oracle.adf.model.binding.DCBindingContainerDef
 
getPersonalizerClass() - Method in class oracle.adf.model.binding.DCDefBase
 
getPersonalizerClass() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getPersTriggers(TriggerType) - Method in class oracle.jbo.server.PDefEntityObject
Internal: Applications should not use this method. *
getPersValidators() - Method in class oracle.jbo.server.PDefEntityObject
 
getPiggyback() - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getPiggyback() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getPiggyback() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getPiggyback() - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
getPiggyback() - Method in class oracle.jbo.client.remote.RowImpl
 
getPiggyback() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getPiggyback() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getPiggyback(boolean, AbstractRemoteApplicationModuleImpl) - Method in class oracle.jbo.server.remote.PiggybackManager
Collects all the changes from the ViewRowSetIteratorImpl and serialize them to the content of the piggyback as a byte stream.
getPiggybackEntries() - Method in class oracle.jbo.common.PiggybackInput
 
getPiggybackSize() - Method in class oracle.jbo.common.PiggybackOutput
 
getPiggybackStream() - Method in class oracle.jbo.common.PiggybackOutput
 
getPKBasedRef(AttributeDefImpl) - Method in class oracle.jbo.server.EntityImpl
 
getPlatform() - Static method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
 
getPlatforms() - Method in class oracle.jbo.server.AMViewUsage
Return an Enumeration of Platforms supported
getPointerString(char, char, char) - Method in class oracle.jbo.expr.JIToken
 
getPoliciesFromPolicyElement(Element) - Static method in class oracle.adf.model.connection.webservice.util.PolicyUtil
 
getPolicy(String) - Method in interface oracle.adf.model.connection.webservice.api.WebServicePolicies
 
getPolicy(String) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getPolicy(String) - Method in class oracle.adf.model.connection.webservice.impl.WebServicePoliciesBase
 
getPolicyAssertion(QName) - Method in class oracle.adf.model.connection.webservice.impl.ConnectionDispatch
Get the specified policy assertion.
getPolicyAssertion(String) - Method in class oracle.adf.model.connection.webservice.impl.ConnectionDispatch
Get the specified policy assertion.
getPolicyEntriesForRoleAction(String, String, String) - Static method in class oracle.jbo.common.policy.ADFAppPolicyReader
 
getPolicyIdFromPolicyReferenceElement(Element) - Static method in class oracle.adf.model.connection.webservice.util.PolicyUtil
 
getPolicyKeyValue() - Method in class oracle.jbo.common.policy.AppPolicyReader
 
getPolicyManager() - Method in interface oracle.jbo.server.security.JboJAASContext
 
getPolicyReferences() - Method in interface oracle.adf.model.connection.webservice.api.WebServicePolicyReferences
Lists all the PolicyReference.
getPolicyReferences() - Method in class oracle.adf.model.connection.webservice.impl.WebServicePolicyReferencesImpl
 
getPool(String) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getPool(String) - Method in class oracle.jbo.common.ampool.PoolMgr
Deprecated.  
getPoolName() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationPool.getName().
getPoolName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationPoolImpl.getName().
getPoolName() - Method in class oracle.jbo.common.sdo.ServiceCookieHandler
 
getPoolNames() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getPoolNames() - Method in class oracle.jbo.common.ampool.PoolMgr
Deprecated.  
getPools() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getPools() - Method in class oracle.jbo.common.ampool.PoolMgr
Deprecated.  
getPoolSignature() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns the signature of the pool for which this session cookie is a handle.
getPoolSignature() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getPopupMenuShowPoint(JPopupMenu, MouseEvent) - Static method in class oracle.jbo.common.GraphicsUtils
Returns a point where the given popup menu should be shown.
getPopupMenuShowPoint(JPopupMenu, int, int) - Static method in class oracle.jbo.common.GraphicsUtils
Returns a point where the given popup menu should be shown.
getPort() - Method in class oracle.adf.model.connection.url.Proxy
Get the port on which the proxy is accepting requests
getPort() - Method in interface oracle.adf.model.connection.webservice.api.JaxRpcInteraction
 
getPort() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcInteractionImpl
 
getPortFromUrl(String) - Static method in class oracle.jbo.client.JboCMUtils
 
getPortMetadata(Port) - Static method in class oracle.adf.model.connection.webservice.impl.JaxRpcInteractionImpl
 
getPortOperations(QName, String) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Get a list of all the operations that can be invoked for a particular port.
getPos() - Method in class oracle.jbo.expr.JIInput
 
getPostChangesFlag() - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
getPostedAttribute(int) - Method in class oracle.jbo.server.EntityImpl
Gets the value originally read for this attribute from the database.
getPostState() - Method in interface oracle.jbo.server.Entity
Gets this Entity Object's current post-state.
getPostState() - Method in class oracle.jbo.server.EntityImpl
Returns this Entity Object's current post-state in the transaction.
getPostThreshold() - Method in interface oracle.jbo.server.DBTransaction
Gets the threshold value for the commit-cycle's post phase.
getPostThreshold() - Method in class oracle.jbo.server.DBTransactionImpl
 
getPostThreshold() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
getPrameterInfo() - Method in class oracle.adf.model.generic.MethodAccessorDefImpl
 
getPreamble() - Method in class oracle.jbo.common.PipeDiagnosticImpl
 
getPrec() - Method in class oracle.jbo.rules.JboGenericValidator
Gets the SQL numeric precision.
getPrec() - Method in class oracle.jbo.server.rules.JboGenericValidator
Gets the SQL numeric precision.
getPrecision() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getPrecision() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getPrecision() - Method in interface oracle.jbo.AttributeDef
Gets the precision of a numeric or string attribute.
getPrecision() - Method in class oracle.jbo.common.AttributeDefHelper
 
getPrecision() - Method in class oracle.jbo.common.AttributeDefValue
 
getPrecision() - Method in class oracle.jbo.common.VariableImpl
Gets the attribute's precision.
getPrecision() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getPrecision() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the precision of a numeric or string attribute.
getPrecision() - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
Gets the precision value.
getPrecision() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the attribute's precision.
getPrecision() - Method in class oracle.jbo.server.JboPrecisionScaleValidator
Gets the precision value.
getPrecision() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Return Precision value from metadata for this binding.
getPrecision() - Method in class oracle.jbo.ViewCriteriaItem
 
getPredefinedComplexTypes() - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the names of the predefined complex types.
getPreferredCriteriaName() - Method in class oracle.jbo.common.ListBindingDef
 
getPreferredCriteriaName() - Method in class oracle.jbo.server.ListBindingDefImpl
 
getPreferredCriteriaNameForServerBinding(String) - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getPreferredListBindingRSI(ListBindingDef, String) - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
getPreferredListCriteriaName() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getPreferredListIterBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getPreferredListMode() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getPreferredListRowSetIterator() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getPreferredListRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getPreferredListRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.binding.DCDataControl
 
getPreferredListRSI(DCIteratorBinding, Key, String, String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getPreferredListRSI(RowSetIterator, Key, String, String) - Method in interface oracle.jbo.ApplicationModule
 
getPreferredListRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getPreferredListRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getPreferredListRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getPreferredListRSI(RowSetIterator, Key, String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getPreferredListRSI(String) - Method in class oracle.jbo.server.ListBinding
 
getPreferredSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar
StatusBar override.
getPreferredSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl
StatusBarProgressControl override.
getPreparedSelectStatement(boolean) - Method in class oracle.jbo.server.EntityCache
 
getPreparedStatement(int, boolean[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
getPrepSelStmtForAltKey(int, boolean) - Method in class oracle.jbo.server.EntityCache
 
getPrev() - Method in class oracle.jbo.mom.DefinitionObjectInfo
 
getPrevEffSequenceRowsVOName() - Method in class oracle.jbo.server.EntityDefImpl
The name of the View Object used to query effective dated rows with lower sequence values within the same effective start date (used in Multiple Changes Per Day).
getPreviousRangeSet() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getPreviousRangeSet() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getPreviousRangeSet() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getPreviousRangeSet() - Method in interface oracle.jbo.RowSetIterator
Gets the previous set of rows in the range.
getPreviousRangeSet() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getPreviousRangeSet() - Method in class oracle.jbo.server.ViewObjectImpl
 
getPreviousRangeSet() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getPreviousRangeSet() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getPreviousRow() - Method in class oracle.jbo.NavigationEvent
Identifies the row that was previously the current row.
getPreviousRowIndex() - Method in class oracle.jbo.NavigationEvent
Identifies the row that was previously the current row.
getPrimaryKey() - Method in interface oracle.jbo.server.Entity
Returns the primay key for this Entity Object's row.
getPrimaryKey() - Method in class oracle.jbo.server.EntityImpl
Returns the primay key for this Entity Object's row.
getPrimaryKeys() - Method in class oracle.jbo.server.EntityDefImpl
Returns the AttributeDef's that define the primary key.
getPrimaryKeys() - Method in class oracle.jbo.server.RowDef
 
getPrimaryKeys() - Method in class oracle.jbo.server.ViewDefImpl
 
getPrimaryKeys() - Method in class oracle.jbo.server.ViewObjectImpl
This method is equivalent to getKeyAttributeDefs().
getPrimaryKeyValue() - Method in class oracle.jbo.server.PDefAttribute
 
getPrimitiveFromClass(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
Get the name of the primitive associated with a given Class name.
getPriorSequencedRowChar() - Static method in class oracle.jbo.server.EntityDefImpl
 
getPrivilege() - Method in class oracle.adf.model.binding.DCPrivilege
 
getPrivilege() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getPrivilegeFilterWhereClause(String, StructureDef, String) - Method in interface oracle.jbo.DataSecurityProvider
Gets the where clause for read restriction.
getPrivilegeFilterWhereClause(String, StructureDef, String) - Method in class oracle.jbo.server.security.AbstractDataSecurityProviderImpl
 
getPrivilegeFilterWhereClause(String, StructureDef, String) - Method in class oracle.jbo.server.security.JAASDataSecurityProviderImpl
 
getPrivilegeFilterWhereClause(String, StructureDef, String) - Method in class oracle.jbo.server.security.XSDataSecurityProviderImpl
 
getPrivilegeString() - Method in class oracle.jbo.common.ExpressionDef
Deprecated. since 11.1.4.0 Applications should not be using this class.
getPrivilegeXMLDoc(ArrayList) - Static method in class oracle.jbo.server.security.PermissionHelper
 
getPrivilegeXMLDoc(ArrayList) - Static method in class oracle.jbo.server.security.XSPermissionHelper
 
getProcessOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getProducerDef(String, String) - Method in interface oracle.adf.model.binding.events.EventMapDef
getProducerDef retrieves the ProducerDef given the event name and its producer
getProducerDef(String, String) - Method in class oracle.adf.model.binding.events.EventMapDefImpl
getProducerDef retrieves the ProducerDef given the event name and its producer
getProducerDefs() - Method in interface oracle.adf.model.binding.events.EventEntryDef
getProducerDefs gets the value of producers[] field
getProducerDefs() - Method in class oracle.adf.model.binding.events.EventEntryDefImpl
getProducerDefs gets the value of producers[] field
getProducerDefs(String) - Method in interface oracle.adf.model.binding.events.EventMapDef
getProducerDefs retrieves the ProducerDef objects ArrayList given the producer
getProducerDefs(String) - Method in class oracle.adf.model.binding.events.EventMapDefImpl
 
getProductCode() - Method in exception oracle.adf.model.adapter.AdapterException
Returns a message's product code.
getProductCode() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the product code.
getProductCode() - Method in interface oracle.jbo.common.JboMessage
Gets the product code.
getProductCode() - Method in exception oracle.jbo.JboWarning
Gets the product code.
getProgressBarSize() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the progress indicator's size.
getProjectConfigurer() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getProjectDef() - Method in class oracle.jbo.mom.DefinitionManager
 
getProjectDef() - Method in class oracle.jbo.server.MetaObjectManager
 
getProjectFileExtension() - Method in class oracle.jbo.mom.DefinitionManager
 
getProjectFileExtension() - Method in class oracle.jbo.server.MetaObjectManager
 
getProjectFileExtension() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getProperties() - Method in class oracle.adf.model.adapter.AbstractDefinition
Gets a hashtable of all properties.
getProperties() - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Returns a Hashtable containing all the custom properties set against this object.
getProperties() - Method in class oracle.adf.model.adapter.dataformat.MethodDef
 
getProperties() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getProperties() - Method in class oracle.adf.model.adapter.dataformat.StructureDef
Returns a Hashtable containing all the custom properties set against this object.
getProperties() - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getProperties() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getProperties() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getProperties() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getProperties() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getProperties() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getProperties() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getProperties() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getProperties() - Method in class oracle.adf.model.utils.StandardOperationDef
 
getProperties() - Method in class oracle.adfinternal.model.adapter.webservice.DataFormat
Get all the properties associated with this DataFormat
getProperties() - Method in interface oracle.binding.meta.NamedDefinition
Gets the table of properties.
getProperties() - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Gets the table of properties.
getProperties() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getProperties() - Method in class oracle.jbo.client.remote.AttributeDefImpl
Returns all Properties
getProperties() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getProperties() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getProperties() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getProperties() - Method in class oracle.jbo.common.JboExceptionHelper
 
getProperties() - Static method in class oracle.jbo.common.MOMProperties
 
getProperties() - Method in class oracle.jbo.common.NamedObjectImpl
Gets this object's properties.
getProperties() - Method in class oracle.jbo.common.PropertiesHelper
 
getProperties() - Method in class oracle.jbo.common.PropertyGroup
return an iterator onto a collection of PropertyMetadata objects in this group
getProperties() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getProperties() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getProperties() - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getProperties() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getProperties() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getProperties() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getProperties() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the table of properties.
getProperties() - Method in exception oracle.jbo.JboWarning
 
getProperties() - Method in interface oracle.jbo.Properties
Gets the table of properties.
getProperties() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getProperties() - Method in class oracle.jbo.server.EntityRowSetImpl
Returns all Properties
getProperties() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getProperties() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Retrieves all properties.
getProperties() - Method in class oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
 
getProperties() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the list of child properties contained in this source.
getProperties() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getProperties() - Method in class oracle.jbo.ViewCriteria
 
getProperties(LocaleContext) - Method in class oracle.jbo.ViewCriteria
 
getProperties() - Method in class oracle.jbo.ViewCriteriaItem
 
getProperties() - Method in class oracle.jbo.ViewCriteriaRow
Return the properties of the ViewCriteria that owns this VC row.
getPropertiesAsStrings() - Method in class oracle.jbo.common.NamedObjectImpl
Gets this object's properties and presents them as a string array.
getPropertiesFile() - Method in class oracle.jbo.common.PropertiesBundleDef
getPropertiesFile gets the propertiesFile value
getPropertiesFileName() - Method in class oracle.jbo.common.JboPropertiesResourceBundle
 
getPropertiesMap() - Method in class oracle.jbo.common.NamedObjectImpl
Deprecated. use getPropertyMap instead
getProperty(String) - Method in class oracle.adf.model.adapter.AbstractDefinition
Gets a property value.
getProperty(String) - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
Gets a property value.
getProperty(String) - Method in class oracle.adf.model.adapter.dataformat.AttributeDef
Returns a custom property value given its name.
getProperty(String) - Method in class oracle.adf.model.adapter.dataformat.MethodDef
 
getProperty(String) - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getProperty(String) - Method in class oracle.adf.model.adapter.dataformat.StructureDef
Returns a custom property value given its name.
getProperty(String) - Method in class oracle.adf.model.adapter.dataformat.xml.SchemaMetadata
Returns the property given its name.
getProperty(String) - Method in class oracle.adf.model.bc4j.meta.AbstractNamedDefinition
 
getProperty(String) - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getProperty(String, LocaleContext) - Method in class oracle.adf.model.binding.DCVariableImpl
 
getProperty(String) - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getProperty(String) - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlStructureDefinition
 
getProperty(String) - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getProperty(String) - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getProperty(String) - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectStructureDefinition
 
getProperty(String) - Method in class oracle.adf.model.utils.StandardOperationDef
 
getProperty(String) - Method in class oracle.adfinternal.model.adapter.webservice.DataFormat
Get the specified property for this DataFormat
getProperty(String) - Method in class oracle.adfinternal.model.adapter.webservice.security.SecurityModel
 
getProperty(String) - Method in interface oracle.binding.meta.NamedDefinition
Retrieves the value of a property with the given name.
getProperty(String) - Method in class oracle.binding.metaimpl.BaseValueObjectDefinition
Returns the value of the given property name.
getProperty(String, LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getProperty(String) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
getProperty(String, boolean) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getProperty(String, Hashtable, boolean) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getProperty(String) - Static method in class oracle.jbo.common.DiagnosticFactory
Gets the value of a property.
getProperty(Object, String) - Static method in class oracle.jbo.common.JboBeanUtils
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getProperty(String) - Static method in class oracle.jbo.common.JboEnvUtil
get a property, defauting to null
getProperty(String, String) - Static method in class oracle.jbo.common.JboEnvUtil
 
getProperty(String, String) - Static method in class oracle.jbo.common.MOMProperties
 
getProperty(String) - Static method in class oracle.jbo.common.MOMProperties
 
getProperty(String) - Method in class oracle.jbo.common.NamedObjectImpl
Retrieves the specified property, if it exists.
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.NamedObjectImpl
 
getProperty(String) - Method in class oracle.jbo.common.PropertiesHelper
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.PropertiesHelper
 
getProperty() - Method in class oracle.jbo.common.PropertyMetadata
 
getProperty(Hashtable) - Method in class oracle.jbo.common.PropertyMetadata
Find the property from the given (most likey session env) map.
getProperty(boolean) - Method in class oracle.jbo.common.PropertyMetadata
this is the preferred way to get a property value, because the defaut value is used if no value has been set.
getProperty(Hashtable, boolean) - Method in class oracle.jbo.common.PropertyMetadata
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getProperty(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getProperty(String) - Method in class oracle.jbo.domain.DomainAttributeDef
Retrieves the specified property, if it exists.
getProperty(String, LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
getProperty(String) - Method in exception oracle.jbo.JboWarning
 
getProperty(String, LocaleContext) - Method in exception oracle.jbo.JboWarning
 
getProperty(String, Hashtable, int) - Static method in class oracle.jbo.pool.ResourcePoolManager
 
getProperty(String) - Method in interface oracle.jbo.Properties
Retrieves the specified property, if it exists.
getProperty(String, LocaleContext) - Method in interface oracle.jbo.Properties
 
getProperty(String) - Method in class oracle.jbo.server.AttributeDefImpl
 
getProperty(String) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getProperty(String) - Method in class oracle.jbo.server.EntityDefImpl
 
getProperty(String) - Method in class oracle.jbo.server.ViewDefImpl
 
getProperty(String) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getProperty(Object) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Delegates to the Swing Document object of the associated text component.
getProperty(String, LocaleContext) - Method in class oracle.jbo.ViewCriteria
 
getProperty(String) - Method in class oracle.jbo.ViewCriteria
 
getProperty(String) - Method in class oracle.jbo.ViewCriteriaItem
 
getProperty(String, LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
 
getPropertyAsBoolean(String, boolean) - Static method in class oracle.jbo.common.JboEnvUtil
 
getPropertyAsBoolean() - Method in class oracle.jbo.common.PropertyMetadata
 
getPropertyAsInt(String, int) - Static method in class oracle.jbo.common.JboEnvUtil
 
getPropertyCount() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getPropertyDefFactory(String) - Method in class oracle.jbo.mom.PropertyDefFactoryManager
getPropertyDefFactory returns the PropertyDefFactory registered against the given namespace
getPropertyDescriptor(Object, String) - Static method in class oracle.jbo.common.JboBeanUtils
 
getPropertyDescriptors() - Method in class oracle.jbo.uicli.controls.JUArrayComboBoxBeanInfo
 
getPropertyExpressionsMap() - Method in class oracle.jbo.common.NamedObjectImpl
 
getPropertyInMapOrBean(Object, String) - Static method in class oracle.jbo.common.JboBeanUtils
 
getPropertyListOfValues(String) - Method in interface oracle.binding.meta.criteria.Criteria
Returns a list of all valid values that is allowed in the given property.
getPropertyListOfValues(String) - Method in interface oracle.binding.meta.criteria.CriteriaRow
Returns a list of all valid values that is allowed in the given property.
getPropertyListOfValues(String) - Method in interface oracle.binding.meta.criteria.Item
Returns a list of all valid values that is allowed in the given property.
getPropertyMap() - Method in class oracle.jbo.common.NamedObjectImpl
Internal: Applications should not use this method.
getPropertyMap() - Method in class oracle.jbo.mom.PersistableDefObject
 
getPropertyMetadataType(PropertyMetadata) - Static method in class oracle.jbo.common.PropertyMetadataType
 
getPropertyName() - Method in class oracle.jbo.server.util.PropertyChangeEvent
 
getPropertySetName() - Method in class oracle.jbo.mom.DefinitionObject
Returns the default (first) PropertySet object which describes this object.
getPropertySetNames() - Method in class oracle.jbo.mom.DefinitionObject
 
getPropertyStorage() - Method in interface oracle.jbodt.common.ResourceOwner
 
getPropertyValue(String) - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the value of a property defined for the adapter.
getPropVals(ViewObject, String) - Static method in class oracle.jbo.common.policy.PolicyUtil
 
getProvider(String) - Method in class oracle.adfinternal.model.adapter.generic.DCStructureProviderFactory
Creates a DataControlStructureProvider based on the DCDefinitionProviderBuilder given by the environment.
getProvider() - Method in class oracle.adfinternal.model.adapter.webservice.WSDataControl
Returns the underlying provider configured to invoke the WS operations.
getProviderMethodResultName() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getProviderMethodResultUseCount() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getProviders() - Static method in class oracle.jbo.client.DatabaseConnectionProviderFactory
 
getProviderType() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
Indicates the type of DataControlStructureProvider to use during initialization.
getProviderType() - Method in class oracle.adf.model.adapter.bean.BeanDefinition
Returns the dc structure provider type for this BeanAbstractDefinition.
getProviderType() - Method in class oracle.adfinternal.model.adapter.bean.BeanAdapter
Returns the Structure provider type.
getProviderType() - Method in class oracle.adfinternal.model.adapter.ejb.EjbAdapter
Returns the Structure provider type.
getProviderType() - Method in class oracle.adfinternal.model.adapter.ejb.EjbDefinition
Returns the dc structure provider type for this BeanAbstractDefinition.
getProviderType() - Method in class oracle.adfinternal.model.adapter.generic.BeanAbstractAdapter
Indicates the DataControlStructureProvider type registered with the DCStructureProviderFactory to call during DataControlStructure creation.
getProviderType() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkAdapter
Returns the Structure provider type.
getProviderType() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDefinition
Returns the dc structure provider type for this BeanAbstractDefinition.
getProxy() - Method in class oracle.adf.model.connection.url.FileURLConnection
Get the proxy details for the URL Connection.
getProxy() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Get the proxy details associated with this connection instance
getProxy() - Method in interface oracle.adf.model.connection.url.URLConnection
Get the proxy details associated for this URL Connection.
getProxy() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Get the proxy details for this connection.
getProxyClassName(String) - Method in class oracle.jbo.server.AMViewUsage
 
getProxyClassName() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the Proxy class name for the corresponding deployment platform.
getProxyClassName(String) - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the proxy class name for a deplyoment platform.
getProxyClassName() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getProxyInterfaceName() - Method in class oracle.jbo.server.ViewObjectImpl
 
getQName() - Method in class oracle.jbo.server.EventInvocation
Gets the QName of the event that is to be invoked.
getQualifiedTypeName(Type) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getQualifyingRowFilters(Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
getQueriableValue() - Method in class oracle.jbo.server.PDefAttribute
 
getQuery() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getQuery() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getQuery() - Method in class oracle.jbo.server.AMViewUsage
 
getQuery() - Method in class oracle.jbo.server.EntityDefImpl
Returns the query that will return all columns for this Entity.
getQuery() - Method in class oracle.jbo.server.ViewDefImpl
Returns the query set via setQuery or via expert mode query at designtime.
getQuery() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the query statement.
getQuery() - Method in interface oracle.jbo.ViewObject
Returns the query statement.
getQueryCollection() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getQueryCollection(Object) - Method in class oracle.jbo.server.ViewRowImpl
Gets the QueryCollection this row exists in.
getQueryCollection() - Method in class oracle.jbo.server.ViewRowSetImpl
Internal: Applications should not use this method.
getQueryHint() - Method in class oracle.jbo.server.PDefViewObject
 
getQueryHint() - Method in class oracle.jbo.server.ViewDefImpl
 
getQueryHint() - Method in class oracle.jbo.server.ViewObjectImpl
 
getQueryHitCount(ViewRowSetImpl, Row[]) - Method in class oracle.adf.model.bean.DCDataVO
 
getQueryHitCount(ViewRowSetImpl, Row[]) - Method in class oracle.jbo.server.DSViewObjectImpl
 
getQueryHitCount(ViewRowSetImpl) - Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
Overrides the base implementation of getQueryHitCount(oracle.jbo.server.ViewRowSetImpl).
getQueryHitCount(ViewRowSetImpl, Row[]) - Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
 
getQueryHitCount(ViewRowSetImpl) - Method in class oracle.jbo.server.ViewObjectImpl
Counts the number of rows that would be returned if the View Object were executed with the current query.
getQueryHitCount(ViewRowSetImpl, Row[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
getQueryHitCount(ViewRowSetImpl) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getQueryHitCount(ViewRowSetImpl, Row[]) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getQueryHitCountSQL(RowSet) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getQueryHitCountSQL(RowSet) - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getQueryHitCountSQL(RowSet) - Method in interface oracle.jbo.server.SQLBuilder
Returns a SQL statement to estimate the number of rows effected by the query using the rowset values.
getQueryMode() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getQueryMode() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getQueryMode() - Method in class oracle.jbo.server.PDefViewObject
 
getQueryMode() - Method in class oracle.jbo.server.ViewObjectImpl
 
getQueryMode() - Method in interface oracle.jbo.ViewObject
Gets the current query mode of this view object.
getQueryOptimizerHint(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getQueryOptimizerHint() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getQueryOptimizerHint() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getQueryOptimizerHint() - Method in class oracle.jbo.server.ViewObjectImpl
Returns any Query Optimizer Hint set for this ViewObject or for it's definition object.
getQueryOptimizerHint() - Method in interface oracle.jbo.ViewObject
Returns query optimizer Hint set for this ViewObject or for its definition object.
getQueryStmt() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLBeanDataCollection
 
getQueryStmt() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLEntity
 
getQueryStmtCount() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLBeanDataCollection
 
getQueryStmtCount() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLEntity
 
getQueryTimeOut() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getQueryTimeOut() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getQueryTimeOut() - Method in class oracle.jbo.server.ViewObjectImpl
 
getQueryTimeOut() - Method in interface oracle.jbo.ViewObject
Returns the current query time out value.
getQuickSearchVC(DCBindingContainer, String, int, String, Object) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns a ViewCriteria for the QuickSearch(aka QuickQuery) component using the attrName and attrValue pair.
getQuotationMarkLeft() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Left half of string used to quote database identifiers.
getQuotationMarkRight() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Right half of string used to quote database identifiers.
getQuoteChar() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the csv quote char
getRaiseCondition() - Method in class oracle.adf.model.events.AbstractEventDefinition
getRaiseCondition gets the value of raiseCondition attribute
getRaiseCondition() - Method in class oracle.adf.model.events.EventDefinitionImpl
getRaiseCondition gets the value of raiseCondition attribute
getRaiseConditions() - Method in class oracle.jbo.server.EventMapping
Gets the list of raise conditions for the event mapping.
getRangeIndexOf(Row) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRangeIndexOf(Row) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRangeIndexOf(Row) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRangeIndexOf(Row) - Method in interface oracle.jbo.RowIterator
Get the index of the given row relative to the beginning of the range.
getRangeIndexOf(Row) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRangeIndexOf(Row) - Method in class oracle.jbo.server.ViewObjectImpl
Returns the range index of a given row.
getRangeIndexOf(Row) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the range index of the row specified by row.
getRangeIndexOf(Row) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the range index of the row specified by row.
getRangeIndexOf(Row) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRangeIterBinding(String, String, String, int) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Return an Iterator Binding of the given "voIterBindingName", if one already exists by that name, after setting up the iterator binding's range Size to the greater of existing range size and the given range size.
getRangePageStartForCollection(Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
getRangePagingCacheFactor() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRangePagingCacheFactor() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getRangePagingCacheFactor() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRangePagingCacheFactor() - Method in interface oracle.jbo.RowSet
 
getRangePagingCacheFactor() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRangePagingCacheFactor() - Method in class oracle.jbo.server.PDefViewObject
 
getRangePagingCacheFactor() - Method in class oracle.jbo.server.ViewDefImpl
Get the range paging cache factor.
getRangePagingCacheFactor() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRangePagingCacheFactor() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getRangeRowIndex() - Method in class oracle.jbo.common.SvcMsgResponseNavig
 
getRangeSet() - Method in interface oracle.adf.model.RangeBinding
 
getRangeSet() - Method in interface oracle.binding.RangeBinding
Returns a list of Map elements over the range of rows.
getRangeSet() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
Returns a list of Map elements over the range of rows from the associated iterator binding.
getRangeSize() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns current rowsetiterator's range size
getRangeSize() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getRangeSize() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRangeSize() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRangeSize() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getRangeSize() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRangeSize() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getRangeSize() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRangeSize() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getRangeSize() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRangeSize() - Method in interface oracle.jbo.RowIterator
Gets the size of the Row Set Iterator range.
getRangeSize() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRangeSize() - Method in class oracle.jbo.server.PDefViewObject
 
getRangeSize() - Method in class oracle.jbo.server.ViewDefImpl
 
getRangeSize() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the range size of the iterator.
getRangeSize() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the range size of the iterator.
getRangeSize() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the range size of the iterator.
getRangeSize() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only only for test purposes.
getRangeSize() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getRangeSize() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRangeSizeRawValue() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only only for test purposes.
getRangeStart() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns current rowsetiterator's range start
getRangeStart() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRangeStart() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRangeStart() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getRangeStart() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getRangeStart() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRangeStart() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getRangeStart() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRangeStart() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getRangeStart() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRangeStart() - Method in class oracle.jbo.RangeEvent
Gets the absolute index of the first row in the row set range.
getRangeStart() - Method in class oracle.jbo.RangeRefreshEvent
Gets the absolute index of the first row in the row set range.
getRangeStart() - Method in interface oracle.jbo.RowIterator
Gets the absolute row index of the first row in the Row Set Iterator range.
getRangeStart() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRangeStart() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the absolute row index of the first row in the range.
getRangeStart() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the absolute row index of the first row in the range.
getRangeStart() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the absolute row index of the first row in the range.
getRangeStart() - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
 
getRangeStart() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRangeStart() - Method in interface oracle.svcmsg.ResponseRowEvent
Returns the beginning position (in absolute row index) of the range after this event.
getRangeStartBefore() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRangeStartBefore() - Method in class oracle.jbo.ScrollEvent
Gets the index of the original first row of the range.
getRangeStartBefore() - Method in interface oracle.svcmsg.ResponseRowEvent
Returns the beginning position (in absolute row index) of the range before this event.
getRawAttributeDefs(boolean) - Method in class oracle.jbo.server.EntityDefImpl
 
getRawAttributeDefs(boolean) - Method in class oracle.jbo.server.RowDef
 
getRawAttributeDefs(boolean) - Method in class oracle.jbo.server.ViewDefImpl
 
getReadAction(String) - Static method in class oracle.adf.model.binding.PermissionHelper
 
getRealm() - Method in class oracle.adf.model.connection.url.ChallengeAuthentication
Gets the realm
getRealmName(Principal) - Static method in class oracle.jbo.common.ampool.SecurityUtil
 
getRecalcExpression() - Method in class oracle.jbo.server.AttributeDefImpl
 
getRecalcExpression() - Method in class oracle.jbo.server.PDefAttribute
 
getRecalcExpressionPrivilege() - Method in class oracle.jbo.server.AttributeDefImpl
Deprecated. since 11.1.1.4.0 Applications should not use this method
getRecalcExpressionPrivilege() - Method in class oracle.jbo.server.PDefAttribute
Deprecated. since 11.1.1.4.0 Applications should not use this method
getRecordCount() - Method in class oracle.adf.model.adapter.bean.jpa.JPQLBeanDataCollection
 
getRecordCount() - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Return the total row count for a query.
getRecordCount() - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
Return the total # of record count for a query.
getRecordCount() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
Implement get total # of record count.
getRecursive(String) - Method in interface oracle.jbo.common.PropertyContext
 
getRecursive(String) - Method in class oracle.jbo.common.PropertyDefaultContext
 
getRecycleThreshold() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getRefAttrIndex() - Method in class oracle.jbo.server.EntityDefImpl
 
getRefCount() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRefCount(Object) - Method in class oracle.jbo.pool.ResourcePool
 
getRefDataControl(String) - Method in class oracle.adf.model.binding.DCDataControlReference
 
getReference() - Method in class oracle.adf.model.connection.url.FileURLConnection
Return the Reference that describes the details of this connection.
getReference() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Return the Reference that describes the details of this connection.
getReference() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Return the Reference that describes the details of this connection.
getReference() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
Build a reference from this instance.
getReference() - Method in class oracle.jbo.client.svc.Service
 
getReferenceAttribute() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Gets the reference Entity's AttributeDefImpl if this View Attribute is Entity based.
getReferencedBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
Returns the copntrol binding with which this reference is associated to get it's data.
getReferencedObject(DomainAttributeDef) - Method in class oracle.jbo.domain.Ref
Returns an an instance of the refernced row, given the attribute definition object.
getReferencedObjectDefName() - Method in class oracle.jbo.domain.DomainAttributeDef
 
getReferencedViewCriteria(ViewCriteria) - Method in class oracle.jbo.ViewCriteriaUsage
Retrieves the view criteria referenced by this view criteria usage.
getRefId() - Method in class oracle.jbo.common.SvcMsgResponseFullRef
 
getRefId() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getRefId() - Method in interface oracle.svcmsg.ResponseRef
Returns an int id that identifies the object (so-called remote object id).
getRefName() - Method in interface oracle.adf.model.binding.events.ConsumerDef
getRefName gets the value of refName field
getRefName() - Method in class oracle.adf.model.binding.events.ConsumerDefImpl
getRefName gets the value of refName field
getRefName() - Method in interface oracle.adf.model.binding.events.ProducerDef
getRefName gets the value of refName field
getRefName() - Method in class oracle.adf.model.binding.events.ProducerDefImpl
getRefName gets the value of refName field
getRefObject() - Method in class oracle.jbo.common.SvcMsgResponseFullRef
 
getRefObject() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getRefObject() - Method in class oracle.jbo.pool.RecentlyUsedLinkedListElement
 
getRefObject() - Method in interface oracle.svcmsg.ResponseRef
Returns the actual object whose reference is being marshalled through this object.
getRefreshableAttributeMap(Row) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Gets the names of row attributes whose values are retrieved from the database after the row is inserted or updated in the post cycle.
getRefreshableAttributeMap(Row, boolean) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Gets the names of row attributes whose values are retrieved from the database after the row is inserted or updated in the post cycle.
getRefreshExpression() - Method in class oracle.adf.model.binding.DCExecutableBinding
*** For internal framework use only ***
getRefreshExpression() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
 
getRefreshExpression() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getRefreshFlag() - Method in interface oracle.adf.model.RegionContext
Returns the refresh type in case of refreshRegion event.
getRefreshOption() - Method in class oracle.adf.model.binding.DCExecutableBinding
*** For internal framework use only ***
getRefreshOption() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
 
getRefreshOption() - Method in interface oracle.adf.model.binding.DCIExecutable
 
getRefreshOptionValue() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
Internal: Applications should not use this method.
getRefreshSQLKeyAttrs(int) - Method in class oracle.jbo.server.EntityImpl
Returns an array of AttributeDefImpl containing attributes that should be used in the where-clause (as key columns) when a select statement is executed to fetch refresh-on attributes.
getRefs() - Method in class oracle.jbo.common.JboServiceMessage
 
getRegExpFlagInt(String) - Static method in class oracle.jbo.rules.JboRegExpValidator
Gets the computed int value of the regular expression match flags.
getRegExpFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getRegExpFormatDef() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
getRegionBinding() - Method in interface oracle.adf.model.RegionContext
RegionBinding instance with which this context is created.
getRegionBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Get the current nested - bindingContainer associated with this node
getRegionBindings() - Method in class oracle.adf.model.binding.DCBindingContainer
Return an ordered set of executableBindings.
getRegionBindings() - Method in interface oracle.adf.model.RegionBinding
Return a list of all nested RegionBindings contained by this RegionBinding.
getRegionContainer() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns the parent BindingContainer that includes this instance of BindingContainer as a nested BindingContainer.
getRegionController() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getRegionController() - Method in interface oracle.adf.model.RegionBinding
Returns an instance of RegionController that should handle the lifecycle for this RegionBinding.
getRegionDef() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUTableAttrPropDef
 
getRegionListeners() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a list of RegionListeners (returns an empty list if no such listener was registered).
getRegionName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
getRegisteredEventConsumer(String) - Method in class oracle.adf.model.binding.events.EventDispatcherImpl
 
getRegisteredEventConsumer(String) - Method in interface oracle.adf.model.events.EventDispatcher
getRegisteredEventConsumer used to get any consumer which is registered with EventHandler
getRegisteredSchemas() - Method in class oracle.jbodt.common.JboSchemaRegistrationManager
 
getRegistrationProperties() - Method in class oracle.jbo.server.OracleDatabaseChangeListenerWrapper
Get a list of properties used in the Oracle Database Change notification registration.
getReleaseLevel() - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getReleaseLevel() - Method in interface oracle.jbo.ApplicationModule
Returns the release level that should be employed by clients of this application module.
getReleaseLevel() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getReleaseLevel() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getReleaseLevel() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getReleasePolicy() - Method in class oracle.adf.model.BaseDataControlPolicyImpl
This methods provides a hint to the datacontrol frame what should be done on this datacontrol when release is called on the frame.
getReleasePolicy() - Method in interface oracle.adf.model.DataControlPolicy
This methods provides a hint to the datacontrol frame what should be done on this datacontrol when release is called on the frame.
getRemainingPartOfName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getRemoteApplicationModuleHome() - Method in class oracle.jbo.client.remote.ejb.AbstractApplicationModuleHomeImpl
 
getRemoteApplicationModuleHome() - Method in class oracle.jbo.client.remote.ejb.ias.AmHomeImpl
 
getRemoteApplicationModuleHome() - Method in class oracle.jbo.client.remote.ejb.wl.WLEJBAmHomeImpl
 
getRemoteAppModuleRequestHandler() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRemoteBufferSize() - Method in class oracle.jbo.domain.BaseLobDomain
 
getRemoteId() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRemoteId() - Method in interface oracle.jbo.client.remote.ClientComponentObject
 
getRemoteId() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getRemoteId() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getRemoteId() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRemoteIdString() - Method in class oracle.jbo.domain.Array
 
getRemoteIdString() - Method in class oracle.jbo.domain.BaseLobDomain
 
getRemoteIdString() - Method in class oracle.jbo.domain.BFileDomain
 
getRemoteIdString() - Method in interface oracle.jbo.domain.LobInterface
 
getRemoteIdString() - Method in class oracle.jbo.domain.Struct
 
getRemoteLength() - Method in class oracle.jbo.domain.BaseLobDomain
 
getRemoteObjectId(Object) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRemoteObjectId() - Method in class oracle.jbo.common.ROTEntry
 
getRemoteObjectId(Object) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getRemoteObjectId(Object) - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getRemoteObjectId(Object) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getRemoteObjectId(Object) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getRemovable(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrives the mode hint to be used for this attribute
getRemovable(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaItemHints
Retrieves the display name
getRemoveMethodName() - Method in class oracle.adf.model.generic.AccessorDefImpl
 
getRenderedMode(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrives the mode hint to be used for this attribute
getRenderedMode(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaItemHints
Retrives the mode for this criteria
getRenderHint() - Method in class oracle.adf.model.binding.DCIteratorBinding
If RenderHint is inMainRequest, render data associated with this binding in the same request as main render, other wise, the bindings-data may be rendered lazily in a separate request thread.
getRenderHint() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getReqdVC() - Method in class oracle.jbo.server.PDefViewObject
 
getReqdVC() - Method in class oracle.jbo.server.ViewDefImpl
 
getReqdVC() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated. use getRequiredViewCriteria()
getRequest() - Method in class oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider
Get the SOAP request message for the previous webservice call invoked.
getRequest() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRequestByKey(Object) - Method in class oracle.svcmsg.ServiceMessage
Gets the request by its key.
getRequestName() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getRequestName() - Method in class oracle.jbo.server.remote.PiggybackManager
 
getRequestPointer() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRequests() - Method in class oracle.svcmsg.ServiceMessage
Returns the requests as a List.
getRequired() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcPortImpl
 
getRequired() - Method in class oracle.adf.model.connection.webservice.util.IgnoredExtensibilityElement
 
getRequired() - Method in class oracle.jbo.ViewCriteriaItem
 
getRequiredString() - Method in class oracle.jbo.ViewCriteriaItem
 
getRequiredViewCriteria() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRequiredViewCriteria() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRequiredViewCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRequiredViewCriteria() - Method in interface oracle.jbo.ViewObject
This method returns a reference to the required view criteria if one exists on this View Object.
getReservedPassivationId() - Method in interface oracle.jbo.common.ampool.SessionCookie
Return the identifier that will be used to persist the session application state at the end of the request.
getReservedPassivationId() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getReservedWord(int) - Method in class oracle.jbo.expr.JIExpr
 
getReservedWord(int) - Method in class oracle.jbo.expr.JIExprJava
 
getReservedWord(int) - Method in class oracle.jbo.expr.JIExprSQL
 
getResource(String) - Method in class oracle.jbo.common.sdo.SDOHelper
 
getResource(String) - Method in class oracle.jbo.common.sdo.SDOSchemaResolver
 
getResource(int) - Method in class oracle.jbo.pool.ResourcePool
 
getResourceAsSource(String) - Method in class oracle.jbo.common.sdo.SDOHelper
Finds the resource with the given name.
getResourceAsStream(String) - Static method in class oracle.jbo.common.JBOClass
 
getResourceBundleClassName() - Method in class oracle.jbo.common.GenericResourceBundleDef
getResourceBundleClassName returns the name of the ResourceBundleClass as String
getResourceBundleDef() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getResourceBundleDef() - Method in class oracle.adf.model.binding.DCBindingContainerDef
getResourceBundleDef gets the mResourceBundleDef value
getResourceBundleDef() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getResourceBundleDef() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getResourceBundleDef() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getResourceBundleDef() - Method in class oracle.jbo.common.JboExHelperLocalized
getResourceBundleDef gets the mResBundleDef value
getResourceBundleDef() - Method in class oracle.jbo.common.ListBindingDef
 
getResourceBundleDef() - Method in interface oracle.jbo.common.ResourceBundleOwner
 
getResourceBundleDef() - Method in class oracle.jbo.common.VariableImpl
 
getResourceBundleDef() - Method in class oracle.jbo.common.ws.WSAMComponent
 
getResourceBundleDef() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getResourceBundleDef() - Method in class oracle.jbo.rules.AbstractValidator
getResourceBundleDef gets the mResourceBundleDef value
getResourceBundleDef() - Method in interface oracle.jbo.rules.ValidationManager
 
getResourceBundleDef() - Method in class oracle.jbo.server.AssociationEnd
 
getResourceBundleDef() - Method in class oracle.jbo.server.AttributeDefImpl
 
getResourceBundleDef() - Method in class oracle.jbo.server.ComponentObjectImpl
 
getResourceBundleDef() - Method in class oracle.jbo.server.KeyDef
 
getResourceBundleDef() - Method in class oracle.jbo.server.MetaObject
getResourceBundleDef gets the mResourceBundleDef value
getResourceBundleDef() - Method in class oracle.jbo.server.PDefAttribute
 
getResourceBundleDef() - Method in class oracle.jbo.server.PDefComponentObjectBase
 
getResourceBundleDef() - Method in class oracle.jbo.server.RowImpl
 
getResourceBundleDef() - Method in class oracle.jbo.server.ViewAccessorDef
 
getResourceBundleDef() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getResourceBundleDef() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getResourceBundleDef() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getResourceBundleDef() - Method in class oracle.jbo.uicli.binding.JUVariableIteratorDef
 
getResourceBundleDef() - Method in interface oracle.jbo.VariableManagerOwnerBase
 
getResourceBundleDef() - Method in class oracle.jbo.ViewCriteria
 
getResourceBundleId() - Method in class oracle.jbo.common.GenericResourceBundleDef
 
getResourceBundleId() - Method in interface oracle.jbo.common.ResourceBundleDef
 
getResourceBundleId() - Method in class oracle.jbo.rules.AbstractValidator
 
getResourceBundleId() - Method in interface oracle.jbodt.common.BaseValidator
 
getResourceBundleWrapper() - Method in interface oracle.jbodt.common.ResourceOwner
 
getResourceBundleWrapper(boolean) - Method in interface oracle.jbodt.common.ResourceOwner
 
getResourceClass() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the resource bundle used to localize messages.
getResourceClass() - Method in class oracle.jbo.common.JboExHelperLocalized
Gets the resource bundle used to localize messages.
getResourceClass() - Method in interface oracle.jbo.common.JboMessage
Gets the resource bundle used to localize messages.
getResourceClass() - Method in exception oracle.jbo.JboWarning
Gets the class of the resource bundle used to localize messages.
getResourceCount() - Method in class oracle.jbo.pool.ResourcePool
Returns the number of resources that are currently registered with the pool.
getResourceDetails(Object) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getResourceDetails(Object) - Method in class oracle.jbo.pool.ResourcePool
This method is invoked for every removal candidate when the pool high water mark is reached.
getResourceFactory(String) - Method in class oracle.jbo.common.ResourceFactoryManager
getResourceFactory returns ResourceFactory object registered based on namespace
getResourceFactoryManager(String) - Static method in class oracle.jbodt.common.ResourceFactoryManager
 
getResourceInfo(Object) - Method in class oracle.jbo.pool.ResourcePool
Return the resource details object.
getResourceName() - Method in class oracle.jbo.common.JboExceptionHelper
Gets the name of the ResourceBundle used to localize messages.
getResourceName() - Method in class oracle.jbo.common.JboExHelperLocalized
Gets the name of the ResourceBundle used to localize messages.
getResourceName() - Method in interface oracle.jbo.common.JboMessage
Gets the name of the ResourceBundle used to localize messages.
getResourceName() - Method in exception oracle.jbo.JboWarning
Gets the name of the ResourceBundle used to localize messages.
getResourceOwner() - Method in interface oracle.jbodt.common.AttributeInterface
 
getResourceOwner() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getResourcePool(Object) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getResourcePool(Object) - Method in class oracle.jbo.pool.ResourcePoolManager
Returns the ResourcePool for the specified key.
getResourcePoolKey() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getResourcePoolKey() - Method in class oracle.jbo.pool.ResourcePool
 
getResourcePoolKey() - Method in class oracle.jbo.server.QueryCollectionPool
 
getResourcePoolKeys() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getResourcePoolKeys() - Method in class oracle.jbo.pool.ResourcePoolManager
Returns an enumeration of resource pool keys.
getResourcePools() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getResourcePools() - Method in class oracle.jbo.pool.ResourcePoolManager
Returns an enumeration of resource pools.
getResourcePoolStatistics() - Method in class oracle.jbo.pool.ResourcePool
Copy pool statistics into a structure and return.
getResourcePoolStatistics() - Method in class oracle.jbo.pool.ResourcePoolLogger
 
getResourcePoolTimer() - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
getResourcePoolTimer() - Method in class oracle.jbo.pool.ResourcePoolManager
Retrieves the singleton instance of the Timer thread
getResourcePrefix() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getResourcePrefix() - Method in class oracle.jbo.common.ListBindingDef
 
getResourcePrefix() - Method in interface oracle.jbo.common.ResourceBundleOwner
 
getResourcePrefix() - Method in class oracle.jbo.common.VariableImpl
 
getResourcePrefix() - Method in class oracle.jbo.server.AttributeDefImpl
 
getResourcePrefix() - Method in class oracle.jbo.server.MetaObject
 
getResourcePrefix() - Method in class oracle.jbo.server.PDefComponentObjectBase
 
getResourcesAsStreams(String) - Static method in class oracle.jbo.common.policy.PolicyUtil
 
getResourcesFromBundle(LocaleContext, HashMap) - Method in class oracle.jbo.common.NamedObjectImpl
 
getResourcesFromBundle(LocaleContext, HashMap) - Method in class oracle.jbo.server.AttributeDefImpl
 
getResourcesFromBundle(LocaleContext, HashMap) - Method in class oracle.jbo.ViewCriteria
Get all resources from the resource bundle.
getResourcesFromBundle(LocaleContext, HashMap) - Method in class oracle.jbo.ViewCriteriaItem
Get all resources from the resource bundle.
getResourceString(String) - Method in interface oracle.jbodt.common.ResourceOwner
 
getResponse() - Method in class oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider
Get the SOAP response message for the previous webservice call invoked.
getResponse() - Method in class oracle.jbo.common.SvcMethodResponse
 
getResponseByKey(Object) - Method in class oracle.svcmsg.ServiceMessage
Gets the response by its key.
getResponseFormat() - Method in class oracle.adfinternal.model.adapter.webservice.WSOperation
Get the reponse format for this operation.
getResponseName() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getResponseName() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getResponseName() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
getResponseName() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getResponseName() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getResponses() - Method in class oracle.svcmsg.ServiceMessage
Returns the responses as a List.
getResString(String) - Static method in class oracle.adf.model.ADFmMessageBundle
 
getResString(String) - Static method in class oracle.jbo.uicli.UIMessageBundle
 
getRestoredChecksumValue(String) - Static method in class oracle.jbo.client.Configuration
 
getResult(Map, String) - Method in class oracle.adf.model.adapter.dataformat.CSVHandler
Returns the resulting data extracted from the input.
getResult(Map) - Method in class oracle.adf.model.adapter.dataformat.CSVHandler
Returns the resulting data extracted from the input.
getResult(Map, String) - Method in interface oracle.adf.model.adapter.dataformat.FormatDataHandler
Returns the resulting data extracted from the input.
getResult(Map) - Method in class oracle.adf.model.adapter.dataformat.xml.DOMDataHandler
Returns the resulting data extracted from the input.
getResult(Map, String) - Method in class oracle.adf.model.adapter.dataformat.xml.DOMDataHandler
Returns the resulting data extracted from the input.
getResult(Map, String) - Method in class oracle.adf.model.adapter.dataformat.XMLHandler
Returns the resulting data extracted from the input.
getResult(Map) - Method in class oracle.adf.model.adapter.dataformat.XMLHandler
Returns the resulting data extracted from the input.
getResult() - Method in class oracle.adf.model.binding.DCInvokeMethodEvent
 
getResult() - Method in interface oracle.adf.model.OperationBinding
 
getResult() - Method in interface oracle.binding.OperationBinding
Returns the result of invoking the operation bound by this binding (if the method has been already invoked.
getResult() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Returns the return value (if any) from the method that this binding invokes.
getResultIndex() - Method in class oracle.jbo.server.ViewAccessorDef
 
getResultSet() - Method in class oracle.jbo.server.QueryCollection
 
getRetrieveAllTranslations() - Method in interface oracle.jbo.common.service.types.FindControl
 
getRetrieveAllTranslations() - Method in class oracle.jbo.common.service.types.FindControlImpl
 
getRetrievedOnInsertAttributes() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of attributes for which the Refresh on Insert flag is enabled at Design Time.
getRetrievedOnInsertPrimaryKeys() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of primary keys for which the Refresh on Insert flag is enabled at Design Time.
getRetrievedOnUpdateAttributes() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of attributes for which the Refresh on Update flag is enabled at Design Time.
getRetrievedOnUpdatePrimaryKeys() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of primary key attributes for which the Refresh on Update flag is enabled at Design Time.
getReturnMode() - Method in class oracle.jbo.common.sdo.SDOValueStore
 
getReturnMode() - Method in interface oracle.jbo.common.service.types.ProcessControl
 
getReturnMode() - Method in class oracle.jbo.common.service.types.ProcessControlImpl
 
getReturnName() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getReturnName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getReturnName() - Method in interface oracle.binding.OperationInfo
Returns an expression to the location inside the BindingContext where this method's result should be found.
getReturnNodeName() - Method in class oracle.adf.model.generic.MethodAccessorDefImpl
 
getReturnObject(DataObject, String) - Static method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getReturnType(Method) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getReturnType() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.ServiceInterfaceMethod
 
getReturnType() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getReturnTypeForServiceMethod(String, Class[]) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
Returns return type for custom service method or null if method does not exist
getReverseAssociationClause() - Method in interface oracle.jbo.server.Association
 
getReverseAssociationClause() - Method in class oracle.jbo.server.AssociationDefBase
 
getRhs() - Method in interface oracle.jbodt.common.CompareValidatorInterface
 
getRhsType() - Method in interface oracle.jbodt.common.BaseValidator
 
getRhsValue(Object) - Method in class oracle.jbo.rules.JboCompareValidator
Gets the right-side operand of this validator's expression.
getRhsValue() - Method in class oracle.jbo.rules.JboCompareValidator
Gets the right-side operand of this validator's expression.
getRhsValue(Object) - Method in class oracle.jbo.rules.JboExprCollectionValidator
 
getRhsValue(Object) - Method in class oracle.jbo.rules.JboExprCompareValidator
 
getRhsValue() - Method in class oracle.jbo.rules.JboLengthValidator
Gets the right-side operand of this validator's expression.
getRhsValue(Object) - Method in class oracle.jbo.server.JboSQLCollectionValidator
 
getRhsValue(Object) - Method in class oracle.jbo.server.JboSQLCompareValidator
 
getRhsValue(Object) - Method in class oracle.jbo.server.JboVOCollectionValidator
 
getRhsValue(Object) - Method in class oracle.jbo.server.JboVOCompareValidator
Gets the right-side operand of this validator's expression.
getRhsValue(Object) - Method in class oracle.jbo.server.JboVOUsageCollectionValidator
 
getRhsValue(Object) - Method in class oracle.jbo.server.JboVOUsageCompareValidator
 
getRhsValue() - Method in class oracle.jbo.server.rules.JboAttrCompareValidator
Gets the right-side operand of this validator's expression.
getRhsValue() - Method in class oracle.jbo.server.rules.JboCompareValidator
Gets the right-side operand of this validator's expression.
getRhsValue() - Method in interface oracle.jbodt.common.LengthValidatorInterface
 
getRightChild() - Method in class oracle.jbo.expr.JIParserNode
 
getRoles(String) - Method in interface oracle.jbo.server.security.JboJAASUserManager
 
getRoot() - Method in class oracle.jbo.common.ClientDocument
Gets the root element of this ClientDocument's XML hierarchy.
getRoot() - Method in class oracle.jbo.uicli.jui.JUTreeBinding
 
getRoot() - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getRootAccessor(StructureDefinition, boolean, DefinitionContext) - Method in class oracle.adf.model.adapter.dataformat.FormatHelper.StructureHelper
Creates a wrapper accessor definition as if that returns the structure definition created by the FormatStructureHandler implementation.The return accessor will have a name "Data".
getRootAM() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRootAMDefName() - Method in class oracle.adf.model.bc4j.DCJboDataControl
Returns root DCDataControl's ApplicationModule definition name.
getRootAMDefName() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getRootApplication() - Method in class oracle.jbo.uicli.binding.JUApplication
Returns the root DCDataControl object.
getRootApplicationModule() - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getRootApplicationModule() - Method in class oracle.jbo.server.ComponentObjectImpl
Gets the root application module implementation.
getRootApplicationModule() - Method in interface oracle.jbo.server.DBTransaction
 
getRootApplicationModule() - Method in class oracle.jbo.server.DBTransactionImpl
Returns the root appmodule that owns this transaction.
getRootApplicationModule() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getRootApplicationModule(String, String) - Static method in class oracle.jbo.server.svc.ServiceConfiguration
Creates and connects an application module using the specified configuration.
getRootApplicationModule(String, String, EnvInfoProvider) - Static method in class oracle.jbo.server.svc.ServiceConfiguration
Creates and connects an application module using the specified configuration.
getRootBinding() - Method in class oracle.jbo.uicli.jui.JUTreeBinding
Returns the root node binding that contains the iterator that the root node is displaying.
getRootBindingContainer() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getRootContext() - Method in class oracle.jbo.rules.JboValidatorContext
 
getRootCriteriaRelativeName() - Method in class oracle.jbo.ViewCriteria
 
getRootCriteriaRelativeName() - Method in class oracle.jbo.ViewCriteriaItem
 
getRootDataControl() - Method in class oracle.adf.model.binding.DCDataControl
Returns the root DCDataControl object.
getRootDefElement() - Method in interface oracle.jbo.mom.xml.DefDocument
Returns the DefElement for the top-level (root) element.
getRootDefElement() - Method in class oracle.jbo.mom.xml.DefDocumentImpl
Returns the DefElement for the top-level (root) element.
getRootEJBApplicationModuleImpl() - Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
 
getRootEJBApplicationModuleImpl() - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
getRootElement() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the Url query.
getRootElements() - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Delegates to the Swing Document object of the associated text component.
getRootException(Throwable) - Static method in class oracle.jbo.client.svc.ServiceFactory
 
getRootMethod(StructureDefinition, boolean, DefinitionContext) - Method in class oracle.adf.model.adapter.dataformat.FormatHelper.StructureHelper
Creates a wrapper method definition to define a virtual method FormatHelper.METHOD_CREATE as if that returns the structure definition created by the FormatStructureHandler implementation.The returned collection will have a name "Data".
getRootNodeBinding() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
Returns the root node binding that contains the iterator that the root node is displaying.
getRootStructureName() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Gets the root structure definition name
getRootStructureName() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Gets the root structure definition name
getRootStructureName() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the root structure definition name for this dc
getRootViewCriteria() - Method in class oracle.jbo.ViewCriteria
 
getRootWSApplicationModule() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getROTEntryType() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getROTEntryType() - Method in interface oracle.jbo.client.remote.ClientComponentObject
 
getROTEntryType() - Method in class oracle.jbo.client.remote.ComponentUsageImpl
 
getROTEntryType() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRow() - Method in class oracle.adf.model.bean.DCRowContext
 
getRow() - Method in class oracle.adf.model.binding.DCBindingContainerCurrencyChangeEvent
 
getRow() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getRow() - Method in class oracle.adf.model.binding.DCBindingContainerValueChangeEvent
 
getRow() - Method in class oracle.adf.model.generic.DCRowContext
 
getRow(Key) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRow(Key) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRow(String) - Method in class oracle.jbo.common.AttributeHintsMap
pass key as some properties require current row and subclasses may have their own way to get them
getRow(Key, String, ViewObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
helper method to get row
getRow(Key, String, RowSet) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Helper method to get row from rowset
getRow(Key) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRow() - Method in class oracle.jbo.NavigationEvent
Identifies the row that is to become the current row.
getRow() - Method in class oracle.jbo.RowEvent
Gets the row that has been modified.
getRow(Key) - Method in interface oracle.jbo.RowIterator
Locates and returns a row by its unique key.
getRow(Key) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRow(Key) - Method in class oracle.jbo.server.ViewObjectImpl
Returns the first row matching a given key.
getRow(Key) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the first row whose key matches key.
getRow(int) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the row at absolute row index of index.
getRow(Key) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the first row whose key matches key.
getRow() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
 
getRow() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBindingRef
 
getRow(Key) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRowAtRangeIndex(int) - Method in class oracle.adf.model.binding.DCControlBinding
Returns the row of given range index.
getRowAtRangeIndex(int) - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the row of given range index.
getRowAtRangeIndex(int) - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRowAtRangeIndex(int) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowAtRangeIndex(int) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRowAtRangeIndex(int) - Method in interface oracle.jbo.RowIterator
Accesses a row through its range index.
getRowAtRangeIndex(int) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRowAtRangeIndex(int) - Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
 
getRowAtRangeIndex(int) - Method in class oracle.jbo.server.ViewObjectImpl
Returns the row at a given range position.
getRowAtRangeIndex(int) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the row at range index index.
getRowAtRangeIndex(int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the row at range index index.
getRowAtRangeIndex(int) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRowAtRangeIndexInternal(int) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Internal: Applications should not use this method.
getRowByKey(Key, String, ViewObject, RowSet) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getRowByKeyOrAltKey(ViewObject, RowSet, DataObject) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
 
getRowClass() - Method in class oracle.jbo.server.EntityDefImpl
Gets the implementation class of this Entity's rows.
getRowClass() - Method in class oracle.jbo.server.EntityDefOverRowSet
 
getRowClass() - Method in class oracle.jbo.server.RowDef
 
getRowClass() - Method in class oracle.jbo.server.ViewDefImpl
 
getRowClass() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the Java class of this View Object's rows.
getRowClientProxyClassName() - Method in class oracle.jbo.server.ViewDefImpl
 
getRowComparator() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowCount() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRowCount(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRowCount() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowCount() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRowCount() - Method in interface oracle.jbo.RowIterator
Counts the total number of rows in the Row Set.
getRowCount() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRowCount() - Method in class oracle.jbo.server.ViewObjectImpl
Counts the total number of rows in this row set.
getRowCount() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the total number of rows in this row set.
getRowCount() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the total number of rows in this row set.
getRowCount() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getRowCount() - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getRowCount() - Method in class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel
 
getRowCount() - Method in class oracle.jbo.uicli.jui.JUTableSortModel
 
getRowCount() - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getRowCount() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRowCountFormatString() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the format string for formatting the RowCount status label.
getRowCountFormatter() - Method in class oracle.jbo.uicli.controls.JUStatusBar
Returns the formatter for formatting the RowCount status label.
getRowCountInRange() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRowCountInRange() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowCountInRange() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRowCountInRange() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRowCountInRange() - Method in class oracle.jbo.InsertDeleteEvent
Reports the range's resulting row count.
getRowCountInRange() - Method in class oracle.jbo.RangeEvent
Counts the number of rows in the row set range.
getRowCountInRange() - Method in class oracle.jbo.RangeRefreshEvent
Counts the number of rows in the row set range.
getRowCountInRange() - Method in interface oracle.jbo.RowIterator
Gets the size of the Row Set Iterator range.
getRowCountInRange() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRowCountInRange() - Method in class oracle.jbo.server.ViewObjectImpl
Counts the rows actually in the range.
getRowCountInRange() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the actual number of rows in the range.
getRowCountInRange() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the actual number of rows in the range.
getRowCountInRange() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRowCountInRange() - Method in interface oracle.svcmsg.ResponseRowEvent
Returns the number of rows in the range.
getRowCountInRangeBefore() - Method in class oracle.jbo.InsertDeleteEvent
Reports the range's orignial row count.
getRowCountThreshold() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
Internal: Applications should not use this method.
getRowCtrlHintsOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getRowCtxtKeyOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getRowDataContainer() - Method in class oracle.adf.model.bean.DCRowContext
 
getRowDataContainer() - Method in class oracle.adf.model.generic.DCRowContext
 
getRowDataContainer() - Method in interface oracle.adf.model.RowContext
 
getRowDataContainer() - Method in interface oracle.binding.RowContext
return the source container of the dataProvider for this row.
getRowDataProvider() - Method in class oracle.adf.model.bean.DCRowContext
 
getRowDataProvider() - Method in class oracle.adf.model.generic.DCRowContext
 
getRowDataProvider() - Method in interface oracle.binding.RowContext
Return the data object that this row represents.
getRowDataProviderType() - Method in class oracle.adf.model.bean.DCRowContext
 
getRowDataProviderType() - Method in class oracle.adf.model.generic.DCRowContext
 
getRowDataProviderType() - Method in interface oracle.binding.RowContext
Return the fully-qualified type name for the dataprovider that this row represents.
getRowDefFullName() - Method in exception oracle.jbo.ValidationException
Returns the full name of the definition object of the Row that this exception was raised in.
getRowDefName() - Method in exception oracle.jbo.RowDMLException
 
getRowDefName() - Method in exception oracle.jbo.TooManyObjectsException
 
getRowExceptions() - Method in class oracle.jbo.server.RowImpl
Return a list of cached exceptions at the row level.
getRowFilter() - Method in class oracle.jbo.server.QueryCollection
 
getRowFilters() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowFilterValues() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowFilterValues() - Method in class oracle.jbo.common.ROTEntry
 
getRowFilterValues() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getRowFilterValues() - Method in class oracle.jbo.common.SvcMsgResponseNavig
 
getRowFilterValues() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRowFilterValues() - Method in interface oracle.jbo.common.ws.WSRowSetIteratorMarshaller
 
getRowFilterValues() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowFilterValues() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getRowFilterValues() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getRowForVariableEvaluation(Row) - Method in class oracle.jbo.common.AbstractListBinding
 
getRowForVariableEvaluation(Row) - Method in class oracle.jbo.server.ListBinding
 
getRowFromHandle(Object, int) - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getRowFromHandle(Object) - Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
 
getRowFromHandle(Object) - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getRowFromHandle(Object) - Method in class oracle.jbo.server.ViewRowSetImpl
Internal: Applications should not use this method.
getRowFromHandle(Object) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Internal: Applications should not use this method.
getRowFromKey(RowSetIterator, String) - Static method in class oracle.jbo.client.JboUtil
Return a Row given a String representation of Key.
getRowFromKey(Object[], Key, Object) - Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
 
getRowHandle() - Method in class oracle.jbo.common.remote.RowHandle
 
getRowHandle() - Method in class oracle.jbo.Key
Internal: em>Applications should not invoke this method.
getROWID(EntityImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Get the ROWID attribute.
getROWID(EntityImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getRowIdEntityObject() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets RowIdEntityObject entity object.
getRowIdViewObj() - Method in class oracle.jbo.server.uniqueid.RowIdAMImpl
Container's getter for RowIdViewObj
getRowIndex() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getRowIndex() - Method in class oracle.jbo.NavigationEvent
Gets the index of the row that is to become the current row.
getRowIndex() - Method in class oracle.jbo.RowEvent
Gets the index of the row that has been modified.
getRowInitLength() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getRowInitLength() - Method in interface oracle.jbo.server.RowFilter
Returns the number of elements in the array of row init values.
getRowInitLength() - Method in class oracle.jbo.server.RowFilterKey
 
getRowInitValues() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getRowInitValues() - Method in class oracle.jbo.server.EffectiveDateFilterRange
 
getRowInitValues() - Method in interface oracle.jbo.server.RowFilter
Returns the array of row init values.
getRowInitValues() - Method in class oracle.jbo.server.RowFilterKey
 
getRowInterfaceName() - Method in class oracle.jbo.server.ViewDefImpl
 
getRowIterator() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getRowIterator() - Method in class oracle.adf.model.binding.DCControlBinding
To be used by subclasses to get to the RowIterator if needed.
getRowIterBinding(String, String, String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Return an Iterator Binding of the given "voIterBindingName" if one already exists by that name.
getRowKey() - Method in exception oracle.jbo.AttrValException
Returns the key for the row that raised this exception This key will be an entity key until doEntityToVOMapping is called on this object, when it returns a mapped VO row key.
getRowKey() - Method in exception oracle.jbo.DMLException
 
getRowKey() - Method in exception oracle.jbo.RowDMLException
 
getRowKey() - Method in exception oracle.jbo.RowReadXMLException
 
getRowKey() - Method in exception oracle.jbo.RowValException
 
getRowKey() - Method in class oracle.jbo.uicli.binding.JUCtrlHierNodeBinding
Returns the Key object that identifies the row that this node is displaying.
getRowKeyString(Row) - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getRowLevelBinds() - Method in class oracle.jbo.common.ListBindingDef
 
getRowLevelBinds() - Method in class oracle.jbo.server.ViewAccessorDef
 
getRowLevelBinds() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getRowLimit() - Method in class oracle.jbo.server.ViewObjectImpl
A limit may be applied on the number of rows in a query collection.
getRowLimitDefault() - Static method in class oracle.adf.model.config.AdfmConfig
 
getRowMatch() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowMatch() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRowMatch() - Method in class oracle.jbo.server.PDefViewObject
 
getRowMatch() - Method in class oracle.jbo.server.ViewDefImpl
 
getRowMatch() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the in-memory filter (RowMatch) for the view object.
getRowMatch() - Method in interface oracle.jbo.ViewObject
Gets the in-memory filter (RowMatch) for the view object.
getRowMatchBindValue(Row, String) - Method in interface oracle.jbo.RowMatchBindValueSupplier
 
getRowMatchBindValue(Row, String) - Method in class oracle.jbo.server.ServerViewObjectSubclassDef
 
getRowMatchBindValue(Row, String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowMatchBindValue(Row, String) - Method in class oracle.jbo.server.ViewObjectOnRowSets
 
getRowMatchFromViewCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowOperationDefinitions() - Method in class oracle.jbo.server.PDefRow
Deprecated.  
getRowOperationDefinitions() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated.  
getRowOptions() - Method in class oracle.jbo.common.XmlInterfaceCriteria
 
getRowPlatforms() - Method in class oracle.jbo.server.AMViewUsage
 
getRowProxyClassName(String) - Method in class oracle.jbo.server.AMViewUsage
 
getRowProxyClassName() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getRowQualifier() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated. since 10.0.1.3 use getRowMatch().
getRowRSIId() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getRows() - Method in interface oracle.binding.meta.criteria.Criteria
Return the ordered list of Criteria rows, each of which is either a nested view criteria or a row that consists of one or more items.
getRows() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getRows(EntityImpl) - Method in class oracle.jbo.server.QueryCollection
 
getRows(Key) - Method in class oracle.jbo.server.QueryCollection
 
getRows() - Method in class oracle.jbo.server.ViewDefImpl
 
getRows(EntityImpl) - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of view rows that use the specified entity row.
getRows() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getRows() - Method in interface oracle.svcmsg.ResponseRowEvent
Returns the data rows for this event.
getRowSecurityHints(RowImpl, String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRowSet() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRowSet() - Method in class oracle.jbo.client.remote.RowImpl
 
getRowSet() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowSet() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getRowSet() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getRowSet() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getRowSet() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRowSet() - Method in interface oracle.jbo.RowSetIterator
Gets the Row Set that this Iterator belongs to.
getRowSet() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRowSet() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the View Object as a RowSet object.
getRowSet() - Method in class oracle.jbo.server.ViewRowImpl
Internal: Applications should not use this method.
getRowSet() - Method in class oracle.jbo.server.ViewRowSetImpl
Implements RowSetIterator.getRowSet.
getRowSet() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns this row set iterator's row set (interface).
getRowSet() - Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
Returns a list of Map elements over all rows from the associated iterator binding.
getRowSetData() - Method in class oracle.jbo.common.SvcMsgResponseByValueRowSet
 
getRowSetForSqlGen(ViewCriteria) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getRowSetForSqlGen(ViewCriteria) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getRowSetForSqlGen() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowSetImpl() - Method in class oracle.jbo.server.QueryCollection
 
getRowSetImpl(String, Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowSetImpl() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns this row set iterator's row set (implementation class).
getRowSetIterator(String) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getRowSetIterator(String) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getRowSetIterator() - Method in class oracle.adf.model.bean.DCRowContext
 
getRowSetIterator(String) - Method in class oracle.adf.model.binding.DCDataControl
Given the name of an RSI, find if it's already created and cached on the datacontrol
getRowSetIterator() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the current data RowSetIterator that holds rows with which this iterator binding object and its associated control-bindings are working.
getRowSetIterator(String) - Method in class oracle.adf.model.generic.DCGenericDataControl
 
getRowSetIterator() - Method in class oracle.adf.model.generic.DCRowContext
 
getRowSetIterator() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getRowSetIterator() - Method in class oracle.jbo.client.remote.RowImpl
 
getRowSetIterator() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowSetIterator() - Method in interface oracle.jbo.common.DataCollector
 
getRowSetIterator() - Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
Return the RowSetIterator this class is maintaining.
getRowSetIterator() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the row set iterator interface of this View Object.
getRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns the row set iterator interface of this object.
getRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns the row set iterator interface of this object.
getRowSetIteratorId() - Method in class oracle.jbo.common.remote.RowHandle
 
getRowSetIteratorImpl() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getRowSetIteratorRef() - Method in class oracle.jbo.common.SvcMsgResponseByValueRowSet
 
getRowSetIterators(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRowSetIterators() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getRowSetIterators() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getRowSetIterators() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRowSetIterators() - Method in interface oracle.jbo.RowSet
Gets all row set iterators that belong to this row set.
getRowSetIterators() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getRowSetIterators() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowSetIterators() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getRowSetListeners() - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Returns a list of JUPanelRowSetListeners (returns an empty list if no such listener was registered).
getRowSetName() - Method in class oracle.jbo.server.RetainAccessorDomain
 
getRowSets(int) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getRowSets() - Method in class oracle.jbo.client.remote.ViewUsageImpl
Get all Row Sets that belong to this View Object.
getRowSets() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getRowSets() - Method in class oracle.jbo.server.ViewObjectImpl
Get all Row Sets that belong to this view object.
getRowSets() - Method in interface oracle.jbo.ViewObject
Gets all row sets that belong to this view object.
getRowSetsInternal() - Method in class oracle.jbo.server.ViewObjectImpl
 
getRowsRemoved() - Method in class oracle.jbo.common.SvcMsgIteratorState
 
getRowStorageFromId(long) - Method in class oracle.jbo.server.QueryCollection
 
getRowStorageInternal() - Method in class oracle.jbo.server.ViewRowImpl
 
getRowType() - Method in interface oracle.binding.meta.criteria.CriteriaRow
Whether this CriteriaRow is a regular row or a nested view criteria.
getRowVal(Row, String) - Static method in class oracle.jbo.ExprEval
*** For internal framework use only ***
getRowValue() - Method in class oracle.jbo.common.sdo.SDOValueStore
Get the row value
getRSI(DBTransaction, String, String, String) - Static method in class oracle.jbo.server.EntityCache
 
getRSIHandle() - Method in class oracle.jbo.common.remote.RowHandle
 
getRSIId() - Method in class oracle.jbo.client.remote.RowImpl
 
getRSIId() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getRSIName() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getRTClassName() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getRtnAMStatistics() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnClientData() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnConnectionMetadata() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnEventList() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnMostRecentStackId() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnPassivationId() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnReservedPassivationId() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRtnSessionData() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getRulesActions() - Method in class oracle.jbo.uicli.jui.JUTreeDefaultMouseListener
Defines the target iterator per rule definition.
getRuntimeId(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getRuntimeMetaData() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
Accessor that returns the DC meta data passed in by the loadFromMetadata() method.
getRuntimeParameters() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
Accessor that returns the DC parameters passed in by the loadFromMetadata() method.
getSaajInteraction(Operation) - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getSaajInteraction(Operation) - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl
 
getSavedVariables() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getSaveResultsLayout(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the Save Results Layout hint for this criteria
getScalarAccessorsList() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getScale() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getScale() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getScale() - Method in interface oracle.jbo.AttributeDef
Get the scale value of a numeric attribute.
getScale() - Method in class oracle.jbo.common.AttributeDefHelper
 
getScale() - Method in class oracle.jbo.common.AttributeDefValue
 
getScale() - Method in class oracle.jbo.common.VariableImpl
Gets the attribute's scale value: the number of digits to the right or left of the decimal point, depending on whether the scale value is positive or negative.
getScale() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getScale() - Method in class oracle.jbo.domain.DomainAttributeDef
Get the scale value of a numeric attribute.
getScale() - Method in class oracle.jbo.rules.JboPrecisionScaleValidator
Gets the scale value.
getScale() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the attribute's scale value: the number of digits to the right or left of the decimal point, depending on whether the scale value is positive or negative.
getScale() - Method in class oracle.jbo.server.JboPrecisionScaleValidator
Gets the scale value.
getScale() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Return Scale value from metadata for this binding.
getScale() - Method in class oracle.jbo.ViewCriteriaItem
 
getScanRowFilterAttributeDefs() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSchema(String) - Static method in class oracle.adf.model.schema.SchemaFactory
 
getSchema(String) - Static method in class oracle.jbo.server.util.JboDTUtils
 
getSchemaBasedTranslatblePropertyKey(String, String, String) - Method in interface oracle.jbodt.common.AttributeInterface
 
getSchemaList(Connection) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getSchemaList(Connection) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getSchemaList(Connection) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of schemas for this database (note that for Oracle this is synonymous with users)
getSchemaLocation(String) - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the schema location.
getSchemaLocation() - Method in class oracle.jbo.client.svc.Service
 
getSchemaLocation() - Method in class oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
 
getSchemaLocation() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the schema location for this source, e.g.
getSchemaLocation() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getSchemaMetadata(String) - Method in class oracle.adf.model.adapter.dataformat.xml.SchemaParser
Returns meta data of the schema given its target namespace.
getSchemaMetadata() - Method in class oracle.jbodt.common.JboSchemaRegistrationManager
 
getSchemaName() - Method in class oracle.jbo.client.svc.Service
 
getSchemaProperty(String, String) - Method in class oracle.adf.model.adapter.dataformat.xml.XMLSchemaDef
Returns the property value of the schema given its namespace and name.
getSchemaProperty(String, String) - Method in class oracle.adf.model.adapter.dataformat.XSDHandler
Returns the property value of the schema given its namespace and name.
getSchemaProperty(String, String, String) - Method in interface oracle.jbodt.common.AttributeInterface
 
getSchemas(Connection) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getSchemas(Connection) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of schemas for this database (note that for Oracle this is synonymous with users)
getSchemaTree() - Method in class oracle.adf.model.adapter.dataformat.xml.XMLSchemaDef
Returns the XSD tree in the form of StructureDefinition.
getSchemaTree() - Method in class oracle.adf.model.adapter.dataformat.XSDHandler
Returns the XSD tree in the form of StructureDefinition.
getSchemaType(String) - Static method in class oracle.adf.model.adapter.dataformat.xml.TypeMap
Maps a Java type to its corresponding XML Schema Definition type.
getScriptName() - Method in class oracle.adf.model.binding.DCInvokeMethodDef
Internal: Applications should not use this method.
getScrollAmount() - Method in class oracle.jbo.ScrollEvent
Gets the distance rows are displaced by the scroll.
getScrollMode() - Method in class oracle.jbo.uicli.jui.JUTableDef
 
getScrollPaneClassName() - Method in class oracle.jbo.uicli.jui.JUListSingleSelDef
 
getScrollPaneClassName() - Method in class oracle.jbo.uicli.jui.JUTableDef
 
getScrollPaneClassName() - Method in class oracle.jbo.uicli.jui.JUTreeDef
 
getScrolMode() - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getSDOHelperContext() - Method in class oracle.jbo.common.sdo.SDOHelper
get local helper context by helperContextId
getSDOHelperContext(String) - Method in class oracle.jbo.common.sdo.SDOHelper
 
getSDOHelperContextId() - Method in interface oracle.jbo.client.svc.ProxyWrapperInterface
 
getSDOHelperContextId() - Method in class oracle.jbo.client.svc.Service
 
getSDOHelperContextId() - Method in class oracle.jbo.common.sdo.SDOHelper
 
getSDOHelperContextId(String) - Method in class oracle.jbo.common.sdo.SDOHelper
 
getSDOHelperContextId(Class) - Method in class oracle.jbo.common.sdo.SDOHelper
 
getSDOHelperContextId() - Method in class oracle.jbo.common.service.ServiceADFContext
 
getSDOJavaClassName(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the mapping of a Java data type to an SDO Java instance class.
getSDOName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getSdoName() - Method in class oracle.jbo.server.ViewDefImpl
 
getSdoNameSpace() - Method in class oracle.jbo.server.ViewDefImpl
 
getSdoObject() - Method in interface oracle.jbo.service.errors.ServiceErrorMessage
 
getSdoObject() - Method in class oracle.jbo.service.errors.ServiceErrorMessageImpl
 
getSDOPackageName() - Method in class oracle.jbo.server.ViewDefImpl
 
getSDOProperty(Property) - Method in class oracle.jbo.common.sdo.SDOHelper
helper method to enfore toplink's SDOProperty
getSDOType(Type) - Method in class oracle.jbo.common.sdo.SDOHelper
helper method to enfore toplink's SDOType
getSDOType(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the mapping of a Java data type to an SDO data type.
getSDOType(ViewDefImpl) - Method in class oracle.jbo.service.helper.PDefSDOViewBuilderSrcImpl
 
getSDOType() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the SDO Type for this source.
getSDOType() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getSDOType() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getSDOType(ViewDefImpl) - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getSDOWrapperClassName(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the mapping of a Java data type to an SDO wrapper class.
getSearchableAttributes(DCBindingContainer) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns a List of AttributeDefs that are searchable/queriable.
getSearchableAttributes(DCBindingContainer, boolean) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
Returns a List of AttributeDefs that are searchable/queriable.
getSearchAttributeNames() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getSearchAttributeNames() - Method in interface oracle.binding.DataFilter
Gets the list of attributes (view attributes and link accessors) to retrieve.
getSearchCriteria() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getSearchCriteria() - Method in interface oracle.binding.DataFilter
Gets additional runtime search condition.
getSearchCriteriaConjunction(int) - Static method in class oracle.jbo.common.types.Conjunction
Maps a ViewCriteriaComponent enumeration code to a Conjunction enumeration code.
getSearchCriteriaItems() - Method in interface oracle.binding.criteria.SearchCriteriaItemsGroup
Gets the list of view criteria items.
getSearchGroups() - Method in interface oracle.binding.criteria.SearchCriteria
Gets the list of view criteria rows.
getSearchValue() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getSecureCriteriaClause(ViewCriteria) - Static method in class oracle.jbo.common.policy.PolicyUtil
 
getSecurityContext() - Method in class oracle.adf.model.binding.DCDataControl
 
getSecurityHints() - Method in class oracle.adf.model.generic.RowImpl
 
getSecurityHints() - Method in class oracle.jbo.client.remote.RowImpl
 
getSecurityHints() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getSecurityHints() - Method in interface oracle.jbo.Row
Returns the SecurityHints object for the row.
getSecurityHints() - Method in class oracle.jbo.server.RowImpl
 
getSecurityHints() - Method in class oracle.jbo.ViewCriteriaRow
 
getSecurityModel() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the underlying security model for this Data control.
getSelectAfterSort() - Method in class oracle.jbo.uicli.jui.JUTableDef
Determine whether a sort should reselect the current row
getSelectClause() - Method in class oracle.jbo.server.AMViewUsage
 
getSelectClause(SQLBuilder) - Method in class oracle.jbo.server.EntityDefImpl
 
getSelectClause(SQLBuilder, boolean) - Method in class oracle.jbo.server.EntityDefImpl
 
getSelectClause() - Method in class oracle.jbo.server.PDefViewObject
 
getSelectClause() - Method in class oracle.jbo.server.ViewDefImpl
 
getSelectClause() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSelectClauseFlags() - Method in class oracle.jbo.server.PDefViewObject
 
getSelectClauseFlags() - Method in class oracle.jbo.server.ViewDefImpl
 
getSelectClauseFlags() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSelectedAttributes(Type, FindCriteria, ViewObjectImpl) - Method in class oracle.jbo.common.sdo.SDOValueStoreHelper
Return selected attribute list for viewobject whose query mode is "declarative".
getSelectedIndex() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getSelectedIndexValue() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getSelectedIndices() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getSelectedItem() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getSelectedLabel() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef
 
getSelectedListBinding() - Method in class oracle.jbo.uicli.controls.JUShuttlePanel
 
getSelectedObjects() - Method in class oracle.jbo.uicli.jui.JUActionBinding
 
getSelectedObjects() - Method in class oracle.jbo.uicli.jui.JUButtonBinding
 
getSelectedObjects() - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getSelectedRow() - Method in class oracle.jbo.uicli.controls.JULovPanel
 
getSelectedRow() - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
Returns the currently selected Row in the Lov Panel, so that the binding uses this row to update the target values.
getSelectedValue() - Method in class oracle.jbo.server.PDefAttribute
 
getSelectedValue() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getSelectedValues() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Only for use when this list is in multi-selection mode.
getSelectionAttributeName() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getSelectionDef() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getSelectionDef() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getSelectionIndices() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Only for use when this list is bound to delimited string attribute.
getSelectList() - Method in class oracle.jbo.expr.JIParserNodeSelect
 
getSelectList() - Method in class oracle.jbo.expr.JISelect
 
getSeqId() - Method in class oracle.jbo.common.SvcMsgResponseEvent
 
getSeqId() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getSequenceNumber() - Method in class oracle.jbo.client.remote.SequenceImpl
 
getSequenceNumber() - Method in class oracle.jbo.domain.DBSequence
Returns the value of this Sequence as an oracle.jbo.domain.Number
getSequenceNumber() - Method in class oracle.jbo.server.SequenceImpl
Returns a sequence value.
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.Date
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.DBSequence
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.NullValue
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSerializedDomainXML(Document) - Method in class oracle.jbo.domain.Timestamp
Creates the xml node in the given xml document for this domain's data in hex format of the byte[] representation of the data.
getSerializedDomainXML(Document) - Method in interface oracle.jbo.domain.XMLDomainWriter
Creates the XML node in the given XML document for this domain's data.
getSerializerClassName() - Method in class oracle.jbo.common.VariableImpl
 
getSerializerClassName() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the name of the custom value serializer class.
getSerializerClassName() - Method in interface oracle.jbo.Variable
Gets the name of the custom value serializer class.
getSerRefs() - Method in class oracle.jbo.common.JboServiceMessage
 
getSerRequests() - Method in class oracle.jbo.common.JboServiceMessage
 
getSerResponses() - Method in class oracle.jbo.common.JboServiceMessage
 
getServerBindingName() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getServerClass(String) - Static method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
 
getServerClassName(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
Internal: Applications should not use this method.
getServerObject() - Method in class oracle.jbo.common.SvcMsgDataRow
Advanced - for internal use only.
getServerProperties() - Static method in class oracle.jbo.server.MetaObjectManager
Gets the server properties loaded from oracle.jbo.server.jboserver.properties.
getServerRowKey() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getService(QName) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Gets the service from a service name.
getServiceClassName() - Method in interface oracle.adf.model.connection.webservice.api.JaxRpcInteraction
 
getServiceClassName() - Method in interface oracle.adf.model.connection.webservice.api.JaxRpcPort
 
getServiceClassName() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcInteractionImpl
 
getServiceClassName() - Method in class oracle.adf.model.connection.webservice.impl.JaxRpcPortImpl
 
getServiceCookieHandler(ApplicationModule) - Static method in class oracle.jbo.server.svc.ServiceConfiguration
 
getServiceErrorMessage(JboException, DataObject, String, ServiceErrorMessage) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
Helper method to retrieve ServiceErrorMessage from jboexception and source dataobject.
getServiceErrorMessage(Throwable, DataObject, String) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getServiceMessage() - Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
 
getServiceMessage() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getServiceMessage() - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
getServiceMessage() - Method in class oracle.jbo.client.remote.RowImpl
 
getServiceMessage() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getServiceMessage() - Method in class oracle.jbo.server.remote.PiggybackManager
 
getServiceMessage() - Method in exception oracle.jbo.server.svc.ServiceJboWarning
 
getServiceMethod(String, Class[]) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
Returns custom service method or null if method does not exist.
getServiceName() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the default service name for this Data control definition
getServiceName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getServiceOperations(QName) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Get a look up table for all the operations for a particular service.
getServicePorts(QName) - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Gets the ports given a serivce name.
getServiceProxy(String) - Static method in class oracle.jbo.client.svc.ServiceFactory
 
getServiceProxy(String, Class) - Static method in class oracle.jbo.client.svc.SOAPProxy
 
getServices() - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
Gets the services described by this Model.
getServiceSchemaLocation() - Method in class oracle.jbo.service.management.JboServiceManager
 
getServiceSchemaLocation() - Method in interface oracle.jbo.service.management.JboServiceManagerMBean
get schema location
getServiceSchemaName() - Method in class oracle.jbo.service.management.JboServiceManager
 
getServiceSchemaName() - Method in interface oracle.jbo.service.management.JboServiceManagerMBean
get the schema name
getSession() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Returns the Session associated with this transaction.
getSession() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDataControl
ADVANCED: Returns the TopLink Session associated with this data control's transaction.
getSession() - Method in class oracle.adfinternal.model.adapter.toplink.TransactionBroker
Returns the Session associated with this transaction.
getSession() - Method in interface oracle.jbo.ApplicationModule
Gets the application module's session.
getSession() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getSession(VariableManagerOwnerBase) - Method in class oracle.jbo.common.VariableImpl
 
getSession() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getSession() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the session information.
getSession() - Method in interface oracle.jbo.server.DBTransaction
Gets the session information.
getSession() - Method in class oracle.jbo.server.DBTransactionImpl
Gets the session information.
getSession() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getSession() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
getSessionContext() - Method in class oracle.adf.model.binding.DCDataControl
 
getSessionContext() - Method in class oracle.adf.model.BindingContext
 
getSessionContext() - Method in class oracle.jbo.client.svc.WASStartUpBeanImpl
 
getSessionContext() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
Returns the SessionContext set by setSessionContext()
getSessionContext() - Method in class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl
 
getSessionContextManager() - Method in class oracle.adf.model.binding.DCDataControl
 
getSessionContextManager() - Static method in class oracle.jbo.server.SessionImpl
 
getSessionCookie() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getSessionCookie() - Method in exception oracle.jbo.common.ampool.ApplicationPoolException
 
getSessionCookie() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getSessionCookieClass() - Method in class oracle.jbo.common.ampool.DefaultSessionCookieFactory
 
getSessionCookieFactory() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Get the factory that will be used to create new session cookie instances.
getSessionCookieFactory() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getSessionCookieFactoryClassName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getSessionDefBaseDir() - Method in class oracle.jbo.mom.DefinitionManager
 
getSessionDefBasePackage() - Static method in class oracle.jbo.mom.DefinitionManager
 
getSessionDefNames() - Method in class oracle.adf.model.binding.DCConfigurationDef
 
getSessionDefNames() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getSessionDefPackages() - Static method in class oracle.jbo.mom.DefinitionManager
 
getSessionDefs() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
getSessionId() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns the session identifier.
getSessionId() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getSessionId(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getSessionId() - Method in class oracle.jbo.common.sdo.ServiceCookieHandler
 
getSessPersDefObjCount() - Method in class oracle.jbo.mom.DefinitionManager
 
getSetType() - Method in class oracle.jbo.rules.Variant
 
getSetType() - Method in class oracle.jbo.server.util.Variant
 
getSeverity() - Method in class oracle.binding.DataExceptionEvent
 
getSeverity() - Method in class oracle.jbo.common.JboExceptionHelper
 
getSeverity() - Method in exception oracle.jbo.JboWarning
Gets the exception severity.
getSeverity() - Method in class oracle.jbo.rules.AbstractValidator
Returns severity as one of the constants in oracle.jbo.JboWarning : JboWarning.SEVERITY_ERROR , JboWarning.SEVERITY_WARNING, JboWarning.SEVERITY_VETOABLE_WARNING, or JboWarning.SEVERITY_RECOVERABLE_ERROR
getSeverity() - Method in interface oracle.jbo.service.errors.ServiceMessage
 
getSeverity() - Method in class oracle.jbo.service.errors.ServiceMessageImpl
 
getSeverity() - Method in interface oracle.jbodt.common.BaseValidator
 
getSeverityIntValue(String) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
 
getSeverityStringValue(int) - Static method in class oracle.jbo.service.errors.ServiceExceptionHelper
mapping jbo error severity to string value
getSharedHandle() - Static method in class oracle.jbo.server.MetaObjectManager
Get the Shared Handle
getSharedHandleName() - Static method in class oracle.jbo.server.MetaObjectManager
Get the Shared handle name
getSharedHandleStatus() - Static method in class oracle.jbo.server.MetaObjectManager
Get the Shared Handle Status
getShort() - Method in class oracle.jbo.rules.Variant
 
getShort() - Method in class oracle.jbo.server.util.Variant
 
getShortName(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
Extracts a class name from a qualified name.
getShow() - Method in class oracle.jbo.common.EventGroup
 
getShowInList(LocaleContext) - Method in interface oracle.jbo.ViewCriteriaHints
Retrives the auto execute hint for this criteria
getShowMove() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef
 
getShowSelectAll() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef
 
getShuttlePanelButtonDef(String) - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef
 
getSIFContextKey() - Method in class oracle.jbo.server.ViewDefImpl
 
getSignature() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Return a signature for the application pool.
getSignature() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getSignature() - Method in class oracle.jbo.common.remote.ObjectHandle
 
getSignature() - Method in class oracle.jbo.ConnectionMetadata
 
getSignature() - Method in class oracle.jbo.Key
Internal: em>Applications should not invoke this method.
getSignature() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getSignature(Method) - Static method in class oracle.jbo.server.OperationDefinitionsImpl
 
getSignature() - Method in class oracle.jbo.server.OperationParamImpl
 
getSignature() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method. Only for use in Object marshalling for remote tiers.
getSimilarChildren(String) - Method in interface oracle.jbo.mom.xml.DefElement
Gets the child elements with node names "similar to" the given node name (i.e.
getSimilarChildren(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets the child elements with node names "similar to" the given node name (i.e.
getSimilarChildren(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getSimilarChildrenList(String) - Method in interface oracle.jbo.mom.xml.DefElement
Gets the child elements with node names "similar to" the given node name (i.e.
getSimilarChildrenList(String) - Method in class oracle.jbo.mom.xml.DefElementImpl
Gets the child elements with node names "similar to" the given node name (i.e.
getSimilarChildrenList(String) - Method in class oracle.jbo.mom.xml.ElementDefElement
 
getSimilarChildrenList(String) - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getSingleton() - Static method in class oracle.jbo.common.StringManager
 
getSingleton() - Static method in class oracle.jbo.rules.JboPrecisionScaleValidator
 
getSingleton() - Static method in class oracle.jbo.server.MetaObjectManager
 
getSize() - Method in class oracle.binding.meta.ArrayListDefinitionContainer
Returns the number of Definition instances contained in this ArrayListDefinitionContainer.
getSize() - Method in class oracle.jbo.common.JboTypeMap
 
getSize() - Method in class oracle.jbo.domain.Array
 
getSize() - Method in class oracle.jbo.domain.BaseLobDomain
 
getSize() - Method in class oracle.jbo.domain.BFileDomain
 
getSize() - Method in interface oracle.jbo.domain.LobInterface
 
getSize() - Method in class oracle.jbo.domain.Struct
 
getSize() - Method in class oracle.jbo.pool.RecentlyUsedLinkedList
 
getSize() - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
 
getSize() - Method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
 
getSkipLevelIdentifier() - Static method in class oracle.binding.DataChangeEntry
To be used by DataControls and Bindings to identify a particular slot as skipped in the keypath datastructure.
getSortAttribute() - Method in class oracle.jbo.common.service.types.SortOrderImpl
 
getSortAttribute() - Method in interface oracle.jbo.common.types.SortOrder
Gets the list of sort attributes.
getSortAttribute() - Method in class oracle.jbo.datasource.SortOrderImpl
 
getSortBy() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getSortBy() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getSortBy() - Method in class oracle.jbo.server.PDefViewObject
 
getSortBy() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSortBy() - Method in interface oracle.jbo.ViewObject
 
getSortCriteria(OperationBinding) - Method in class oracle.adf.model.adapter.AbstractImpl
Extracts and returns the sort criteria, if any, defined for the method action.
getSortCriteria() - Method in class oracle.adf.model.adapter.bean.provider.BeanDataCollection
 
getSortCriteria(DCIteratorBinding) - Method in class oracle.adf.model.bc4j.DCJboDataControl
Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.
getSortCriteria(DCIteratorBinding) - Method in class oracle.adf.model.bean.DCBeanDataControl
Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.
getSortCriteria(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
 
getSortCriteria() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.
getSortCriteria() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getSortCriteria(DCIteratorBinding) - Method in class oracle.adf.model.generic.DCGenericDataControl
Returns an ordered array of SortCriteria that will be applied when the source for this iteratorBinding is executed.
getSortCriteria() - Method in interface oracle.binding.DataFilter
Gets the query result sort order.
getSortCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSortCriteriaList() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getSortItems() - Method in interface oracle.binding.criteria.SortCriteria
Gets the list of sort attributes.
getSortOn() - Method in class oracle.adf.model.adapter.AdapterSortCriteria
Gets the attributes to be sorted on
getSortOrder() - Method in class oracle.jbo.common.service.types.FindCriteriaImpl
 
getSortOrder() - Method in interface oracle.jbo.common.types.FindCriteria
Gets the query result sort order.
getSortOrder() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getSource() - Method in class oracle.jbo.client.remote.ViewLinkImpl
 
getSource() - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getSource() - Method in exception oracle.jbo.JboException
 
getSource() - Method in class oracle.jbo.rules.JboValidatorContext
AttributeList Object that is being validated.
getSource() - Method in class oracle.jbo.server.EntityDefImpl
Returns the name of the Database source table.
getSource() - Method in class oracle.jbo.server.ViewLinkImpl
Gets the master (source side) View Object.
getSource() - Method in interface oracle.jbo.ViewLink
Gets the link's master View Object.
getSourceAccessor() - Method in class oracle.jbo.server.ViewLinkImpl
 
getSourceAttributeDef() - Method in class oracle.jbo.server.AttributeDefOverAttr
 
getSourceEnd() - Method in interface oracle.jbo.server.Association
 
getSourceEnd() - Method in class oracle.jbo.server.AssociationDefBase
 
getSourceEntityAssocEnd() - Method in class oracle.jbo.server.ViewLinkDefImpl
 
getSourceFullName() - Method in class oracle.jbo.rules.JboValidatorContext
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgRequest
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgResponseEvent
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgResponseException
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgResponseNavig
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgResponseRef
 
getSourceId() - Method in class oracle.jbo.common.SvcMsgResponseRowEvent
 
getSourceId() - Method in interface oracle.svcmsg.Request
Returns the object that identifies the object that originated this request.
getSourceLocation() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the data source location.
getSourceLocation() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the data source location.
getSourceName() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the name of the collection instance to which this iterator binding is bound to.
getSourceName() - Method in class oracle.adf.model.generic.AccessorDefImpl
 
getSourceOwner() - Method in interface oracle.jbo.server.Association
 
getSourceOwner() - Method in class oracle.jbo.server.AssociationDefBase
 
getSourceRow() - Method in class oracle.jbo.rules.JboValidatorContext
 
getSourceType() - Method in class oracle.jbo.rules.JboValidatorContext
 
getSourceType() - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
getSourceTypeString() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getSourceTypeString() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getSourceTypeString() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAttributeDefinition
 
getSourceTypeString() - Method in interface oracle.binding.meta.AttributeDefinition
Returns the actual java type of the attribute in the data source.
getSourceTypeString() - Method in class oracle.binding.metaimpl.BaseAttributeDefinition
Returns the actual java type of the attribute in the data source.
getSourceUsageName() - Method in class oracle.jbo.common.UsageInfo
 
getSpinnerDateModelDef() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef
 
getSpinnerNumberModelDef() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef
 
getSQL() - Method in class oracle.jbo.datasource.FindCriteriaImpl
 
getSQL() - Method in class oracle.jbo.server.JboSQLListValidator
Gets this validator's SQL statement.
getSQL() - Method in interface oracle.jbodt.common.ListValidatorInterface
 
getSQLBuilder() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the SQLBuilderImpl - lazily building.
getSQLBuilder() - Method in interface oracle.jbo.server.DBTransaction
 
getSQLBuilder() - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
getSQLBuilder() - Method in class oracle.jbo.server.EntityImpl
Get the SQLBuilderImpl which performs all SQL operations required by this Entity Object.
getSQLBuilder() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getSQLType() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getSQLType() - Method in interface oracle.jbo.AttributeDef
Gets the JDBC type of the attribute.
getSQLType() - Method in class oracle.jbo.common.AttributeDefHelper
 
getSQLType() - Method in class oracle.jbo.common.AttributeDefValue
 
getSQLType() - Method in class oracle.jbo.common.JboTypeMap
 
getSQLType() - Method in class oracle.jbo.common.VariableImpl
Overridden to return -1;
getSQLType() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getSQLType() - Method in class oracle.jbo.domain.DomainAttributeDef
Gets the JDBC type of the attribute.
getSQLType() - Method in class oracle.jbo.domain.NullValue
Converts this to string naming a JDBC type.
getSQLType() - Method in class oracle.jbo.server.AttributeDefImpl
Returns the SQL type of this attribute.
getSQLType() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Always return -1.
getSQLType() - Method in interface oracle.jbo.Variable
Overridden to return -1;
getSQLType() - Method in class oracle.jbo.ViewCriteriaItem
 
getSQLTypeFromClass(Class) - Static method in class oracle.jbo.common.AttributeDefValue
 
getSQLTypeId() - Method in class oracle.jbo.common.JboTypeMap
 
getSQLTypeId() - Method in class oracle.jbo.domain.NullValue
Converts this to a JDBC type ID.
getSQLTypeIdToString(int) - Static method in class oracle.jbo.server.AttributeDefImpl
Converts an identifier to the name of an SQL type.
getSQLTypeName() - Method in class oracle.jbo.domain.DomainAttributeDef
 
getSQLTypeStringToId(String) - Static method in class oracle.jbo.server.AttributeDefImpl
Converts a SQL type name to its identifier.
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
This defines the string that will be post-fixed to SQL statements to have the rows locked - if the DB is incapable of this then it should return null.
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getSqlVariantLockTrailer(EntityImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
Invokes the default getSqlVariantLockTrailer() method.
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
Returns the lock trailer from the System properties.
getSqlVariantLockTrailer() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getSrcAttrNames() - Method in class oracle.jbo.server.ViewLinkUsage
 
getSrcVOName() - Method in class oracle.jbo.server.ViewLinkUsage
 
getSSOSubscriber() - Method in interface oracle.jbo.common.ampool.SessionCookie
 
getSSOSubscriber() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getSSOUserName() - Method in interface oracle.jbo.common.ampool.SessionCookie
 
getSSOUserName() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getStartDate() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getStartId() - Method in class oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
Gets the attribute value for StartId, using the alias name StartId
getStartId() - Method in class oracle.jbo.server.uniqueid.RowIdViewObjRowImpl
Gets the attribute value for START_ID using the alias name StartId
getStartPosition() - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Method delegates to the swing Document object of the associated text component.
getStartTime() - Method in class oracle.jbo.common.ampool.AMStatistics
 
getState() - Method in class oracle.adf.model.binding.DCBindingContainer
In the process of re-creating a binding container.
getState() - Method in class oracle.adf.model.binding.DCControlBinding
In the process of re-creating a binding container.
getState() - Method in class oracle.jbo.mom.LongRunningStatementHandle
Returns the current state of the statement
getState(Object) - Method in class oracle.jbo.pool.ResourcePool
 
getState() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
 
getStateAsString(int) - Static method in class oracle.jbo.server.EntityImpl
Utility function to convert the STATE to a string: todo: this is in the wrong place - it belongs in some static utility class as a converstion between byte and string
getStatement() - Method in interface oracle.jbo.service.errors.ServiceDMLErrorMessage
 
getStatement() - Method in class oracle.jbo.service.errors.ServiceDMLErrorMessageImpl
 
getStatementMonitor() - Method in class oracle.jbo.mom.DefinitionManager
Return the LongRunningStatementMonitor that can monitor and terminate long running SQL statements.
getStateToken() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns the container state.
getStateToken() - Method in interface oracle.binding.BindingContainer
Returns the state token.
getStateTokenId() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns the container state token.
getStateVariableForBinding(DCControlBinding, String) - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getStaticDef() - Method in class oracle.jbo.mom.PersDefBase
 
getStaticDef() - Method in interface oracle.jbo.mom.PersonalizableDef
 
getStaticDefWithCheck() - Method in class oracle.jbo.mom.PersDefBase
 
getStaticListCellId(String, int, int) - Static method in class oracle.jbo.datasource.SampleVODataSourceImpl
 
getStaticListCellId(String, int, int) - Static method in class oracle.jbo.server.ViewDefImpl
 
getStaticMethod(String, String, Class[]) - Static method in class oracle.jbo.common.service.ReflectionHelper
 
getStatistics() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getStatistics() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the pool statistics.
getStatistics() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getStatistics() - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
 
getStatisticsHolder() - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
 
getStatisticsHolder() - Method in class oracle.jbo.pool.ResourcePoolLogger
 
getStatisticsInfo(Locale) - Method in class oracle.jbo.common.ampool.AMStatistics
 
getStatus() - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
getStatus() - Method in class oracle.jbo.server.ejb.EJBTxnHandlerImpl
 
getStatusMessageText() - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
getStepSize() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getStmtExpr() - Method in class oracle.jbo.expr.JIExpr
 
getStmtExpr() - Method in class oracle.jbo.expr.JIExprSQL
 
getStmtVarName(Statement) - Static method in class oracle.jbo.server.JDBCInteract
 
getStorage() - Method in class oracle.jbo.domain.BaseLobDomain.BlobOutputStream
 
getStorageByteArray() - Method in class oracle.jbo.domain.BaseLobDomain
 
getStorageByteArray() - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageByteArray(String) - Method in class oracle.jbo.domain.ClobDomain
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageByteArray() - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageByteArray(String) - Method in class oracle.jbo.domain.generic.GenericClob
Deprecated. since 9.0.3.5. Use getStorageCharArray() instead.
getStorageCharArray() - Method in class oracle.jbo.domain.ClobDomain
Converts this Clob contents into a char array.
getStorageCharArray() - Method in class oracle.jbo.domain.generic.GenericClob
Converts this Clob contents into a char array.
getStorageRoot() - Method in class oracle.adfinternal.model.adapter.webservice.Types
Returns the root storage location.
getStoredProcedureName() - Method in class oracle.jbo.server.ViewDefImpl
 
getStr(ArrayResourceBundle, int) - Static method in class oracle.jbo.common.ResourceManager
 
getStrDef() - Method in class oracle.adfinternal.model.adapter.webservice.ComplexPartDefHolder
 
getStream(Document) - Method in class oracle.jbo.client.Configuration
 
getStreamData() - Method in exception oracle.jbo.common.colo.ExceptionMarshaller
 
getStreamData() - Method in exception oracle.jbo.common.remote.ejb.RemoteJboException
 
getString() - Method in class oracle.jbo.common.InternedString
 
getString(String, String, String) - Static method in class oracle.jbo.common.StringManager
Localizes a message using the default locale.
getString(String, String, String, Object[]) - Static method in class oracle.jbo.common.StringManager
Formats and localizes a message using the default locale.
getString(String, String, String, Locale, Object[]) - Method in class oracle.jbo.common.StringManager
 
getString(String, String, String, Locale, Object[], boolean) - Method in class oracle.jbo.common.StringManager
 
getString(ResourceBundle, String, String, Object[], boolean) - Method in class oracle.jbo.common.StringManager
 
getString() - Method in class oracle.jbo.expr.JIParserNode
 
getString() - Method in class oracle.jbo.rules.Variant
 
getString() - Method in class oracle.jbo.server.util.JboToken
 
getString() - Method in class oracle.jbo.server.util.Variant
 
getStringArray(int) - Method in class oracle.jbo.common.ArrayResourceBundle
Get an object from an ArrayResourceBundle.
getStringConcatOper(boolean) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getStringConcatOper(boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getStringConcatOper(boolean) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getStringConcatOper(boolean) - Method in interface oracle.jbo.server.SQLBuilder
Returns a String concatenation operator for query clause generation.
getStringConcatOper(boolean) - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getStringFromBundle(String, String, String, Locale, Object[], boolean) - Method in class oracle.jbo.common.StringManager
 
getStringFromMessageBundle(String, LocaleContext, boolean) - Method in class oracle.jbo.common.NamedObjectImpl
internal only for framework use.
getStringFromMessageBundle(String, LocaleContext, boolean) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getStringFromResourceDef(ResourceBundleDef, String, String, Locale, Map, boolean) - Method in class oracle.jbo.common.StringManager
 
getStringFromResourceInternal(ResourceBundleDef, String, String, Locale, Map, boolean) - Method in class oracle.jbo.common.StringManager
 
getStringInternal(String, String, String, Locale, Object[], boolean) - Method in class oracle.jbo.common.StringManager
 
getStructAttribute(AttributeList, StructureDef, String) - Static method in class oracle.jbo.domain.Struct
 
getStructDef() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getStructName() - Method in class oracle.jbo.domain.Ref
Returns the name of the struct associated with this RefDomain.
getStructure() - Method in class oracle.adf.model.adapter.AbstractDefinition
Gets the structure definition of the output data.
getStructure() - Method in class oracle.adf.model.adapter.bean.BeanAbstractDefinition
 
getStructure() - Method in class oracle.adf.model.adapter.dataformat.AccessorDef
 
getStructure(String, DefinitionContext) - Method in class oracle.adf.model.adapter.dataformat.BeanHandler
Implement the FormatStructureHandler for getStructure.
getStructure(String, DefinitionContext) - Method in class oracle.adf.model.adapter.dataformat.CSVHandler
Returns the structure definition extracted for the data format.
getStructure(String, DefinitionContext) - Method in interface oracle.adf.model.adapter.dataformat.FormatStructureHandler
Returns the structure definition extracted for the data format.
getStructure() - Method in class oracle.adf.model.adapter.dataformat.ParamDef
 
getStructure(String, DefinitionContext) - Method in class oracle.adf.model.adapter.dataformat.XSDHandler
Returns the structure definition extracted for the data format.
getStructure() - Method in interface oracle.adf.model.adapter.generic.DataControlStructure
Returns the structure definition describing the data control being created for this DataControlStructure.
getStructure() - Method in class oracle.adf.model.bc4j.meta.DataControlDefinitionImpl
 
getStructure() - Method in class oracle.adf.model.meta.bc4j.BC4JDataControlDefinition
 
getStructure() - Method in class oracle.adf.model.meta.bc4j.BC4JViewObjectAccessorDefinition
 
getStructure(String) - Method in class oracle.adfinternal.model.adapter.bean.BeanStructureDefinitionBuilder
 
getStructure() - Method in class oracle.adfinternal.model.adapter.generic.DataControlStructureImpl
 
getStructure() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
Returns the structure definition.
getStructure() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
Returns the structure definition.
getStructure() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
Get the strcuture definition for the data
getStructure() - Method in interface oracle.binding.meta.AccessorDefinition
Retrieves the metadata of the elements that the accessor collection contains.
getStructure() - Method in interface oracle.binding.meta.DataControlDefinition
Retrieves the structure metadata of this datacontrol.
getStructureDef() - Method in class oracle.adf.model.adapter.AbstractImpl
Gets the structure defintion for the data for this data control.
getStructureDef(String) - Method in class oracle.adf.model.adapter.AbstractImpl
Gets the structure definition of a complex type.
getStructureDef() - Method in class oracle.adf.model.bean.DCRowContext
 
getStructureDef() - Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
 
getStructureDef() - Method in class oracle.adf.model.generic.DCRowContext
 
getStructureDef() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getStructureDef() - Method in class oracle.adf.model.generic.RowImpl
 
getStructureDef() - Method in class oracle.jbo.client.remote.RowImpl
 
getStructureDef() - Method in class oracle.jbo.client.remote.TransPostEntityRow
 
getStructureDef(VariableManagerOwnerBase) - Method in class oracle.jbo.common.VariableImpl
 
getStructureDef() - Method in class oracle.jbo.domain.Struct
Returns the structure definition, that describes the details of the attributes, of this domain.
getStructureDef() - Method in interface oracle.jbo.Row
Returns the structure of the row.
getStructureDef() - Method in class oracle.jbo.server.EntityImpl
 
getStructureDef() - Method in class oracle.jbo.server.RowImpl
 
getStructureDef() - Method in class oracle.jbo.server.ViewRowImpl
 
getStructureDef() - Method in class oracle.jbo.ViewCriteria
 
getStructureDef() - Method in class oracle.jbo.ViewCriteriaItem
 
getStructureDef() - Method in class oracle.jbo.ViewCriteriaRow
 
getStructureDefFullName() - Method in class oracle.jbo.ViewCriteria
 
getStructureDefImpl(DCDataControl) - Method in class oracle.adf.model.generic.AccessorDefImpl
 
getStructureDefImpl() - Method in class oracle.adf.model.generic.AccessorDefImpl
 
getStructureDefinition(NamedDefinition) - Static method in class oracle.adf.model.utils.JSR227Util
Utility method to get the StructureDefinition from a given named definition, if the named definition is one of the definition types that contains a structure.
getStructureDefName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getStructureHelper(FormatStructureHandler) - Static method in class oracle.adf.model.adapter.dataformat.FormatHelper
Gets the structure definition helper for a FormatStructureHandler.
getStructureProvider() - Method in class oracle.adfinternal.model.adapter.generic.BeanAbstractAdapter
Convenience method for obtaining the DataControlStructureProvider.
getStyles(String) - Method in interface oracle.jbo.ApplicationModule
Gets the style definition from an XML file in the middle tier.
getStyles(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Gets the Style Definitions from the Middle Tier
getStyles(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getStyles(String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Gets the Application Module's style definitions from the middle tier.
getStyles(String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getSubclassDef(ViewDefImpl) - Method in class oracle.jbo.server.ViewObjectImpl
 
getSubclassDefFromStructureDef(StructureDef) - Method in class oracle.jbo.server.ViewObjectImpl
Strictly Internal: Applications should not use this method.
getSubject() - Method in class oracle.jbo.server.SessionImpl
Returns the current JAAS SUbject
getSubstitutedDefNames(DCIteratorBinding) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getSubstitutedDefNames(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
 
getSubstitutedDefNames() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getSubstitutedDefNames() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getSubstitutedDefNames() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSubstitutedDefNames() - Method in interface oracle.jbo.ViewObject
Returns an array of fully qualified view definition names that are substituted by this view object's definition.
getSubstitutedNames(String, boolean) - Method in class oracle.jbo.mom.DefinitionManager
 
getSubstitutedNames(boolean) - Method in class oracle.jbo.mom.PersistableDefObject
 
getSubString(long, int) - Method in class oracle.jbo.domain.ClobDomain
Returns a copy of the specified substring in the Clob value designated by this Clob object.
getSubString(long, int) - Method in class oracle.jbo.domain.generic.GenericClob
Returns a copy of the specified substring in the Clob value designated by this Clob object.
getSubType() - Method in class oracle.adf.model.adapter.AdapterDataControlDef
Returns null so that the definition class is used to load the definition.
getSubType(StructureDef, AttributeDef, LocaleContext) - Method in class oracle.adf.model.binding.DCBindingFactory
 
getSubType() - Method in class oracle.adf.model.binding.DCDefBase
 
getSubType() - Method in enum oracle.jbo.AttributeHints.ControlType
 
getSubTypeForElement(Element) - Method in class oracle.jbo.uicli.binding.JUBindingDefFactoryImpl
 
getSubTypeForElement(Element) - Method in class oracle.jbo.uicli.jui.JUDefFactoryImpl
 
getSubTypeViewDef() - Method in class oracle.jbo.common.ViewObjectSubclassDef
 
getSupportedOperators() - Method in interface oracle.binding.meta.criteria.SimpleItem
Returns a list of operators that can be used on this criteria item when the right operand is an expression or literal.
getSupportedSourceClasses() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the source type classes that this adapter can handle.
getSupportedSourceNames() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the source type names that this adapter can handle.
getSupportedSourceTypes() - Method in class oracle.adf.model.adapter.AdapterDefinition
Gets the source types that this adapter can handle.
getSupportedSubSelectOperators() - Method in interface oracle.binding.meta.criteria.SimpleItem
Returns a list of operators that can be used on this criteria item when the right operand is a nested criteria.
getSupportsAliasInUpdateStatements() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
Assume that aliases are permitted, unless a builder denies it
getSupportsAliasInUpdateStatements() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
SQL*Server doesn't support this: eg: "update EMP Employees (set NAME='Brian') where ID=42"
getSvcInterfaceClass() - Method in class oracle.jbo.client.svc.Service
 
getSvcMsgDataRows(int, ViewCriteria, int[], int[], String[], String) - Static method in class oracle.jbo.common.ViewCriteriaMarshaller
 
getSvcMsgManager() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
getSvcMsgManager() - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getSVIName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getSvuCanCreate(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getSvuCanDelete(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getSvuCanMerge(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getSvuCanUpdate(String) - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getSvuNames() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getSyncLock() - Method in class oracle.adf.model.binding.DCDataControl
Obtain a lock on this object when subclasses need to lock access to data inside this DC.
getSyncLock() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getSyncLock() - Method in class oracle.adf.model.BindingContext
 
getSyncLock() - Method in class oracle.adf.model.dcframe.DataControlFrameImpl
 
getSyncLock() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getSyncLock() - Method in interface oracle.jbo.ApplicationModule
Gets the locking object for this application module.
getSyncLock() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getSyncLock() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getSyncLock() - Method in interface oracle.jbo.common.ampool.SessionCookie
INTERNAL USE ONLY.
getSyncLock() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getSyncLock() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getSyncLock() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getSyncLock() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
 
getSyncLock() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
 
getSyncLock() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getSyncLock() - Method in class oracle.jbo.pool.ResourcePool
INTERNAL USE ONLY.
getSyncLock() - Method in interface oracle.jbo.RowSetIterator
Gets the locking object for this Row Set Iterator.
getSyncLock() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getSyncLock() - Method in class oracle.jbo.server.DBTransactionImpl
 
getSyncLock() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getSyncLock() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getSyncLock() - Method in class oracle.jbo.server.ViewObjectImpl
 
getSyncLock() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getSyncLock() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getSyncMode() - Method in interface oracle.jbo.ApplicationModule
Returns the sync mode for this application module.
getSyncMode() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getSyncMode() - Method in class oracle.jbo.common.JboServiceMessage
 
getSyncMode() - Method in interface oracle.jbo.common.ObjectMarshaller
 
getSyncMode() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getSyncMode() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the sync mode for this Application Module.
getSyncMode() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getSyncMode() - Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
 
getSyncROTReq() - Method in class oracle.jbo.common.JboServiceMessage
 
getSystemFilePath(String) - Static method in class oracle.jbo.service.helper.SDOSchemaLocationResolver
Gets the classpath URL of a system schema file name, e.g.
getSystemId(DOMParser) - Static method in class oracle.xml.parser.v2.BC4JXMLPatch
 
getSystemTypeQName(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the qualified name of an SDO Type, given the Java instance class used to implement the Type.
getTable(String) - Static method in class oracle.jbo.server.util.JboDTUtils
 
getTableBinding(DCIteratorBinding) - Method in class oracle.jbo.uicli.controls.JULovDialog
 
getTableBinding() - Method in class oracle.jbo.uicli.jui.JUTableSortModel
Returns the TableModel that this class is sorting.
getTableCellEditor() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getTableCellEditor() - Method in class oracle.jbo.uicli.jui.JULOVEditorPropDef
 
getTableCellEditor() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class oracle.jbo.uicli.controls.JUTableRegion
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class oracle.jbo.uicli.jui.JUTableFormatEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class oracle.jbo.uicli.jui.JUTableLOVEditor
 
getTableCellRenderer() - Method in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
getTableCellRenderer() - Method in class oracle.jbo.uicli.jui.JULOVEditorPropDef
 
getTableCellRenderer() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class oracle.jbo.uicli.controls.JUTableRegion
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class oracle.jbo.uicli.jui.JUTableComboBoxRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class oracle.jbo.uicli.jui.JUTableFormatRenderer
 
getTableList(Connection, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTableList(Connection, String, String, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTableList(Connection, String, String, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTableList(Connection, String, String, boolean, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTableListSqlStatement(String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class oracle.jbo.server.OLiteSQLBuilderImpl
A helper method for getTableListSqlStatement.
getTableListSqlStatement(String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class oracle.jbo.server.OLiteSQLBuilderImpl
A helper method for getTableListSqlStatement.
getTableListSqlStatement(String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class oracle.jbo.server.OracleSQLBuilderImpl
A helper method for getTableList.
getTableListSqlStatement(String, String, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class oracle.jbo.server.OracleSQLBuilderImpl
A helper method for getTableList.
getTableListSqlStatement(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class oracle.jbo.server.OracleSQLBuilderImpl
A helper method for getTableList.
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTables(Connection, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTables(Connection, String, String, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTables(Connection, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getTables(Connection, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getTables(Connection, String, String, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTables(Connection, String, String, String, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTables(Connection, String, String, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTables(Connection, String, String, boolean, boolean, boolean, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Return a list of tables visible in this connection.
getTableSignature(String) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
getTableSignature(String) - Method in class oracle.jbo.pcoll.JTAPersistManager
 
getTableSignature(String) - Method in class oracle.jbo.pcoll.OraclePersistManager
 
getTableSignature(String) - Method in interface oracle.jbo.pcoll.PersistManager
 
getTagName() - Method in interface oracle.jbo.mom.xml.DefElement
 
getTagName() - Method in class oracle.jbo.mom.xml.WrapperDefElement
 
getTarget() - Method in class oracle.adf.model.binding.DCPermissionDef
 
getTarget() - Method in class oracle.jbo.common.SvcMethodRequest
 
getTargetAttributeNames() - Method in class oracle.jbo.server.JboExistsValidator
 
getTargetClassLoader(String) - Static method in class oracle.jbo.common.policy.PolicyUtil
 
getTargetIterator() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
 
getTargetName() - Method in class oracle.jbo.server.JboExistsValidator
 
getTargetName() - Method in interface oracle.jbo.server.security.JboPermission
 
getTargetRowData(Row, AttributeDef) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getTempClobBindVarVal(Connection) - Method in class oracle.jbo.domain.ClobDomain
 
getTerm() - Method in class oracle.jbo.expr.JIExpr
 
getTerm() - Method in class oracle.jbo.expr.JIExprJava
 
getTerm() - Method in class oracle.jbo.expr.JIExprSQL
 
getText() - Method in interface oracle.adf.model.binding.DCErrorMessage
Return String version of the error message text.
getText() - Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
 
getText() - Method in class oracle.jbo.uicli.controls.JUComboBoxLovEditButton
Returns the button's text.
getText() - Method in class oracle.jbo.uicli.controls.JULovEditButton
Returns the button's text.
getText() - Method in class oracle.jbo.uicli.jui.JUButtonDef
 
getText(int, int) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Method delegates to the swing Document object of the associated text component.
getText(int, int, Segment) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Method delegates to the swing Document object of the associated text component.
getTextField() - Method in class oracle.jbo.uicli.controls.JULovEditButton
 
getTexts() - Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
 
getTheRestOfLine() - Method in class oracle.jbo.expr.JIInput
 
getTheRestOfLineTrim() - Method in class oracle.jbo.expr.JIInput
 
getThreadRefCount() - Method in interface oracle.jbo.common.ampool.SessionCookie
INTERNAL USE ONLY.
getThreadRefCount() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getTime() - Method in class oracle.jbo.domain.Timestamp
Returns the time as a long value using timestampValue().getTime().
getTime() - Method in class oracle.jbo.rules.Variant
 
getTime() - Method in class oracle.jbo.server.util.Variant
 
getTimeCreated() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getTimeout() - Method in class oracle.adf.model.connection.url.FileURLConnection
Get the timeout set on this connection.
getTimeout() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Get the timeout set on this connection.
getTimeout() - Method in interface oracle.adf.model.connection.url.URLConnection
Get the timeout set on this connection.
getTimeout() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Get the timeout set on this connection.
getTimeoutMillis() - Static method in class oracle.jbo.server.util.SafeExec
 
getTimestamp() - Method in class oracle.jbo.rules.Variant
 
getTimestamp() - Method in class oracle.jbo.server.util.Variant
 
getTimeToCreateMillis(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Gets the time that it will tke to create the application module (in milli-secs).
getTimeToCreateMillis(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getTimeToCreateMillis(Object) - Method in class oracle.jbo.pool.ResourcePool
Return the time (ms) required to create the resource.
getTimeToLive() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getTimeToLive() - Method in class oracle.jbo.pool.ResourcePool
Return the duration in milliseconds that a resource may remain in the pool.
getTimeToLive() - Method in class oracle.jbo.server.QueryCollectionPool
 
getTimeZoneOffset() - Static method in class oracle.jbo.rules.Variant
Returns the zime zone offset of the current calender.
getTimeZoneOffset() - Static method in class oracle.jbo.server.util.Variant
Returns the zime zone offset of the current calender.
getTitle() - Method in class oracle.jbo.uicli.jui.JUComboBoxLovEditDef
 
getTitle() - Method in class oracle.jbo.uicli.jui.JULovButtonDef
 
getToDo() - Method in class oracle.jbo.common.JboCompOper
 
getToken() - Method in exception oracle.jbo.expr.JISyntaxError
 
getTokenInfo() - Method in exception oracle.jbo.expr.JISyntaxError
 
getTokens(String) - Method in class oracle.jbo.server.util.GenClausesRuntime
 
getTokStr() - Method in class oracle.jbo.expr.JIToken
 
getTokType() - Method in class oracle.jbo.expr.JIToken
 
getTooltip(LocaleContext) - Method in class oracle.adf.model.bean.DCVCItemValueRowAttrHints
 
getTooltip(LocaleContext) - Method in class oracle.adf.model.generic.AttributeDefImpl
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeHintsImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.client.remote.ComponentHintsHelper
 
getTooltip(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.common.ws.WSComponentObjectImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewLinkImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in interface oracle.jbo.GenericHints
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
Retrives the tooltip text to be used for this attribute
getTooltip(LocaleContext) - Method in class oracle.jbo.server.ComponentObjectImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.server.EntityAttrHintsImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.server.RowAttrHintsImpl
 
getTooltip(LocaleContext) - Method in class oracle.jbo.server.SIFAttrHintsHelper
 
getTooltip(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getTooltip() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrives the tooltip text to be used for this attribute.
getTooltip(String, String) - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Retrives the tooltip text to be used for this attribute.
getTooltip(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Retrives the tooltip text to be used for this attribute.
getTooltip(String, String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Retrives the tooltip text to be used for this attribute.
getTooltip(String, String, LocaleContext) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Retrives the tooltip text to be used for this attribute.
getTooltip(String, String, String, LocaleContext) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Retrives the tooltip text to be used for this attribute.
getTooltip() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef.JUShuttlePanelButtonDef
 
getTooltip(LocaleContext) - Method in class oracle.jbo.ViewCriteriaItem
Retrives the tooltip text to be used for this attribute
getTopLevelElements() - Method in class oracle.adf.model.adapter.dataformat.XSDHandler
Returns an List of the top-level elements in all the namespaces defined in this schema.
getTopMostAccessorIteratorBinding(DCIteratorBinding) - Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
Walk up the accessor hierarchy and return the top level Accessor IteratorBinding.
getTransaction() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
 
getTransaction() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the Transaction object for the current BC4J session.
getTransaction() - Method in class oracle.adfinternal.model.adapter.toplink.TopLinkDataControl
ADVANCED: Returns the TransactionBroker associated with this data control.
getTransaction() - Method in interface oracle.jbo.ApplicationModule
Gets this application module's database transaction.
getTransaction() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getTransaction() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getTransaction() - Method in interface oracle.jbo.DataSecurityProvider
 
getTransaction() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the transaction information.
getTransaction() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getTransaction() - Method in class oracle.jbo.server.security.AbstractDataSecurityProviderImpl
 
getTransactionBroker() - Method in class oracle.adf.model.generic.toplink.TopLinkDataControl
Deprecated. Returns the TransactionBroker associated with this data control instance that manages all transactional related activities for this data control.
getTransactionBrokerFor(BindingContext, Map) - Method in class oracle.adf.model.generic.toplink.PersistenceManager
Deprecated. Builds up a new or retrieves a cached TransactionBroker for the given application BindingContext and application parameters.
getTransactionHandler() - Method in interface oracle.jbo.server.DBTransaction
Internal: Applications should not use this method.
getTransactionHandler() - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
getTransactionHandler() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getTransactionHandlerFactory() - Method in class oracle.jbo.server.SessionImpl
Get the session's transaction handler factory.
getTransactionHandlerFactory() - Method in class oracle.jbo.server.svc.ServiceSessionImpl
 
getTransactionId(Transaction) - Static method in class oracle.jbo.server.JTATxnHandlerImpl
 
getTransactionInternal() - Method in class oracle.jbo.server.ApplicationModuleImpl
 
getTransactionListeners() - Method in class oracle.jbo.server.EntityImpl
Returns a copy of the list of "detail" Entities associated to this Entity Object by a composition association, participating in a transaction post and commit operations.
getTransactionListenersList() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransactionListenersList() - Method in class oracle.jbo.server.EntityImpl
Returns a copy of the list of "detail" Entities associated to this Entity Object by a composition association, participating in a transaction post and commit operations.
getTransactionManager() - Static method in class oracle.jbo.server.JTATxnHandlerImpl
 
getTransactionName() - Method in class oracle.adf.model.binding.DCDataControlDef
 
getTransactionPolicy() - Method in class oracle.adf.model.BaseDataControlPolicyImpl
This methods provides a hint to the datacontrol frame what should be done on this datacontrol when transaction operations are called on the frame.
getTransactionPolicy() - Method in interface oracle.adf.model.DataControlPolicy
This methods provides a hint to the datacontrol frame what should be done on this datacontrol when transaction operations are called on the frame.
getTransactionPostListenersList() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransactionState() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransactionTimeout() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getTransactionTimeOut() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
 
getTransactionTimeout() - Method in class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl
 
getTransAttrValidationList() - Method in interface oracle.jbo.rules.JboTransAttrValidationManager
 
getTransAttrValidationList() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransAttrValidationManager() - Method in class oracle.jbo.rules.JboValidatorContext
 
getTransAttrValidationManager() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransAttrValidations() - Method in interface oracle.jbo.rules.JboTransAttrValidationManager
 
getTransAttrValidations() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransformedDCKey(DCDataControl) - Static method in class oracle.adf.model.BindingContext
Internal Framework implementation: do not use
getTransientExpression() - Method in class oracle.jbo.common.VariableImpl
 
getTransientExpression() - Method in class oracle.jbo.server.AttributeDefImpl
 
getTransientExpression() - Method in class oracle.jbo.server.PDefAttribute
 
getTransientExpression() - Method in class oracle.jbo.server.PDefVariable
 
getTransientExpression() - Method in interface oracle.jbo.Variable
 
getTransientExpressionPrivilege() - Method in class oracle.jbo.server.AttributeDefImpl
Deprecated. since 11.1.1.4.0 Applications should not use this method
getTransientExpressionPrivilege() - Method in class oracle.jbo.server.PDefAttribute
Deprecated. since 11.1.1.4.0 Applications should not use this method
getTransientExprEval() - Method in class oracle.jbo.server.AttributeDefImpl
Deprecated. since 11.1.1.4.0 Applications should not use this method
getTransientRefreshFlag() - Method in class oracle.adf.model.binding.DCBindingContainer
Advanced for internal framework use only
getTransientRefreshType() - Method in class oracle.adf.model.binding.DCBindingContainer
Advanced for internal framework use only
getTransientValues() - Method in class oracle.adf.model.binding.DCInvokeMethod
 
getTranslatableSchemaProperty(String, String, String) - Method in interface oracle.jbodt.common.AttributeInterface
 
getTransPostHandle() - Method in class oracle.jbo.server.EntityImpl
Advanced: Most applications should not use this method.
getTransPostHandle() - Method in interface oracle.jbo.server.TransactionPostListener
Advanced: Applications should not use this method.
getTransPostHandle() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getTransValidationList() - Method in interface oracle.jbo.rules.JboTransValidationManager
 
getTransValidationList() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransValidationManager() - Method in class oracle.jbo.rules.JboValidatorContext
 
getTransValidationManager() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTransValidations() - Method in interface oracle.jbo.rules.JboTransValidationManager
 
getTransValidations() - Method in class oracle.jbo.server.DBTransactionImpl
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class oracle.jbo.uicli.controls.JUTreeCellRenderer
 
getTreeModel() - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getTreeModel() - Method in interface oracle.jbo.uicli.jui.JUTreeTableBinding.TreeTableModel
The TreeTableModel may be implemented as a single model, or a dual model.
getTreeNode() - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Returns the Swing TreeNode object to which this node is associated.
getTreePath() - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Returns the TreePath that represents this node in the containing JTree hierarchy.
getTriggeringAttributeDefs() - Method in class oracle.jbo.rules.AbstractValidator
 
getTriggeringAttributeDefs() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getTriggeringAttributeDefs() - Method in interface oracle.jbo.rules.JboValidatorHints
Returns an array of attribute defs for those attributes whose change in value, should trigger this validation rule to execute.
getTriggeringAttributeNames() - Method in class oracle.jbo.rules.AbstractValidator
 
getTriggeringAttributeNames() - Method in interface oracle.jbo.rules.JboValidatorHints
Returns an array of names for those attributes whose change in value, should trigger this validation rule to execute.
getTriggers(TriggerType) - Method in class oracle.jbo.server.PDefEntityObject
Internal: Applications should not use this method. *
getTriggersOfType(TriggerType) - Method in class oracle.jbo.server.EntityCache
 
getTriggersOfType(TriggerType) - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method. *
getTrimmedFullName(String) - Static method in class oracle.jbo.mom.PersDefBase
 
getTxnApplicationModuleImpl() - Method in class oracle.jbo.server.DBTransactionImpl
Gets the root Application Module to which this transaction belongs.
getTxnApplicationModuleImpl() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
getType() - Method in class oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
Public accessor for type attribute.
getType(String, String) - Method in class oracle.adf.model.adapter.dataformat.xml.XMLSchemaDef
Returns the AccessorDef or a AttributeDef representation of a type given its namespace.
getType(String, String) - Method in class oracle.adf.model.adapter.dataformat.XSDHandler
Returns the AccessorDef or a AttributeDef representation of a type given its namespace.
getType(ELContext, Object, Object) - Method in class oracle.adf.model.binding.DCELResolver
 
getType() - Method in class oracle.adf.model.binding.DCMethodParameter
 
getType(String) - Static method in class oracle.adfinternal.model.adapter.bean.BeanDCUtils
 
getType() - Method in class oracle.jbo.common.ampool.AMStatistics.StatsInfo
 
getType() - Method in class oracle.jbo.common.DefaultSessionContextImpl
 
getType() - Method in class oracle.jbo.common.remote.RowHandle
 
getType() - Method in class oracle.jbo.datasource.DataSourceDef
 
getType() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getType() - Method in class oracle.jbo.rules.JboCompareValidator
Gets this validator's comparison operator.
getType() - Method in class oracle.jbo.rules.Variant
 
getType() - Method in class oracle.jbo.server.EventMapping
 
getType() - Method in class oracle.jbo.server.OperationParamImpl
 
getType() - Method in class oracle.jbo.server.RaiseCondition
Returns the type of the raise condition.
getType() - Method in class oracle.jbo.server.rules.JboCompareValidator
Gets this validator's comparison operator.
getType() - Method in class oracle.jbo.server.util.JboToken
 
getType() - Method in class oracle.jbo.server.util.Variant
 
getType() - Method in interface oracle.jbo.SessionContext
 
getType() - Method in interface oracle.jbodt.common.AttributeInterface
 
getType() - Method in interface oracle.jbodt.common.CompareValidatorInterface
 
getTypeBindings() - Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
 
getTypeBindings() - Method in class oracle.jbo.uicli.binding.JUCtrlHierDef
 
getTypedValue() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getTypeEditor() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getTypeFactory() - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Applications should not use this method.
getTypeGroup() - Method in class oracle.jbo.common.AttributeDefHelper
 
getTypeGroup() - Method in class oracle.jbo.common.AttributeDefValue
 
getTypeGroup(int) - Static method in class oracle.jbo.common.JboTypeMap
 
getTypeHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get TypeHelper with local sdo helper context
getTypeHelper() - Method in class oracle.jbo.common.sdo.SDOHelper
get local typehelpre
getTypeMapName() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getTypeMapName() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
The default type map for a OLite database is OLITE.
getTypeMapName() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
The default type map for a Oracle database is ORACLE.
getTypeMapName() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
The default type map for a SQL92 database is Oracle.
getTypeMapName() - Method in interface oracle.jbo.server.SQLBuilder
Returns a String identifying the preferred type map to use.
getTypeName() - Method in class oracle.adf.model.binding.DCMethodParameter
 
getTypeName() - Method in interface oracle.adf.model.OperationParameter
 
getTypeName() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getTypeName() - Method in interface oracle.jbodt.common.ValidatorTypeInterface
 
getTypeNameFromId(int) - Static method in class oracle.jbo.common.ObjectTypeHelper
 
getTypeNameFromId(int) - Static method in exception oracle.jbo.JboWarning
 
getTypeSQLNative(Class, int) - Static method in class oracle.jbo.common.JboTypeMap
 
getTypeSQLNative(Class, int) - Method in class oracle.jbo.common.JboTypeMapEntries
 
getTypeSQLNative(Class, int) - Method in class oracle.jbo.common.OracleTypeMapEntries
 
getTypeSQLNative(Class, int) - Static method in class oracle.jbo.domain.TypeFactory
 
getUIHelper() - Method in class oracle.adf.model.bean.DCVCSubstAttrDef
 
getUIHelper() - Method in class oracle.adf.model.generic.AttributeDefImpl
return the AttributeHints interface implemented by this class
getUIHelper() - Method in interface oracle.jbo.AttributeDef
Returns the user interface hints interface for retrieving hint information such as labels, prompts,...
getUIHelper() - Method in class oracle.jbo.client.remote.AttributeDefImpl
return the AttributeHints interface implemented by this class
getUIHelper() - Method in class oracle.jbo.common.AttributeDefValue
 
getUIHelper() - Method in class oracle.jbo.common.AttributeInfo
 
getUIHelper() - Method in class oracle.jbo.common.VariableImpl
return the AttributeHints interface implemented by this class
getUIHelper() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getUIHelper() - Method in class oracle.jbo.domain.DomainAttributeDef
return the AttributeHints interface implemented by this class
getUIHelper() - Method in class oracle.jbo.server.AttributeDefImpl
return the AttributeHints interface implemented by this class
getUIHelper() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
Returns this, as this object also implements AttributeHints interface
getUIHelper() - Method in class oracle.jbo.ViewCriteriaItem
 
getUIHints() - Method in interface oracle.jbodt.common.CustomProperties
 
getUnboundAttributeFlags() - Method in class oracle.jbo.server.AssociationEnd
 
getUnboundAttributeNames() - Method in class oracle.jbo.server.AssociationEnd
 
getUnboundVariables() - Method in class oracle.jbo.common.GroovyParserUtil
Get the list of all variables which will go to Groovy's Binding at the time the script is run, with the exception of those which are lvalues in assignments (i.e., "lvalue = rvalue")
getUnboundVariablesWithoutNullCheck() - Method in class oracle.jbo.common.GroovyParserUtil
Get the list of all variables which will go to Groovy's Binding at the time the script is run, which are not guarded by a call to nvl().
getUnionViewCriterias(int) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getUniqueID(String) - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getUniqueId(EntityImpl) - Static method in class oracle.jbo.server.uniqueid.UniqueIdHelper
Deprecated. 
getUniqueKeys() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of attributes that were marked as Unique-key constituents in designtime The order of attribute definitions is the order in which the unique-key attributes appear in the set of attributes for this entity.
getUnitCode() - Method in interface oracle.jbo.common.service.types.MeasureType
 
getUnitCode() - Method in class oracle.jbo.common.service.types.MeasureTypeImpl
 
getUnitOfWork() - Method in class oracle.adf.model.generic.toplink.TransactionBroker
Deprecated. Returns the UnitOfWork associated with this transaction.
getUnitOfWork() - Method in class oracle.adfinternal.model.adapter.toplink.IsolatedTransactionBroker
Returns the current UnitOfWork.
getUnitOfWork() - Method in class oracle.adfinternal.model.adapter.toplink.JTATransactionBroker
Returns the JTA UnitOfWork from the Session.
getUnitOfWork() - Method in class oracle.adfinternal.model.adapter.toplink.TransactionBroker
Returns the UnitOfWork associated with this transaction.
getUnresolvedBindingContainer(String) - Method in class oracle.adf.model.binding.DCDataControl
 
getUpdateableFlag() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getUpdateableFlag() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getUpdateableFlag() - Method in interface oracle.jbo.AttributeDef
Tests if an attribute can be modified.
getUpdateableFlag() - Method in class oracle.jbo.common.AttributeDefHelper
 
getUpdateableFlag() - Method in class oracle.jbo.common.AttributeDefValue
 
getUpdateableFlag() - Method in class oracle.jbo.common.VariableImpl
Returns whether the attribute is updateable.
getUpdateableFlag() - Method in class oracle.jbo.common.ws.WSAttributeDefImpl
 
getUpdateableFlag() - Method in class oracle.jbo.domain.DomainAttributeDef
Tests if an attribute can be modified.
getUpdateableFlag() - Method in class oracle.jbo.server.AssociationEnd
 
getUpdateableFlag() - Method in class oracle.jbo.server.AttributeDefImpl
Returns whether the attribute is updateable.
getUpdateableFlag() - Method in class oracle.jbo.server.PDefAttribute
 
getUpdateableFlag() - Method in class oracle.jbo.server.PDefVariable
 
getUpdateableFlag() - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
getUpdateableFlag() - Method in class oracle.jbo.ViewCriteriaItem
 
getUpdateEvents() - Method in class oracle.jbo.server.EntityCache
 
getUpdateEvents() - Method in class oracle.jbo.server.EntityDefImpl
Returns the list of events to fire when a row is updated in the entity.
getUpdateOpName() - Method in class oracle.jbo.datasource.DataSourceDef
 
getUpperCaseCompare() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getUpperCaseCompare() - Method in class oracle.jbo.common.service.types.ViewCriteriaRowImpl
 
getUpperCaseCompare() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the flag that indicates whether to search case-insensitively.
getUpperCaseCompare() - Method in interface oracle.jbo.common.types.ViewCriteriaRow
Gets the flag that indicates whether to search case-insensitively.
getUpperCaseCompare() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getUpperCaseCompare() - Method in class oracle.jbo.datasource.ViewCriteriaRowImpl
 
getUpperColumnsValue() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getUpperColumnsValue() - Method in interface oracle.jbo.ViewCriteriaComponent
 
getUpperColumnsValue() - Method in class oracle.jbo.ViewCriteriaItem
 
getUpperColumnsValue() - Method in class oracle.jbo.ViewCriteriaRow
 
getUri() - Method in class oracle.adf.model.connection.webservice.api.PolicyReference
 
getUri() - Method in class oracle.adf.model.connection.webservice.api.WebServiceColocation
 
getURL() - Method in class oracle.adf.model.connection.url.FileURLConnection
Get the URL resource represented by this connection
getURL() - Method in class oracle.adf.model.connection.url.HttpURLConnection
Get the URL resource represented by this connection
getURL() - Method in interface oracle.adf.model.connection.url.URLConnection
Get the URL resource represented by this connection
getURL() - Method in class oracle.adf.model.connection.url.URLConnectionProxy
Get the URL resource represented by this connection
getUrl() - Method in interface oracle.adf.model.connection.webservice.api.WebServiceInteraction
 
getUrlQuery() - Method in class oracle.adfinternal.model.adapter.url.csv.CSVDCDef
return the Url query.
getUrlQuery() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the Url query.
getUsageCache() - Method in class oracle.jbo.uicli.mom.DynamicPageMapImpl
A DynamicPageMapImpl may override this method to provide a custom Map implementation for caching the url -> usage mappings.
getUsageList() - Method in class oracle.jbo.common.ViewDefInfo
 
getUsageName() - Method in class oracle.jbo.common.AttributeInfo
 
getUseClientService(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
getUsedAttributeNames() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getUsedViewAttributes() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getUserData() - Method in class oracle.adf.model.binding.DCDataControl
 
getUserData() - Method in interface oracle.jbo.ApplicationModuleHandle
Returns a java.util.Hashtable which may be used to store user specific context that is related to this application session.
getUserData() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getUserData() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Returns the User Data hashtable.
getUserData() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
getUserData(Object) - Method in interface oracle.jbo.common.ampool.SessionCookie
Acquires the user data associated with the specified key from the SessionCookie user data map.
getUserData() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getUserData(Object) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getUserData() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getUserData() - Method in class oracle.jbo.server.SessionImpl
 
getUserData() - Method in interface oracle.jbo.Session
Returns application context for the session.
getUserData() - Method in class oracle.jbo.SessionData
 
getUserDataForCollection(Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
getUserDefinedQuery() - Method in class oracle.jbo.server.PDefViewObject
 
getUserDefinedQuery() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the user-defined query, if one exists.
getUserName() - Method in class oracle.jbo.common.ampool.AMHomeDesc
 
getUserName() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

getUserName() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

getUserName() - Method in class oracle.jbo.ConnectionMetadata
 
getUserName() - Method in class oracle.jbo.uicli.controls.JULoginDlg
 
getUserPrincipalName() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the session user principal name.
getUserPrincipalName() - Method in class oracle.jbo.server.SessionImpl
Returns the JAAS user principal name.
getUserRoles() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getUserRoles() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getUserRoles() - Method in class oracle.jbo.server.SessionImpl
Returns the Roles/Groups for current user principal.
getUserRoles() - Method in interface oracle.jbo.Session
Returns the Roles/Groups for current user principal.
getUserTimeZone() - Method in class oracle.jbo.common.DefLocaleContext
 
getUserTimeZone() - Method in interface oracle.jbo.LocaleContext
If configured in adf config, this method retrieves the the user's timezone preference.
getUsesViewObject() - Method in class oracle.jbo.server.AssociationEnd
 
getUsesViewObjectName() - Method in class oracle.jbo.server.AssociationEnd
 
getVal() - Method in class oracle.jbo.expr.JIParserNode
 
getVal(JIValueSupplier) - Method in class oracle.jbo.expr.JIParserNode
 
getValidatingAttributeName() - Method in class oracle.jbo.rules.AbstractValidator
 
getValidatingAttributeName() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getValidationInBinding() - Method in class oracle.adf.model.bc4j.DCJboDataControl
*** For internal framework use only ***
getValidationLevel() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getValidationLevel() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getValidationListeners() - Method in class oracle.adf.model.binding.DCBindingContainer
Returns a list of ValidationListeners (returns an empty list if no such listener was registered).
getValidationListeners() - Method in class oracle.jbo.server.EntityImpl
Return a copy of the list of validation listeners (that is, a list of Entities that must be validated).
getValidationListenersList() - Method in class oracle.jbo.server.DBTransactionImpl
 
getValidationListenersList() - Method in class oracle.jbo.server.EntityImpl
Return a copy of the list of validation listeners (that is, a list of Entities that must be validated).
getValidationThreshold() - Method in interface oracle.jbo.server.DBTransaction
Gets the threshold value for the commit-cycle's validation phase.
getValidationThreshold() - Method in class oracle.jbo.server.DBTransactionImpl
 
getValidationThreshold() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
getValidator() - Method in class oracle.jbo.rules.JboValidatorContext
 
getValidator(int) - Method in class oracle.jbo.server.AttributeDefImpl
 
getValidator(int) - Method in interface oracle.jbodt.common.ValidationManager
Retrieves the validator of the specified index.
getValidator(int) - Method in class oracle.jbodt.common.ValidationManagerImpl
Retrieves the validator of the specified index.
getValidatorByName(String) - Method in class oracle.jbo.server.PackageDefImpl
 
getValidatorContext() - Method in class oracle.jbo.server.util.PropertyChangeEvent
 
getValidatorCount() - Method in class oracle.jbo.server.AttributeDefImpl
 
getValidatorFactory(String) - Method in class oracle.jbo.mom.DefinitionManager
 
getValidatorFactory(String) - Method in class oracle.jbo.server.MetaObjectManager
 
getValidators() - Method in class oracle.adf.model.generic.AttributeDefImpl
 
getValidators() - Method in class oracle.adf.model.generic.StructureDefImpl
 
getValidators() - Method in class oracle.jbo.common.VariableImpl
Get the list of JboValidatorInterface objects registered with this attribute
getValidators() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getValidators() - Method in interface oracle.jbo.rules.ValidationManager
 
getValidators() - Method in class oracle.jbo.server.AttributeDefImpl
Get the list of JboValidatorInterface objects registered with this attribute
getValidators() - Method in class oracle.jbo.server.DomainDefImpl
 
getValidators() - Method in class oracle.jbo.server.EntityCache
 
getValidators() - Method in class oracle.jbo.server.EntityDefImpl
Get the list of JboValidatorInterface objects registered with this entity
getValidators() - Method in class oracle.jbo.server.PDefAttribute
 
getValidators() - Method in class oracle.jbo.server.PDefEntityObject
 
getValidators() - Method in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
getValidators() - Method in interface oracle.jbodt.common.ValidationManager
Retrieves an array containing all the validators for this object.
getValidators() - Method in class oracle.jbodt.common.ValidationManagerImpl
Retrieves an array containing all the validators for this object.
getValidatorsCount() - Method in interface oracle.jbodt.common.ValidationManager
 
getValidatorsCount() - Method in class oracle.jbodt.common.ValidationManagerImpl
 
getValidatorsList() - Method in interface oracle.jbodt.common.ValidationManager
Retrieves the ArrayList object containing all the validators for this object.
getValidatorsList() - Method in class oracle.jbodt.common.ValidationManagerImpl
Retrieves the ArrayList object containing all the validators for this object.
getValidatorSubType() - Method in class oracle.jbo.rules.AbstractValidator
 
getValidatorSubType() - Method in class oracle.jbo.rules.JboCompareValidator
 
getValidatorSubType() - Method in class oracle.jbo.rules.JboListValidator
 
getValidatorSubType() - Method in class oracle.jbo.server.JboVOUsageListValidator
 
getValidatorType() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getValidatorType() - Method in class oracle.jbo.rules.JboCompareValidator
 
getValidatorType() - Method in interface oracle.jbodt.common.ValidatorUsageInterface
 
getValue() - Method in class oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
public accessor for value attribute.
getValue(String) - Method in class oracle.adf.model.adapter.utils.NodeAttributeHelper
Gets the value of the attribute.
getValue() - Method in class oracle.adf.model.binding.DCBindingContainerValidationEvent
Returns the 'new' attribute value as was sent into this event from the setAttributeInRow call If setNewValue is not called on this event, this value will be used to call setAttribute on the row.
getValue(ELContext, Object, Object) - Method in class oracle.adf.model.binding.DCELResolver
 
getValue() - Method in class oracle.adf.model.binding.DCParameter
 
getValue() - Method in interface oracle.adf.model.OperationParameter
 
getValue() - Method in class oracle.adf.model.utils.SimpleStringBuffer
 
getValue() - Method in interface oracle.binding.meta.criteria.ItemValue
Returns the value if it is an expression or literal.
getValue() - Method in class oracle.jbo.common.ampool.AMStatistics.CountStatsInfo
 
getValue() - Method in class oracle.jbo.common.ampool.AMStatistics.StringStatsInfo
 
getValue() - Method in interface oracle.jbo.common.ampool.SessionCookie
Returns the session cookie value.
getValue() - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
getValue(String) - Method in class oracle.jbo.common.policy.PolicyEntry
 
getValue() - Method in enum oracle.jbo.common.PropertyEnums.FETCH_MODE
 
getValue() - Method in interface oracle.jbo.common.service.types.AmountType
 
getValue() - Method in class oracle.jbo.common.service.types.AmountTypeImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.BigDecimalResult
 
getValue() - Method in class oracle.jbo.common.service.types.BigDecimalResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.BigIntegerResult
 
getValue() - Method in class oracle.jbo.common.service.types.BigIntegerResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.BooleanResult
 
getValue() - Method in class oracle.jbo.common.service.types.BooleanResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.ByteResult
 
getValue() - Method in class oracle.jbo.common.service.types.ByteResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.BytesResult
 
getValue() - Method in class oracle.jbo.common.service.types.BytesResultImpl
 
getValue() - Method in class oracle.jbo.common.service.types.CtrlHintImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.DataHandlerResult
 
getValue() - Method in class oracle.jbo.common.service.types.DataHandlerResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.DataObjectResult
 
getValue() - Method in class oracle.jbo.common.service.types.DataObjectResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.DateResult
 
getValue() - Method in class oracle.jbo.common.service.types.DateResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.DoubleResult
 
getValue() - Method in class oracle.jbo.common.service.types.DoubleResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.FloatResult
 
getValue() - Method in class oracle.jbo.common.service.types.FloatResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.IntegerResult
 
getValue() - Method in class oracle.jbo.common.service.types.IntegerResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.LongResult
 
getValue() - Method in class oracle.jbo.common.service.types.LongResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.MeasureType
 
getValue() - Method in class oracle.jbo.common.service.types.MeasureTypeImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.ProcessData
 
getValue() - Method in class oracle.jbo.common.service.types.ProcessDataImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.ShortResult
 
getValue() - Method in class oracle.jbo.common.service.types.ShortResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.StringResult
 
getValue() - Method in class oracle.jbo.common.service.types.StringResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.TimeResult
 
getValue() - Method in class oracle.jbo.common.service.types.TimeResultImpl
 
getValue() - Method in interface oracle.jbo.common.service.types.TimestampResult
 
getValue() - Method in class oracle.jbo.common.service.types.TimestampResultImpl
 
getValue() - Method in class oracle.jbo.common.service.types.ViewCriteriaItemImpl
 
getValue() - Method in class oracle.jbo.common.SvcMsgVariable
 
getValue() - Method in interface oracle.jbo.common.types.CtrlHint
Gets the property value for the control hint.
getValue() - Method in interface oracle.jbo.common.types.ViewCriteriaItem
Gets the values to filter on for the view criteria item.
getValue() - Method in class oracle.jbo.datasource.ViewCriteriaItemImpl
 
getValue() - Method in class oracle.jbo.domain.Char
Return a java.lang.String object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Date
Return a java.util.Date object with this domain's value.
getValue() - Method in class oracle.jbo.domain.DBSequence
Return this domain's value as long.
getValue() - Method in class oracle.jbo.domain.Number
Return a this domain's value as double This method may be used to access the value for this domain in EL-expressions.
getValue() - Method in class oracle.jbo.domain.Raw
Return a byte[] object with this domain's value.
getValue() - Method in class oracle.jbo.domain.RowID
Return a String object with this domain's value.
getValue() - Method in class oracle.jbo.domain.Sequence
Return a long value for this domain.
getValue() - Method in class oracle.jbo.domain.Timestamp
Return a java.sql.Timestamp object with this domain's value.
getValue() - Method in class oracle.jbo.mom.PropertyNameValueDef
 
getValue() - Method in class oracle.jbo.server.PayloadItem
 
getValue() - Method in class oracle.jbo.server.RaiseCondition
Gets the value for the raise condition, if any.
getValue() - Method in class oracle.jbo.uicli.binding.JUCtrlListBindingChangeEvent
 
getValue() - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
 
getValue() - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
 
getValue() - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
 
getValue() - Method in class oracle.jbo.ViewCriteriaItem
Return the value of this VC item.
getValue(int) - Method in class oracle.jbo.ViewCriteriaItem
Return the value at the given index.
getValue() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getValueArray(Row, AttributeDef[]) - Method in class oracle.jbo.server.JboExistsValidator
 
getValueAsObject() - Method in class oracle.jbo.common.ampool.AMStatistics.StatsInfo
 
getValueAt(int) - Method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
Gets the value from the control for the attribute at the given index.
getValueAt(int) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getValueAt(int) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterBinding
Gets the value from the control for the attribute at the given index.
getValueAt(int, int) - Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
Deprecated. since 10.1.2
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUButtonBinding
Returns the current boolean value that the associated button represents.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUComboBoxCtrlBinding
Returns the currently selected item from the list model.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUDefaultControlBinding
Returns the data that the bound control is displaying.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
Fetches the text contained in the associated control.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JULabelBinding
 
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Returns the current value indicated by the ProgressBar control.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Returns the current value indicated by the JScrollBar control.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
Returns the current value indicated by the JSlider control.
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUSpinnerBinding
Gets the value from the control for the attribute at the given index.
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTableBinding
 
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel
 
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
 
getValueAt(int) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Fetches the text contained in the associated control.
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTreeBinding
Returns null, as tree is not implemented to return attribute values for a given Row.
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Returns the value that this node displays.
getValueAt(int, int) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getValueAt(TreeNode, int) - Method in class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel
 
getValueAt(TreeNode, int) - Method in interface oracle.jbo.uicli.jui.JUTreeTableBinding.TreeTableModel
This method is the equivalent of getValueAt in TableModel.
getValueBinding(BindingContext, String, char) - Static method in class oracle.adf.model.binding.DCUtil
 
getValueBinding(DCBindingContainer, String) - Static method in class oracle.adf.model.binding.DCUtil
 
getValueBindingList() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns a list of DCCtrlValueBinding objects that are associated with this iterator binding.
getValueBindingNameFromPath(String) - Static method in class oracle.adf.model.binding.DCUtil
 
getValueBoolean(String) - Method in class oracle.adf.model.adapter.utils.NodeAttributeHelper
Gets the value of the attribute.
getValueCardinality() - Method in class oracle.jbo.ViewCriteriaItem
 
getValueCount() - Method in class oracle.jbo.ViewCriteriaItem
 
getValueForIndex(Class<? extends PropertyEnums.JboEnum>, int) - Static method in class oracle.jbo.common.PropertyEnums
 
getValueFromBoolean(boolean) - Method in class oracle.jbo.uicli.binding.JUCtrlBoolBinding
Matches the boolean value to a value from the list based on boolVal parameter in the constructor.
getValueFromList(int) - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
getValueFromList(int) - Method in class oracle.jbo.uicli.jui.JULovButtonBinding
 
getValueFromWhereParams(HashMap) - Method in class oracle.jbo.ViewCriteriaItem
 
getValueIndexFromVar(Variable) - Static method in class oracle.jbo.ViewCriteriaItemVariable
Returns the index for vc item value that uses the given bind variable.
getValueInt(String) - Method in class oracle.adf.model.adapter.utils.NodeAttributeHelper
Gets the value of the attribute.
getValueIsAdjusting() - Method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
 
getValueIsAdjusting() - Method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
 
getValueIsAdjusting() - Method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
 
getValueList() - Method in class oracle.jbo.common.ListBindingDef
 
getValueList() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getValueList() - Method in class oracle.jbo.uicli.binding.JUCtrlListDef
Deprecated. since 11.1.1.4.0 Applications should not use this api.
getValueMaxCardinality() - Method in class oracle.jbo.ViewCriteriaItem
 
getValueMinCardinality() - Method in class oracle.jbo.ViewCriteriaItem
 
getValues() - Method in class oracle.adf.model.binding.DCParameterSetDef
 
getValues() - Method in class oracle.jbo.common.policy.PolicyEntry
 
getValues() - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValues() - Method in class oracle.jbo.ViewCriteriaItem
Return all the values set in this VC item.
getValueSerializer() - Method in class oracle.jbo.common.VariableImpl
 
getValueSerializer() - Method in class oracle.jbo.server.AttributeDefImpl
Gets an instance of the custom value serializer class.
getValueSerializer() - Method in interface oracle.jbo.Variable
Gets an instance of the custom value serializer class.
getValueSerializerClass(Class) - Static method in class oracle.jbo.domain.TypeFactory
Gets the default value serializer class for the specified type.
getValuesForExactKey(PolicyEntry) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForExactKey(Map) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForExactKeys(List) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForKey(List, String) - Static method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForMatchingKey(PolicyEntry) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForMatchingKey(Map) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesForMatchingKeyNP(PolicyEntry) - Method in class oracle.jbo.common.policy.PolicyKeyValue
 
getValuesInternal() - Method in class oracle.jbo.ViewCriteriaItem
 
getValueString(Object) - Static method in class oracle.jbo.server.JDBCInteract
 
getValueSupplier() - Method in class oracle.jbo.RowValueSupplier
 
getValueToValidate(JboValidatorContext) - Method in class oracle.jbo.rules.JboAbstractValidator
 
getVarDeclExpr() - Method in class oracle.jbo.expr.JIExpr
 
getVariable() - Method in class oracle.jbo.common.SvcMsgVariable
 
getVariableCount() - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariableCount() - Method in class oracle.jbo.common.VariableManagerImpl
 
getVariableCount() - Method in interface oracle.jbo.VariableManager
 
getVariableKind() - Method in class oracle.adf.model.binding.DCVariableImpl
 
getVariableKind() - Method in class oracle.jbo.common.VariableImpl
 
getVariableKind() - Method in interface oracle.jbo.Variable
 
getVariableManager() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getVariableManager() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getVariableManager() - Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
 
getVariableManager() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getVariableManager() - Method in class oracle.jbo.common.VariableImpl
 
getVariableManager() - Method in class oracle.jbo.common.ws.WSObject
 
getVariableManager() - Method in class oracle.jbo.rules.AbstractValidator
 
getVariableManager() - Method in class oracle.jbo.server.ComponentObjectImpl
 
getVariableManager() - Method in class oracle.jbo.server.DefObject
 
getVariableManager() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getVariableManager() - Method in class oracle.jbo.server.PDefComponentObjectBase
 
getVariableManager() - Method in class oracle.jbo.server.RowImpl
 
getVariableManager() - Method in class oracle.jbo.server.ViewRowSetImpl
 
getVariableManager() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
getVariableManager() - Method in class oracle.jbo.uicli.binding.JUVariableIteratorDef
 
getVariableManager() - Method in interface oracle.jbo.Variable
 
getVariableManager() - Method in interface oracle.jbo.VariableManagerOwnerBase
Returns this object's current Variable Value Manager.
getVariableManager() - Method in class oracle.jbo.ViewCriteria
 
getVariableManagerOwner() - Method in class oracle.adf.model.binding.DCBindingContainer
 
getVariableManagerOwner() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getVariableOpers() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getVariableOpers() - Method in interface oracle.jbo.common.ws.WSVariableValueManagerMarshaller
 
getVariables() - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariables() - Method in class oracle.jbo.common.VariableManagerImpl
 
getVariables() - Method in interface oracle.jbo.VariableManager
 
getVariablesMap() - Method in class oracle.jbo.common.VariableManagerImpl
Returns a readonly map of all variables in this manager.
getVariablesMap() - Method in interface oracle.jbo.VariableManager
Returns a readonly map of all variables in this manager.
getVariablesOfKind(String) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariablesOfKind(String) - Method in class oracle.jbo.common.VariableManagerImpl
 
getVariablesOfKind(String) - Method in interface oracle.jbo.VariableManager
 
getVariableValue(Variable) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariableValue(String) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariableValue(Variable) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValue(String) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValue(String) - Method in class oracle.jbo.server.ViewRowSetImpl
 
getVariableValue(Variable) - Method in interface oracle.jbo.VariableValueManager
 
getVariableValue(String) - Method in interface oracle.jbo.VariableValueManager
 
getVariableValueRaw(Variable, boolean) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariableValueRaw(String, boolean) - Method in class oracle.jbo.client.remote.ClientVariableValueManager
 
getVariableValueRaw(Variable, boolean) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValueRaw(String, boolean) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValueRaw(Variable, boolean) - Method in interface oracle.jbo.VariableValueManager
 
getVariableValueRaw(String, boolean) - Method in interface oracle.jbo.VariableValueManager
 
getVariableValues(Variable[]) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValues(Variable[]) - Method in interface oracle.jbo.VariableValueManager
 
getVariableValuesRaw(Variable[], boolean) - Method in class oracle.jbo.common.VariableValueManagerImpl
 
getVariableValuesRaw(Variable[], boolean) - Method in interface oracle.jbo.VariableValueManager
 
getVarMgrOwner() - Method in class oracle.jbo.common.VariableManagerImpl
Deprecated. use VariableManagerImpl.getVarMgrOwnerBase() instead.
getVarMgrOwner() - Method in interface oracle.jbo.VariableManager
Deprecated. use VariableManager.getVarMgrOwnerBase() instead.
getVarMgrOwnerBase() - Method in class oracle.jbo.common.VariableManagerImpl
 
getVarMgrOwnerBase() - Method in interface oracle.jbo.VariableManager
 
getVarMgrParents() - Method in class oracle.jbo.common.VariableManagerImpl
 
getVarMgrParents() - Method in class oracle.jbo.server.DefObject
 
getVarMgrParents() - Method in class oracle.jbo.server.ViewDefImpl
 
getVarMgrParents() - Method in class oracle.jbo.uicli.binding.JUVariableIteratorDef
 
getVarMgrParents() - Method in interface oracle.jbo.VariableManager
 
getVcItemFromVar(Variable) - Static method in class oracle.jbo.ViewCriteriaItemVariable
Returns the view criteria item that uses the given bind variable.
getVcItemsFromVar(Variable) - Static method in class oracle.jbo.ViewCriteriaItemVariable
Returns the view criteria items that uses the given bind variable.
getVCOverride() - Method in class oracle.jbo.server.PDefViewCriteria
 
getVCsforRoleAction(String, String, String) - Static method in class oracle.jbo.common.policy.ADFAppPolicyReader
 
getVCVODefName(ViewCriteria) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
 
getVersion() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Get the version
getVersion() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getVersion() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getVersion() - Method in class oracle.jbo.server.DB2SQLBuilderImpl
 
getVersion() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
getVersion() - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
getVersion() - Method in class oracle.jbo.server.SessionImpl
 
getVersion() - Method in class oracle.jbo.server.SQL92SQLBuilderImpl
 
getVersion() - Method in interface oracle.jbo.server.SQLBuilder
Gets a string describing the version of this implentation of this interface.
getVersion() - Method in class oracle.jbo.server.SQLServerSQLBuilderImpl
 
getVersion() - Method in interface oracle.jbo.Session
Gets the middle tier's version information.
getVersionTimestamp() - Method in class oracle.jbo.server.MetaObjectManager
 
getVerticalGap() - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
getViewableExpr() - Method in class oracle.adf.model.binding.DCControlBinding
 
getViewableExpr() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getViewableFlagInternal() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only ***
getViewableString() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getViewAccAttrName() - Method in class oracle.jbo.server.JboVOUsageCollectionValidator
 
getViewAccAttrName() - Method in class oracle.jbo.server.JboVOUsageCompareValidator
 
getViewAccAttrName() - Method in class oracle.jbo.server.JboVOUsageListValidator
 
getViewAccessorAttrName() - Method in interface oracle.jbodt.common.BaseValidator
 
getViewAccessorDefs() - Method in class oracle.jbo.server.PDefRow
 
getViewAccessorDefs() - Method in class oracle.jbo.server.RowDef
 
getViewAccessorDefsInternal() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated. Use lookupViewAccessorDef instead.
getViewAccessorName() - Method in interface oracle.jbodt.common.BaseValidator
 
getViewAccessorResultIndex(ViewAccessorDef) - Method in class oracle.adf.model.bean.DCDataRow
 
getViewAccessorResultIndex(ViewAccessorDef) - Method in class oracle.jbo.server.RowImpl
Deprecated. use ViewAccessorDef.getResultIndex() instead
getViewAccName() - Method in class oracle.jbo.server.JboVOUsageCollectionValidator
 
getViewAccName() - Method in class oracle.jbo.server.JboVOUsageCompareValidator
 
getViewAccName() - Method in class oracle.jbo.server.JboVOUsageListValidator
 
getViewAppId() - Method in class oracle.jbo.server.lov.LOVAppModuleDefImpl
 
getViewAttributeDef(String) - Method in class oracle.jbo.common.sdo.SDOValueStore
 
getViewAttributeDef() - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getViewAttributeDefImpls() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getViewAttributesPermission(ViewObject) - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns the current authenticated user permission for view attributes.
getViewComponent() - Method in class oracle.adf.model.binding.DCBindingContainer
*** For internal framework use only *** Returns the associated JPanel object.
getViewCriteria(DCIteratorBinding) - Method in class oracle.adf.model.bc4j.DCJboDataControl
 
getViewCriteria(DCIteratorBinding) - Method in class oracle.adf.model.bean.DCBeanDataControl
 
getViewCriteria(DCIteratorBinding) - Method in class oracle.adf.model.binding.DCDataControl
Internal: Applications should not use this method. Return viewCriteria associated with the given iterator binding's collection.
getViewCriteria() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getViewCriteria(DCIteratorBinding) - Method in class oracle.adf.model.generic.DCGenericDataControl
Return a view criteria object attached to the RSI that this iterator binding is associated with.
getViewCriteria(String) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewCriteria() - Method in class oracle.jbo.client.remote.ViewUsageImpl
Gets the view criteria.
getViewCriteria(String) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getViewCriteria() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getViewCriteria() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getViewCriteria() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getViewCriteria(String) - Method in class oracle.jbo.server.PDefViewObject
 
getViewCriteria() - Method in class oracle.jbo.server.PDefViewObject
 
getViewCriteria(String) - Method in class oracle.jbo.server.ViewDefImpl
 
getViewCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the view criteria for this View Object.
getViewCriteria(String) - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewCriteria(DCBindingContainer, String) - Static method in class oracle.jbo.uicli.binding.JUSearchBindingCustomizer
 
getViewCriteria() - Method in class oracle.jbo.ViewCriteriaItem
 
getViewCriteria(String) - Method in interface oracle.jbo.ViewCriteriaManager
Returns a reference to the view criteria with a specific name if it is found.
getViewCriteria() - Method in interface oracle.jbo.ViewCriteriaManager
Returns the default view criteria of the manager.
getViewCriteria() - Method in class oracle.jbo.ViewCriteriaRow
 
getViewCriteria() - Method in interface oracle.jbo.ViewObject
Gets the currently applied view criteria of this view object.
getViewCriteriaAdapter() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getViewCriteriaAdapter() - Method in interface oracle.jbo.server.SQLBuilder
Returns a ViewCriteriaAdapter for the SQLBuilder object.
getViewCriteriaClause(boolean) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewCriteriaClause(boolean) - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getViewCriteriaClause(ViewObject, ViewCriteria) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getViewCriteriaClause(boolean) - Method in class oracle.jbo.server.PDefViewObject
 
getViewCriteriaClause(ViewObject, ViewCriteria) - Method in interface oracle.jbo.server.ViewCriteriaAdapter
 
getViewCriteriaClause() - Method in class oracle.jbo.server.ViewObjectImpl
Deprecated. since 10.0.3. use getViewCriteriaClause(boolean) instead.
getViewCriteriaClause(boolean) - Method in class oracle.jbo.server.ViewObjectImpl
Generates the WHERE clause expression from the applied view criterias.
getViewCriteriaClause(SQLBuilder, boolean, boolean) - Method in class oracle.jbo.server.ViewReference
 
getViewCriteriaClause(boolean) - Method in interface oracle.jbo.ViewCriteriaManager
This method is used by the framework to generate a query clause for the applied view criterias.
getViewCriteriaConjuction(String) - Static method in class oracle.jbo.common.types.Conjunction
Maps a Conjunction enumeration code to a ViewCriteriaComponent enumeration code.
getViewCriteriaItem() - Method in class oracle.jbo.ViewCriteriaItemValue
 
getViewCriteriaManager() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewCriteriaManager() - Method in interface oracle.jbo.common.ViewCriteriaManagerOwner
 
getViewCriteriaManager() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getViewCriteriaManager() - Method in class oracle.jbo.server.PDefViewObject
 
getViewCriteriaManager() - Method in class oracle.jbo.server.ViewDefImpl
 
getViewCriteriaManager() - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewCriteriaManager() - Method in class oracle.jbo.ViewCriteria
 
getViewCriteriaManager() - Method in interface oracle.jbo.ViewObject
 
getViewCriteriaManagerInternal() - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewCriteriaName() - Method in class oracle.jbo.server.AssociationEnd
 
getViewCriteriaRow() - Method in class oracle.jbo.ViewCriteriaItem
 
getViewDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getViewDef() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
getViewDef() - Method in class oracle.jbo.server.ViewReference
 
getViewDef() - Method in class oracle.jbo.server.ViewRowImpl
Get the ViewDefImpl associated with this View Row.
getViewDefFullName() - Method in class oracle.jbo.server.ViewAccessorDef
 
getViewDefId() - Method in class oracle.jbo.common.SvcMsgDataRow
 
getViewDefName() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getViewDefName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
Deprecated. since 10.1.3 use getStructureDefName instead.
getViewDefNames(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the ViewObject available in the root package.
getViewDefNames(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewDefNames(String) - Method in class oracle.jbo.server.SessionImpl
 
getViewDefNames(String) - Method in interface oracle.jbo.Session
Gets the names of the View Object definitions available in a package.
getViewImports() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getViewInstanceName() - Method in class oracle.jbo.server.ViewAccessorDef
 
getViewInstanceName() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getViewKeyAttrDefs(ViewKeyDef) - Method in class oracle.jbo.server.ViewDefImpl
 
getViewLinkAccessorDef() - Method in class oracle.jbo.server.ViewAttributeDefImpl
 
getViewLinkAccessorInfo() - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewLinkAccessorRetainedValue() - Method in class oracle.jbo.server.PDefViewObject
 
getViewLinkDef() - Method in class oracle.jbo.server.ViewLinkAccessorInfo
 
getViewLinkDef() - Method in class oracle.jbo.server.ViewLinkImpl
Internal: Applications should not use this method.
getViewLinkDefNames(String) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getViewLinkDefNames(String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewLinkDefNames(String) - Method in class oracle.jbo.server.SessionImpl
 
getViewLinkDefNames(String) - Method in interface oracle.jbo.Session
Gets the names of the View Link definitions defined in a package.
getViewLinkDefs() - Method in class oracle.jbo.server.PDefViewObject
 
getViewLinkDestinationAttributes() - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewLinkMode() - Method in class oracle.jbo.server.ViewRowSetImpl
Internal: Applications should not use this method.
getViewLinkNames() - Method in interface oracle.jbo.ApplicationModule
Returns an array of the names of the view links that are currently loaded within this application module.
getViewLinkNames(boolean, boolean) - Method in interface oracle.jbo.ApplicationModule
Returns an array of names of the view links in this application module.
getViewLinkNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getViewLinkNames(boolean, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getViewLinkNames() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewLinkNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewLinkNames(boolean, boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewLinkNames() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getViewLinkNames() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getViewLinkNames() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of the names of the View Links that are currently loaded within this Application Module.
getViewLinkNames(boolean, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of names of the View Links in this Application Module.
getViewLinkNames() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getViewLinkNames() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of names of View Links that involve this View Object.
getViewLinkNames() - Method in interface oracle.jbo.ViewObject
Constructs an array of names of view links that involve this view object.
getViewLinkPackage() - Method in class oracle.jbo.server.PDefViewObject
 
getViewLinkReqdVC() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getViewLinks() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewLinks() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of the View Links contained in this Application Module.
getViewLinks() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of View Links that involve this View Object.
getViewLogicGroupDef() - Method in class oracle.jbo.server.ViewRowImpl
 
getViewObject() - Method in class oracle.adf.model.binding.DCControlBinding
Returns the ViewObject for which this control is displaying data.
getViewObject() - Method in class oracle.adf.model.binding.DCIteratorBinding
Returns the ViewObject to which this iterator binding is associated with (via the binding definition).
getViewObject(boolean) - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getViewObject() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getViewObject() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getViewObject() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getViewObject() - Method in interface oracle.jbo.RowSet
Gets the view object that owns this row set.
getViewObject() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getViewObject() - Method in class oracle.jbo.server.ViewObjectImpl
 
getViewObject() - Method in class oracle.jbo.server.ViewRowImpl
Gets the View Object to which this row belongs.
getViewObject() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns this row set's View Object.
getViewObject() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Returns this row set iterator's view object.
getViewObject() - Method in class oracle.jbo.ViewCriteria
Gets the View Object that owns the view criteria.
getViewObject(boolean) - Method in class oracle.jbo.ViewCriteria
For internal use only.
getViewObjectBase() - Method in class oracle.jbo.server.EntityDefOverRowSet
 
getViewObjectBindVars() - Method in class oracle.jbo.ViewCriteriaRow
Internal - Applications do not use this method.
getViewObjectId(ViewObject) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getViewObjectImpl() - Method in class oracle.jbo.client.remote.RowImpl
 
getViewObjectImpl() - Method in interface oracle.jbo.server.RowFilter
Retrieves the view object association with the row filter.
getViewObjectImpl() - Method in class oracle.jbo.server.RowFilterKey
 
getViewObjectName() - Method in class oracle.jbo.server.ApplicationModuleDefImpl.TypeInfo
 
getViewObjectNames() - Method in interface oracle.jbo.ApplicationModule
Returns an array of names of the view objects that are currently loaded within this application module.
getViewObjectNames(boolean, boolean) - Method in interface oracle.jbo.ApplicationModule
Returns an array of names of the view objects in this application module.
getViewObjectNames() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Return the names of the ViewUsages (static and dynamic) defined in this applicationModule.
getViewObjectNames(boolean, boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
getViewObjectNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewObjectNames(boolean, boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getViewObjectNames() - Method in class oracle.jbo.server.ApplicationModuleDefImpl
 
getViewObjectNames() - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of names of the View Objects that are currently loaded within this Application Module.
getViewObjectNames(boolean, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
Returns an array of names of the View Objects in this Application Module.
getViewObjectNames() - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
getViewObjectReqdVC() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
Deprecated. use getViewObjectRequiredViewCriteria()
getViewObjectRequiredViewCriteria() - Method in class oracle.jbo.common.BaseViewCriteriaManagerImpl
 
getViewObjects() - Method in class oracle.jbo.server.ApplicationModuleImpl
Constructs an array of this Application Module's View Objects.
getViewObjects() - Method in class oracle.jbo.ViewClearCacheEvent
Returns an array of View Objects whose cache has been cleared.
getViewRow() - Method in class oracle.jbo.server.ViewRowAttrHintsImpl
 
getVOAMName() - Method in class oracle.jbo.server.JboEOExistsValidator
 
getVOAMName() - Method in class oracle.jbo.server.JboExistsValidator
 
getVOAMName() - Method in class oracle.jbo.server.JboVOExistsValidator
 
getVOAMName() - Method in class oracle.jbo.server.JboVOUsageExistsValidator
 
getVOAttrName() - Method in class oracle.jbo.server.JboVOListValidator
Gets this validator's attribute name.
getVOName() - Method in class oracle.adf.model.binding.DCIteratorBinding
 
getVOName() - Method in class oracle.jbo.server.JboVOListValidator
Gets the name of this validator's View Object.
getVoVariableManager() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getVoVariableManager() - Method in class oracle.jbo.ViewCriteria
For internal use only.
getWarningContainer() - Method in class oracle.jbo.rules.JboValidatorContext
 
getWarnings() - Method in class oracle.jbo.service.errors.ServiceJboExceptionHandler
 
getWarningText(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
For use withinn DebugDiagnostic messages.
getWebServiceConnectionName() - Method in class oracle.jbo.client.svc.Service
 
getWhereClause() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getWhereClause() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getWhereClause() - Method in class oracle.jbo.expr.JIParserNodeSelect
 
getWhereClause() - Method in class oracle.jbo.expr.JISelect
 
getWhereClause() - Method in class oracle.jbo.RowMatch
 
getWhereClause() - Method in class oracle.jbo.server.AMViewUsage
 
getWhereClause() - Method in class oracle.jbo.server.PDefViewObject
 
getWhereClause() - Method in class oracle.jbo.server.ViewDefImpl
 
getWhereClause(SQLBuilder) - Method in class oracle.jbo.server.ViewDefImpl
 
getWhereClause(AttributeDef[], int, SQLBuilder) - Method in class oracle.jbo.server.ViewDefImpl
 
getWhereClause() - Method in class oracle.jbo.server.ViewObjectImpl
Gets the query's WHERE clause.
getWhereClause() - Method in interface oracle.jbo.ViewObject
Gets the query's where-clause.
getWhereClauseFlags() - Method in class oracle.jbo.server.PDefViewObject
 
getWhereClauseFlags() - Method in class oracle.jbo.server.ViewDefImpl
 
getWhereClauseFlags() - Method in class oracle.jbo.server.ViewObjectImpl
 
getWhereClauseParams() - Method in class oracle.jbo.client.remote.RowFilterKey
 
getWhereClauseParams() - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
getWhereClauseParams() - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
getWhereClauseParams() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
getWhereClauseParams() - Method in interface oracle.jbo.RowSet
Gets the bind variable values to be used with the view object's where-clause.
getWhereClauseParams() - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
getWhereClauseParams() - Method in interface oracle.jbo.server.RowFilter
Returns the array of wherel-caluse parameter values that make up the row filter.
getWhereClauseParams() - Method in class oracle.jbo.server.RowFilterKey
 
getWhereClauseParams() - Method in class oracle.jbo.server.ViewObjectImpl
Constructs an array of the bind values currently specified for the query's WHERE clause.
getWhereClauseParams() - Method in class oracle.jbo.server.ViewRowSetImpl
Returns an array of bind values currently specified for the query.
getWhereFragmentFromVO(ViewCriteria, ViewCriteriaItem) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getWhereFragmentFromVO(ViewCriteria, ViewCriteriaItem) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getWidth() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
getWidth() - Method in class oracle.jbo.uicli.jui.JULayoutDefXY
 
getWidth() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUTableAttrPropDef
 
getWidths() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
getWildCardEscapeVal(String, boolean, boolean) - Method in class oracle.jbo.common.CommonCriteriaAdapter
 
getWildCardEscapeVal(String, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
getWildCardEscapeVal(String, boolean, boolean) - Method in class oracle.jbo.server.CriteriaAdapterImpl
 
getWildCardEscapeVal(String, boolean, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Process val and returns a substitued value to use in a SQL LIKE predicate to handle wildcard value escaping.
getWithHandle(Key) - Method in class oracle.jbo.server.EntityCache
Get an EntityImpl from the cache.
getWorkingSetMarshaller() - Method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not use this method.
getWSApplicationModuleMarshaller() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getWSApplicationModuleNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getWSDL() - Method in class oracle.adfinternal.model.adapter.webservice.WSDefinition
 
getWSDLDefinition() - Method in class oracle.adfinternal.model.adapter.webservice.WSModel
 
getWsdlUrl() - Method in interface oracle.adf.model.connection.webservice.api.WebServiceConnection
 
getWsdlUrl() - Method in class oracle.adf.model.connection.webservice.impl.WebServiceConnectionConfig
 
getWSViewLinkNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getWSViewObject() - Method in class oracle.jbo.common.ws.WSProxy
 
getWSViewObjectNames() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
getX() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Array
Creates the XML node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.BlobDomain
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.ClobDomain
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Date
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.DBSequence
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document, Object) - Method in class oracle.jbo.domain.DefaultValueSerializer
 
getXMLContentNode(Document, Object, boolean) - Static method in class oracle.jbo.domain.DomainAttributeDef
Deprecated. since 9.0.2 use the other getXMLContentNode() .
getXMLContentNode(Document, Object, boolean, boolean) - Static method in class oracle.jbo.domain.DomainAttributeDef
 
getXMLContentNode(Document, Object, boolean, boolean, ValueSerializer) - Static method in class oracle.jbo.domain.DomainAttributeDef
 
getXMLContentNode(Document) - Method in class oracle.jbo.domain.generic.GenericBlob
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.generic.GenericClob
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.NullValue
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Struct
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.domain.Timestamp
Creates the xml node in the given xml document for this domain's data.
getXMLContentNode(Document, Object) - Method in interface oracle.jbo.domain.ValueSerializer
Creates an XML node in the given XML document for the given attribute value.
getXMLContentNode(Document) - Method in interface oracle.jbo.domain.XMLDomainInterface
Creates the XML node in the given XML document for this domain's data.
getXMLContentNode(Document) - Method in class oracle.jbo.server.RetainAccessorDomain
 
getXMLContentValue(Element) - Method in class oracle.jbo.common.VariableImpl
 
getXMLContentValue(Node) - Method in class oracle.jbo.domain.DefaultValueSerializer
 
getXMLContentValue(Node) - Method in interface oracle.jbo.domain.ValueSerializer
Creates an attribute value by reading the XML data out of the given XML node.
getXMLContentValue(Element) - Method in interface oracle.jbo.Variable
Converts an XML element to an instance of this variable's Java type.
getXMLContentValueForParam(String, Element, boolean) - Static method in class oracle.jbo.common.JboXMLUtil
 
getXMLDataTypeProperty() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the sdoXML:dataType annotation for this source.
getXMLDataTypeProperty() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getXMLDataTypeProperty() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getXMLDocument(InputStream) - Method in class oracle.jbo.client.Configuration
 
getXMLDocument(Reader) - Method in class oracle.jbo.client.Configuration
 
getXMLDocument(Document) - Method in class oracle.jbo.client.Configuration
 
getXMLDocument() - Method in class oracle.jbo.server.xml.XmlRowSetRenderer
Retrieve in-memory XML Document for data in root rowset plus its detail rowsets.
getXMLDocument() - Method in class oracle.jbo.server.XmlDataDocumentWriter
 
getXMLDocument() - Method in class oracle.jbo.server.XmlDocumentReader
 
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Array
 
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.BlobDomain
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.ClobDomain
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Date
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.DBSequence
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.generic.GenericBlob
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.generic.GenericClob
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.NClobDomain
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.NullValue
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Raw
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Struct
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.Timestamp
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.TimestampLTZ
Internal: Applications should not use this method.
getXMLDomainFactory(Class) - Static method in class oracle.jbo.domain.TimestampTZ
Internal: Applications should not use this method.
getXMLElementName() - Method in interface oracle.jbodt.common.ResourceBundleDef
Returns the Element Tag name representing the def
getXMLElementName() - Method in interface oracle.jbodt.common.ResourceDefFactory
 
getXMLElementNamespace() - Method in interface oracle.jbodt.common.ResourceBundleDef
 
getXMLElementNamespace() - Method in interface oracle.jbodt.common.ResourceDefFactory
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCBindingContainerDef
Internal: Applications should not use this method.
getXMLElementTag() - Method in class oracle.adf.model.binding.DCConfigurationDef
Returns a piece of static info for the type of object this is invoked upon.
getXMLElementTag() - Method in class oracle.adf.model.binding.DCControlBindingDef
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCDataControlConfigDef
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCDataControlDef
Returns a piece of static info for the type of object this is invoked upon.
getXMLElementTag() - Method in class oracle.adf.model.binding.DCDefBase
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCExecutableBindingDef
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCInvokeActionDef
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCIteratorBindingDef
 
getXMLElementTag() - Method in class oracle.adf.model.binding.DCParameterSetDef
 
getXMLElementTag() - Method in class oracle.adf.model.layout.DCLayoutConsDef
 
getXMLElementTag() - Method in class oracle.adf.model.layout.DCLayoutDef
 
getXMLElementTag() - Method in class oracle.jbo.common.DBSortCriteriaCollection
 
getXMLElementTag() - Method in class oracle.jbo.common.DBSortCriteriaImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.DeclarativeWhereClause
 
getXMLElementTag() - Method in class oracle.jbo.common.JboCompOper
For internal use only
getXMLElementTag() - Method in class oracle.jbo.common.VariableImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemCompoundImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaItemValueImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaRowImpl
 
getXMLElementTag() - Method in class oracle.jbo.common.ViewCriteriaUsageImpl
 
getXMLElementTag() - Method in class oracle.jbo.domain.Array
Returns this class name as XML-element tag for this Array domain object.
getXMLElementTag() - Method in class oracle.jbo.domain.BlobDomain
Returns this class name as an XML-element tag for this Struct domain object.
getXMLElementTag() - Method in class oracle.jbo.domain.generic.GenericBlob
Returns this class name as an XML-element tag for this Struct domain object.
getXMLElementTag() - Method in class oracle.jbo.domain.Struct
Returns this class name as xml-element tag for this Struct domain object.
getXMLElementTag() - Method in class oracle.jbo.mom.PersistableDefObject
 
getXMLElementTag() - Method in class oracle.jbo.mom.PropertyNameValueDef
Returns a piece of static info for the type of object this is invoked upon.
getXMLElementTag() - Method in interface oracle.jbo.mom.xml.PersistentDefinition
Returns a piece of static info for the type of object this is invoked upon.
getXMLElementTag() - Method in class oracle.jbo.rules.JboAbstractValidator
 
getXMLElementTag() - Method in class oracle.jbo.server.AttributeDefImpl
Gets the XML_ELEMENT custom-property and if not present returns the name of this attribute.
getXMLElementTag() - Method in class oracle.jbo.server.EventDef
 
getXMLElementTag() - Method in class oracle.jbo.server.EventHeader
 
getXMLElementTag() - Method in class oracle.jbo.server.EventHeaderAttr
 
getXMLElementTag() - Method in class oracle.jbo.server.EventMapping
 
getXMLElementTag() - Method in class oracle.jbo.server.EventPayload
 
getXMLElementTag() - Method in class oracle.jbo.server.OperationDefinitionImpl
Deprecated.  
getXMLElementTag() - Method in class oracle.jbo.server.OperationDefinitionsImpl
Deprecated.  
getXMLElementTag() - Method in class oracle.jbo.server.OperationParamImpl
 
getXMLElementTag() - Method in class oracle.jbo.server.PayloadItem
 
getXMLElementTag() - Method in class oracle.jbo.server.RaiseCondition
 
getXMLElementTag() - Method in class oracle.jbo.server.RowReference
 
getXMLElementTag() - Method in class oracle.jbo.server.ViewDefImpl
 
getXMLElementTag() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the XML element name for this View Object.
getXMLElementTag() - Method in class oracle.jbo.server.ViewRowImpl
Returns the XML-element tag for this row.
getXMLElementTag() - Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
For Framework internal use only
getXMLElementTag() - Method in class oracle.jbo.uicli.binding.JUIterRangeDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.binding.JUIterRowDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.DateFormatDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.MaskFormatDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.NumberFormatDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef.RegExpFormatDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUShuttlePanelDef.JUShuttlePanelButtonDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerDateModelDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUSpinnerDef.SpinnerNumberModelDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUEditorPropDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUTableDef.JURegionDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.jui.JUTableDef.JUTableAttrPropDef
 
getXMLElementTag() - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
Returns a piece of static info for the type of object this is invoked upon.
getXMLElementTag() - Method in interface oracle.jbodt.common.BaseValidator
 
getXMLHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get XMLHelper with local sdo helper context
getXMLHelper() - Method in class oracle.jbo.common.sdo.SDOHelper
get local xml helper
getXMLName() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the name property for this source.
getXMLName() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getXMLName() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getXMLNameFromDefName(String) - Static method in class oracle.jbo.common.JboNameUtil
 
getXMLNamespace() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the uri property for this source.
getXMLNamespace() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getXMLNamespace() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getXMLRowElementTag() - Method in class oracle.jbo.server.ViewDefImpl
 
getXMLRowElementTag() - Method in class oracle.jbo.server.ViewObjectImpl
Returns the XML element name for this View Object.
getXmlTag() - Method in enum oracle.jbo.AttributeHints.ControlType
 
getXMLTag() - Method in exception oracle.jbo.ReadXMLException
 
getXMLTypeName() - Method in interface oracle.jbo.service.helper.SDOBuilderSrc
Gets the name of the type for this source.
getXMLTypeName() - Method in class oracle.jbo.service.helper.SDOViewAttrBuilderSrcImpl
 
getXMLTypeName() - Method in class oracle.jbo.service.helper.SDOViewBuilderSrcImpl
 
getXMLValueFactory(Class, byte[]) - Static method in class oracle.jbo.common.JboXMLUtil
 
getXMLVersionArray() - Method in class oracle.jbo.mom.DefinitionManager
 
getXMLVersionArray() - Method in class oracle.jbo.server.MetaObjectManager
 
getXMLVersionArray() - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
getXs() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
getXSDHelper(Object) - Static method in class oracle.jbo.client.svc.ServiceFactory
get XSDHelper with local sdo helper context
getXSDHelper() - Method in class oracle.jbo.common.sdo.SDOHelper
get local XSDHelper
getXSDLocation() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the XSD location.
getXSDTypeName(String) - Static method in class oracle.jbo.common.sdo.SDOTypeHandler
Gets the mapping of a Java data type to an XSD built-in or system (derived) type.
getXSDTypeName() - Method in class oracle.jbo.server.ViewAttributeDefImpl
Gets the qualified name of the predefined complex type assigned to this view attribute.
getXSDViewAttrName(String) - Method in class oracle.jbo.server.ViewAttributeDefImpl
Gets the view attribute to which the specified XSD complex type attribute is mapped.
getXSLLocation() - Method in class oracle.adfinternal.model.adapter.url.xml.XMLDCDef
return the XSL location.
getY() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
getYs() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
GLOBAL_SUBSTITUTION - Static variable in interface oracle.jbo.common.PropertyConstants
 
GLOBAL_SUBSTITUTION - Static variable in class oracle.jbo.common.PropertyMetadata
 
GlobalFunctions - Class in oracle.jbo.server
Deprecated.  
GlueCodeGen - Class in oracle.jbo.server
 
GlueCodeGen() - Constructor for class oracle.jbo.server.GlueCodeGen
 
gotoPage(int) - Method in interface oracle.adf.model.adapter.bean.pagination.Pagination
Return the page collection at pageIndex
gotoPage(int) - Method in class oracle.adf.model.adapter.bean.pagination.PaginationCollectionModel
Return the page collection at pageIndex
GraphCycleException - Exception in oracle.jbo.common
 
GraphCycleException() - Constructor for exception oracle.jbo.common.GraphCycleException
Creates a localizable exception.
GraphicsUtils - Class in oracle.jbo.common
GraphicsUtils defines common user-interface related utility functions.
GREATERTHAN - Static variable in class oracle.jbo.rules.JboLengthValidator
 
GREATERTHAN - Static variable in interface oracle.jbo.rules.ValidatorConstants
 
GREATERTHAN - Static variable in class oracle.jbo.server.rules.JboCompareValidator
 
GREATERTHANEQUALTO - Static variable in class oracle.jbo.rules.JboLengthValidator
 
GREATERTHANEQUALTO - Static variable in interface oracle.jbo.rules.ValidatorConstants
 
GREATERTHANEQUALTO - Static variable in class oracle.jbo.server.rules.JboCompareValidator
 
GroovyParserUtil - Class in oracle.jbo.common
Utility class to get parsed content of Groovy scripts
GroovyParserUtil(String) - Constructor for class oracle.jbo.common.GroovyParserUtil
Create a new parser utility class, using supplied script String
GROUP_BY - Static variable in class oracle.adf.model.adapter.bean.jpa.JPQLEntity
 
GROUP_NAME - Static variable in class oracle.jbo.common.ampool.ApplicationPoolLogger
 
GT - Static variable in class oracle.jbo.mom.xml.XMLOutputStream
 
GT_STR - Static variable in class oracle.jbo.mom.xml.XMLOutputStream
 
guaranteePath() - Method in class oracle.jbo.mom.PersistableDefObject
 

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

E10653-05
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright © 1997, 2011, Oracle. All rights reserved.