|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDef | |
oracle.adf.model.bc4j | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.adf.model.generic | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client | |
oracle.jbo.client.remote | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.domain | |
oracle.jbo.html | |
oracle.jbo.html.databeans | Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. |
oracle.jbo.html.jsp.datatags | |
oracle.jbo.html.struts11 | Contains classes to support BC4J for the model side of a Struts application. |
oracle.jbo.rules | Contains sample validation beans. |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb | |
oracle.jbo.server.ejb.facade | |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
oracle.jbo.uicli.controls | Contains classes that implement JClient controls |
oracle.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
Uses of AttributeDef in oracle.adf.model.bc4j |
Methods in oracle.adf.model.bc4j that return AttributeDef | |
AttributeDef[] |
DCJboDataControl.getAttributeDefs(DCIteratorBinding iterBinding,
java.lang.String[] attrNames)
|
Methods in oracle.adf.model.bc4j with parameters of type AttributeDef | |
void |
DCJboDataControl.setAttributeInRow(DCIteratorBinding iterBind,
Row row,
AttributeDef ad,
java.lang.Object value)
|
protected void |
DCJboDataControl.resetAttributeExceptionInRow(DCIteratorBinding iter,
Row row,
AttributeDef def,
AttrValException ave)
Reset any deferred exception in the row for the given attribute, for which the AttrValException was raised. |
Uses of AttributeDef in oracle.adf.model.binding |
Methods in oracle.adf.model.binding that return AttributeDef | |
AttributeDef[] |
DCIteratorBinding.getAttributeDefs()
get all attribute defs for the RSI that this iterator binding is bound to. |
AttributeDef[] |
DCIteratorBinding.getAttributeDefs(java.lang.String[] attrNames)
return attribute defs for attributes that are named in the given array. |
AttributeDef[] |
DCDataControl.getAttributeDefs(DCIteratorBinding iterBinding,
java.lang.String[] attrNames)
Return attribute definition for the given iterator binding and for the given set of attributes from the elements-definition of the mapped collection. |
protected AttributeDef[] |
DCDataControl.resolveAttributeDefs(StructureDef def,
java.lang.String[] attrNames)
|
Methods in oracle.adf.model.binding with parameters of type AttributeDef | |
void |
DCDataControl.setAttributeInRow(DCIteratorBinding iterBind,
Row row,
AttributeDef ad,
java.lang.Object value)
|
protected void |
DCDataControl.resetAttributeExceptionInRow(DCIteratorBinding iter,
Row row,
AttributeDef def,
AttrValException ave)
Reset any deferred exception in the row for the given attribute, for which the AttrValException was raised. |
protected void |
DCControlBinding.resetAttributeExceptionInRow(Row row,
AttributeDef def,
AttrValException ave)
|
java.lang.Object |
DCBindingContainer.callBeforeSetAttribute(DCControlBinding ctrl,
Row row,
AttributeDef ad,
java.lang.Object value)
Invoked before any control binding performs a setAttribute call on a BC4J row. |
Uses of AttributeDef in oracle.adf.model.generic |
Methods in oracle.adf.model.generic that return AttributeDef | |
AttributeDef[] |
StructureDefImpl.getAttributeDefs()
Gets the defined attributes. |
AttributeDef |
StructureDefImpl.findAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
AttributeDef |
StructureDefImpl.lookupAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
AttributeDef |
StructureDefImpl.getAttributeDef(int index)
Gets an attribute definition, given its index. |
AttributeDef[] |
DCGenericDataControl.getAttributeDefs(DCIteratorBinding iterBinding,
java.lang.String[] attrNames)
|
Uses of AttributeDef in oracle.jbo |
Methods in oracle.jbo that return AttributeDef | |
AttributeDef |
ViewObject.addDynamicAttribute(java.lang.String attrName)
Adds a dynamic attribute (an AttributeDefImpl) to this View Object's row set. |
AttributeDef |
ViewObject.findViewLinkAccessor(ViewLink vl)
Finds the view link accessor attribute. |
AttributeDef[] |
ViewObject.getKeyAttributeDefs()
Returns the attribute definitions that make up the constituents of the Key object for Rows returned from this View Object. |
AttributeDef[] |
ViewObject.getAttrDefsForEntityAttr(java.lang.String eoName,
java.lang.String eoAttrName)
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 ). |
AttributeDef[] |
StructureDef.getAttributeDefs()
Gets the defined attributes. |
AttributeDef |
StructureDef.findAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
AttributeDef |
StructureDef.lookupAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
AttributeDef |
StructureDef.getAttributeDef(int index)
Gets an attribute definition, given its index. |
Methods in oracle.jbo with parameters of type AttributeDef | |
ViewLink |
ApplicationModule.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link in this Application Module. |
Constructors in oracle.jbo with parameters of type AttributeDef | |
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
AttributeDef[] keyCols)
Creates an exception to be localized using a given message bundle and error code. |
|
RowValException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.String objName,
Key key,
AttributeDef[] keyCols,
java.lang.String methodName)
Creates an exception to be localized using a given message bundle and error code. |
|
Key(java.lang.String sString,
AttributeDef[] keyAttrs)
|
Uses of AttributeDef in oracle.jbo.client |
Methods in oracle.jbo.client with parameters of type AttributeDef | |
static boolean |
JboUtil.isAttributeDisplayable(AttributeDef attrDef,
LocaleContext locale)
|
static java.lang.String |
JboUtil.getAttributeLabel(RowSet rs,
AttributeDef attrDef)
|
Uses of AttributeDef in oracle.jbo.client.remote |
Methods in oracle.jbo.client.remote that return AttributeDef | |
AttributeDef[] |
ViewUsageImpl.getAttributeDefs()
|
AttributeDef |
ViewUsageImpl.findAttributeDef(java.lang.String name)
|
AttributeDef |
ViewUsageImpl.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
ViewUsageImpl.getAttributeDef(int index)
|
AttributeDef[] |
ViewUsageImpl.getKeyAttributeDefs()
|
AttributeDef[] |
ViewUsageImpl.getAttrDefsForEntityAttr(java.lang.String eoName,
java.lang.String eoAttrName)
This method performs the same operation as getAttrIndicesForEntityAttr , except that it
return an array of attribute definitions, not just indices. |
AttributeDef |
ViewUsageImpl.addDynamicAttribute(java.lang.String attrName)
|
AttributeDef |
ViewUsageImpl.addViewLinkAccessor(java.lang.String accrName)
|
AttributeDef |
ViewUsageImpl.findViewLinkAccessor(ViewLink vl)
|
Methods in oracle.jbo.client.remote with parameters of type AttributeDef | |
ViewLink |
ApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String viewLinkName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
Uses of AttributeDef in oracle.jbo.common |
Classes in oracle.jbo.common that implement AttributeDef | |
class |
AttributeDefHelper
Internal: Applications should not use this class. |
Fields in oracle.jbo.common declared as AttributeDef | |
protected AttributeDef[] |
StructureDefHelper.attributeList
|
Methods in oracle.jbo.common that return AttributeDef | |
AttributeDef[] |
ViewObjectSubclassDef.getAttributeDefs()
|
AttributeDef |
ViewObjectSubclassDef.findAttributeDef(java.lang.String name)
|
AttributeDef |
ViewObjectSubclassDef.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
ViewObjectSubclassDef.getAttributeDef(int index)
|
AttributeDef[] |
StructureDefHelper.getAttributeDefs()
|
AttributeDef |
StructureDefHelper.findAttributeDef(java.lang.String attrName)
|
AttributeDef |
StructureDefHelper.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
StructureDefHelper.getAttributeDef(int index)
|
AttributeDef |
StructureDefHelper.addDynamicAttribute(java.lang.String name,
int index)
|
AttributeDef |
StructureDefHelper.addViewLinkAccessor(java.lang.String name,
int index)
|
Methods in oracle.jbo.common with parameters of type AttributeDef | |
void |
StructureDefHelper.removeViewLinkAccessor(AttributeDef accr)
|
static Key |
RowSetIteratorHelper.createKey(AttributeList al,
AttributeDef[] keyAttrs)
|
Uses of AttributeDef in oracle.jbo.common.ws |
Classes in oracle.jbo.common.ws that implement AttributeDef | |
class |
WSAttributeDefImpl
|
Methods in oracle.jbo.common.ws that return AttributeDef | |
AttributeDef |
WSViewObjectImpl.addDynamicAttribute(java.lang.String attrName)
|
AttributeDef |
WSViewObjectImpl.findViewLinkAccessor(ViewLink vl)
|
AttributeDef[] |
WSViewObjectImpl.getKeyAttributeDefs()
|
AttributeDef[] |
WSViewObjectImpl.getAttrDefsForEntityAttr(java.lang.String eoName,
java.lang.String eoAttrName)
|
AttributeDef[] |
WSViewObjectImpl.getAttributeDefs()
|
AttributeDef |
WSViewObjectImpl.findAttributeDef(java.lang.String name)
|
AttributeDef |
WSViewObjectImpl.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
WSViewObjectImpl.getAttributeDef(int index)
|
Methods in oracle.jbo.common.ws with parameters of type AttributeDef | |
ViewLink |
WSApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
Uses of AttributeDef in oracle.jbo.domain |
Classes in oracle.jbo.domain that implement AttributeDef | |
class |
DomainAttributeDef
|
Methods in oracle.jbo.domain that return AttributeDef | |
AttributeDef[] |
DomainStructureDef.getAttributeDefs()
Gets the defined attributes. |
AttributeDef |
DomainStructureDef.findAttributeDef(java.lang.String name)
Gets an attribute definition by name. |
AttributeDef |
DomainStructureDef.lookupAttributeDef(java.lang.String name)
Gets an attribute definition by name. |
AttributeDef |
DomainStructureDef.getAttributeDef(int index)
Gets an attribute definition by index. |
Methods in oracle.jbo.domain with parameters of type AttributeDef | |
static java.lang.Object |
TypeFactory.convertAttributeValue(AttributeDef adef,
java.lang.Object value,
int defType,
java.lang.String defFullName)
|
static java.lang.String |
DomainAttributeDef.printAttrXMLDefinition(AttributeList row,
java.lang.String attrTag,
AttributeDef ad,
java.util.Hashtable allDefs,
java.io.PrintWriter pw,
boolean bContainees)
|
Constructors in oracle.jbo.domain with parameters of type AttributeDef | |
DomainStructureDef(AttributeDef[] attrDefs)
|
Uses of AttributeDef in oracle.jbo.html |
Methods in oracle.jbo.html with parameters of type AttributeDef | |
static void |
HtmlServices.internalSetAttribute(java.lang.String sName,
AttributeList attrList,
AttributeDef attrDef,
RequestParameters params,
LocaleContext locale)
Internal: Applications should not use this method. |
static void |
HtmlServices.setAttributeFromRequestParameters(Row row,
AttributeDef attrDef,
RequestParameters params,
LocaleContext locale)
Internal: Applications should not use this method. |
static void |
HtmlServices.setAttributeFromRequest(Row row,
AttributeDef attrDef,
javax.servlet.http.HttpServletRequest request,
LocaleContext locale)
Internal: Applications should not use this method. |
static java.lang.Object |
HtmlServices.getOrdObject(AttributeDef attrDef,
OrdFileSource tempFile,
Row row,
ApplicationModule am,
java.lang.String mimeType)
Deprecated. since 10.1.2 see oracle.ord.im.OrdDomainUtil |
static java.lang.String |
HtmlServices.getStructAttributeName(AttributeDef attrDef,
AttributeDef subAttrDef)
Build an attribute path for a Struct domain |
static java.lang.String |
HtmlServices.getArrayAttributeName(AttributeDef attrDef,
int i)
Build an attribute path for a Array domain |
static boolean |
HtmlServices.isOrdDomainType(AttributeDef attrDef)
|
static java.lang.String |
HtmlServices.getAttributeStringValue(Row row,
AttributeDef aDef,
LocaleContext localeContext)
|
java.lang.String |
DataSourceImpl.getContextFieldRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSourceImpl.getFieldRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSourceImpl.getEditRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef)
|
java.lang.String |
DataSourceImpl.getDisplayRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef)
|
java.lang.String |
DataSourceImpl.getDefaultFieldRendererClassName(AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSourceImpl.getDefaultEditRendererClassName(AttributeDef attrDef)
|
java.lang.String |
DataSourceImpl.getDefaultDisplayRendererClassName(AttributeDef attrDef)
|
HTMLFieldRenderer |
DataSourceImpl.getEditFieldRenderer(javax.servlet.jsp.PageContext page,
Row row,
AttributeDef attrDef)
Convenient method with the pageContext without the session to be use by tags |
HTMLFieldRenderer |
DataSourceImpl.getEditFieldRenderer(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
HTMLFieldRenderer |
DataSourceImpl.getDisplayFieldRenderer(javax.servlet.jsp.PageContext page,
Row row,
AttributeDef attrDef)
|
HTMLFieldRenderer |
DataSourceImpl.getDisplayFieldRenderer(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
void |
DataSourceImpl.setDisplayFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level display field renderer to be used in the DataWebBean |
void |
DataSourceImpl.setEditFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level edit field renderer to be used in the DataWebBean |
boolean |
DataSourceImpl.shouldDisplayAttribute(AttributeDef attrDef)
|
java.lang.String |
DataSourceImpl.getAttributeLabel(AttributeDef aDef)
|
static java.lang.String |
DataSourceImpl.getAttributeLabel(RowSet rs,
AttributeDef aDef)
Deprecated. Deprecated since 9.0.3. Instead, use JboUtil.getAttributeLabel(RowSet rs, AttributeDef attrDef). |
HTMLFieldRenderer |
DataSource.getEditFieldRenderer(javax.servlet.jsp.PageContext page,
Row row,
AttributeDef attrDef)
|
HTMLFieldRenderer |
DataSource.getEditFieldRenderer(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
HTMLFieldRenderer |
DataSource.getDisplayFieldRenderer(javax.servlet.jsp.PageContext page,
Row row,
AttributeDef attrDef)
|
HTMLFieldRenderer |
DataSource.getDisplayFieldRenderer(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
java.lang.String |
DataSource.getContextFieldRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSource.getDefaultFieldRendererClassName(AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSource.getDefaultEditRendererClassName(AttributeDef attrDef)
|
java.lang.String |
DataSource.getDefaultDisplayRendererClassName(AttributeDef attrDef)
|
java.lang.String |
DataSource.getFieldRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef,
java.lang.String renderKey)
|
java.lang.String |
DataSource.getEditRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef)
|
java.lang.String |
DataSource.getDisplayRendererClassName(javax.servlet.jsp.PageContext page,
javax.servlet.http.HttpSession session,
AttributeDef attrDef)
|
void |
DataSource.setDisplayFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level display field renderer to be used in the DataWebBean |
void |
DataSource.setEditFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level edit field renderer to be used in the DataWebBean |
boolean |
DataSource.shouldDisplayAttribute(AttributeDef attrDef)
|
java.lang.String |
DataSource.getAttributeLabel(AttributeDef aDef)
|
Uses of AttributeDef in oracle.jbo.html.databeans |
Methods in oracle.jbo.html.databeans with parameters of type AttributeDef | |
protected java.lang.String |
JSLOV.getDataValueAt(Row[] drows,
int row,
AttributeDef[] dattrs,
int attr)
|
HTMLFieldRenderer |
EditCurrentRecord.getDefaultFieldRenderer(AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
Uses of AttributeDef in oracle.jbo.html.jsp.datatags |
Fields in oracle.jbo.html.jsp.datatags declared as AttributeDef | |
protected AttributeDef |
DataTagBase.attrDef
|
protected AttributeDef[] |
AttributeIterateTag.dattrs
|
Methods in oracle.jbo.html.jsp.datatags that return AttributeDef | |
protected AttributeDef |
ShowTagBase.getAttributeDef()
|
protected AttributeDef |
ShowCriteriaTag.getAttributeDefFromParentTag(java.lang.String sVCIDatasource)
|
AttributeDef |
AttributeIterateTag.getAttributeDef()
|
Uses of AttributeDef in oracle.jbo.html.struts11 |
Methods in oracle.jbo.html.struts11 with parameters of type AttributeDef | |
static java.lang.Object |
MultipartUtil.getOrdObject(AttributeDef attrDef,
org.apache.struts.upload.FormFile file,
Row row,
ApplicationModule am)
Get an interMedia object for the browser uploaded file. |
Uses of AttributeDef in oracle.jbo.rules |
Fields in oracle.jbo.rules declared as AttributeDef | |
protected AttributeDef[] |
JboNonNullValidator.mandatoryAttrs
|
protected AttributeDef |
JboAbstractValidator.mValidatingAttr
|
Methods in oracle.jbo.rules that return AttributeDef | |
AttributeDef |
JboValidatorContext.getAttributeDef()
|
Methods in oracle.jbo.rules with parameters of type AttributeDef | |
static void |
RulesBeanUtils.raiseException(java.lang.Class resBundleClass,
java.lang.String errorCode,
java.lang.Object source,
int objType,
java.lang.String objName,
AttributeDef attr,
java.lang.Object newVal,
java.lang.String methodName,
java.lang.Exception detail)
|
void |
JboAbstractValidator.setValidatingAttribute(AttributeDef attr)
Sets the validating attribute. |
java.lang.Object |
AbstractValidator.convertToJava(AttributeDef attrDef,
java.lang.Object val)
|
Constructors in oracle.jbo.rules with parameters of type AttributeDef | |
JboValidatorContext(int sourceType,
java.lang.Object source,
java.lang.String sourceFullName,
AttributeDef attribute,
java.lang.Object oldValue,
java.lang.Object newValue)
|
Uses of AttributeDef in oracle.jbo.server |
Classes in oracle.jbo.server that implement AttributeDef | |
class |
AssociationDefImpl
|
class |
AttributeDefImpl
AttributeDefImpl is an implementation class for the AttributeDef
interface in the middle tier server. |
class |
ViewAttributeDefImpl
The ViewAttributeDefImpl is an alias to an AttributeDefImpl. |
Methods in oracle.jbo.server that return AttributeDef | |
AttributeDef[] |
ViewObjectImpl.getAttributeDefs()
Constructs an array of attribute definitions. |
AttributeDef[] |
ViewObjectImpl.getKeyAttributeDefs()
Constructs an array of definitions of key attributes for the View Object. |
AttributeDef[] |
ViewObjectImpl.getAttrDefsForEntityAttr(java.lang.String eoName,
java.lang.String eoAttrName)
This method performs the same operation as getAttrIndicesForEntityAttr , except that it
return an array of attribute definitions, not just indices. |
AttributeDef |
ViewObjectImpl.findAttributeDef(java.lang.String name)
Finds a named attribute definition. |
AttributeDef |
ViewObjectImpl.lookupAttributeDef(java.lang.String name)
Finds a named attribute definition. |
AttributeDef |
ViewObjectImpl.getAttributeDef(int index)
Gets the attribute definition at the specified position. |
AttributeDef |
ViewObjectImpl.addDynamicAttribute(java.lang.String attrName)
Adds a dynamic attribute to this View Object. |
AttributeDef[] |
ViewObjectImpl.getScanRowFilterAttributeDefs()
|
AttributeDef |
ViewObjectImpl.findViewLinkAccessor(ViewLink vl)
Finds the View Link accessor attribute. |
AttributeDef |
ViewLinkImpl.getSourceAccessor()
|
AttributeDef[] |
ViewDefImpl.getAttributeDefs()
Gets an array of attribute definitions in this View Def. |
AttributeDef |
ViewDefImpl.findAttributeDef(java.lang.String attrName)
Get an attribute definition by the attribute name. |
AttributeDef |
ViewDefImpl.lookupAttributeDef(java.lang.String attrName)
Gets an attribute definition by name. |
AttributeDef |
ViewDefImpl.getAttributeDef(int index)
|
abstract AttributeDef[] |
RowDef.getAttributeDefs()
Gets the defined attributes. |
abstract AttributeDef |
RowDef.findAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
abstract AttributeDef |
RowDef.lookupAttributeDef(java.lang.String name)
Gets an attribute definition, given its name. |
abstract AttributeDef |
RowDef.getAttributeDef(int index)
Gets an attribute definition, given its index. |
AttributeDef[] |
EntityDefImpl.getAttributeDefs()
|
AttributeDef |
EntityDefImpl.findAttributeDef(java.lang.String name)
|
AttributeDef |
EntityDefImpl.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
EntityDefImpl.getAttributeDef(int index)
|
AttributeDef[] |
EntityCache.getAttributeDefs()
|
AttributeDef |
EntityCache.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
EntityCache.findAttributeDef(java.lang.String name)
|
AttributeDef |
EntityCache.getAttributeDef(int index)
|
AttributeDef |
EntityCache.addDynamicAttribute(java.lang.String attrName)
|
Methods in oracle.jbo.server with parameters of type AttributeDef | |
protected void |
ViewRowImpl.registerAttributeException(AttributeDef attrDef,
java.lang.Object val,
JboException dce)
|
protected void |
ViewRowImpl.appendXMLElementNodes(Document xmlDoc,
Node node,
int depthCount,
long options,
com.sun.java.util.collections.HashMap voAttrMap,
AttributeDef[] attrs)
Writes XML-element nodes for each attribute in this row and appends it to the given row-node. |
protected abstract void |
RowImpl.registerAttributeException(AttributeDef attrDef,
java.lang.Object val,
JboException ex)
|
protected java.lang.String |
OracleSQLBuilderImpl.getFormattedRHSCompareFragment(AttributeDef attrDef,
int sqlType,
java.lang.String rhs)
|
protected java.lang.String |
OracleSQLBuilderImpl.getFormattedRHSCompareFragment(ViewObject vo,
ViewCriteria vc,
AttributeDef attrDef,
int sqlType,
java.lang.String rhs)
|
protected java.lang.String |
OracleSQLBuilderImpl.getFormattedLHSCompareFragment(AttributeDef attrDef,
int sqltype,
java.lang.String lhs,
java.lang.Object rhs)
Override this method to provide a formatted left-hand-comparator fragment of a comparision in a where clause for the given column. |
protected java.lang.String |
OracleSQLBuilderImpl.getFormattedLHSCompareFragment(ViewObject vo,
ViewCriteria vc,
AttributeDef attrDef,
int sqltype,
java.lang.String lhs,
java.lang.Object rhs)
|
ViewLink |
NullDBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Deprecated. Implementation of the DBTransaction interface. |
static void |
JDBCInteract.setNull(java.sql.Statement st,
int indx,
int type,
AttributeDef attr)
|
static void |
JDBCInteract.setObject(java.sql.Statement st,
int indx,
java.lang.Object val,
AttributeDef attr)
|
protected void |
EntityImpl.registerAttributeException(AttributeDef attrDef,
java.lang.Object val,
JboException ex)
|
protected void |
EntityImpl.vetoRemoveWithDetails(AttributeDef associationDef)
If this Entity Object is a master in a composition association, this method checks that all details have already been removed from the given association attribute. |
ViewLink |
DBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates an anonymous View Link. |
ViewLink |
DBTransaction.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link. |
protected java.lang.Object |
BaseSQLBuilderImpl.convertValueToWhereFragment(AttributeDef curDef,
java.lang.String trimmedValue)
|
protected java.lang.Object |
BaseSQLBuilderImpl.convertValueToWhereFragment(ViewObject vo,
ViewCriteria vc,
AttributeDef curDef,
java.lang.String trimmedValue)
|
protected java.lang.String |
BaseSQLBuilderImpl.getFormattedRHSCompareFragment(AttributeDef attrDef,
int sqlType,
java.lang.String rhs)
|
protected java.lang.String |
BaseSQLBuilderImpl.getFormattedRHSCompareFragment(ViewObject vo,
ViewCriteria vc,
AttributeDef attrDef,
int sqlType,
java.lang.String rhs)
|
protected java.lang.String |
BaseSQLBuilderImpl.getFormattedLHSCompareFragment(AttributeDef attrDef,
int sqlType,
java.lang.String lhs,
java.lang.Object rhs)
|
protected java.lang.String |
BaseSQLBuilderImpl.getFormattedLHSCompareFragment(ViewObject vo,
ViewCriteria vc,
AttributeDef attrDef,
int sqlType,
java.lang.String lhs,
java.lang.Object rhs)
|
protected java.lang.String |
BaseSQLBuilderImpl.getColumnNameWithFormatForQuery(java.lang.String lhspart,
AttributeDef attrDef,
int sqltype)
Deprecated. since 9.0.3 |
ViewLink |
ApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String viewLinkName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a View Link given either a View Link Definition or an Entity Association. |
Uses of AttributeDef in oracle.jbo.server.ejb |
Methods in oracle.jbo.server.ejb with parameters of type AttributeDef | |
ViewLink |
LocalApplicationModuleImpl.createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
|
Uses of AttributeDef in oracle.jbo.server.ejb.facade |
Classes in oracle.jbo.server.ejb.facade that implement AttributeDef | |
class |
CmrAccessorDefImpl
|
Uses of AttributeDef in oracle.jbo.uicli.binding |
Fields in oracle.jbo.uicli.binding declared as AttributeDef | |
protected AttributeDef |
JUCtrlListBinding.mFirstDisplayAttr
|
Methods in oracle.jbo.uicli.binding that return AttributeDef | |
AttributeDef[] |
JUCtrlValueBinding.getAttributeDefs()
Return Attribute definitions of the attributes to which this binding is bound to. |
AttributeDef |
JUCtrlValueBinding.getAttributeDef(int index)
Returns attribute definition at the given index. |
AttributeDef |
JUCtrlValueBinding.lookupAttributeDef(java.lang.String name)
|
AttributeDef |
JUCtrlValueBinding.findAttributeDef(java.lang.String name)
|
AttributeDef |
JUCtrlValueBinding.getAttributeDef()
Primarily for spel support. |
protected AttributeDef[] |
JUCtrlListBinding.getDisplayAttributeDefs()
|
Methods in oracle.jbo.uicli.binding with parameters of type AttributeDef | |
java.lang.Object |
JUCtrlValueBinding.getAttributeFromRow(Row row,
AttributeDef def)
Return formatted attribute value for the attribute with the given attribute definition and in the given row. |
void |
JUCtrlValueBinding.setAttributeInRow(Row row,
AttributeDef def,
java.lang.Object value)
|
void |
JUCtrlValueBinding.setAttributeInRow(Row row,
AttributeDef def,
java.lang.Object value,
boolean handleException)
|
protected java.util.ArrayList |
JUCtrlValueBinding.getAttributes(Row row,
AttributeDef[] attrs)
Returns formatted attribute values for the given set of attribute defs. |
protected java.util.ArrayList |
JUCtrlValueBinding.getAttributeValues(Row row,
AttributeDef[] attrs)
Returns un-formatted (raw) attribute values. |
Uses of AttributeDef in oracle.jbo.uicli.controls |
Constructors in oracle.jbo.uicli.controls with parameters of type AttributeDef | |
JUMultiAttrListCellRenderer(AttributeDef[] defs)
|
Uses of AttributeDef in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui that return AttributeDef | |
AttributeDef[] |
JUButtonGroupBinding.getDisplayAttributeDefs()
|
Uses of AttributeDef in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as AttributeDef | |
protected AttributeDef |
HTMLFieldRendererImpl.attrDef
|
Methods in oracle.jdeveloper.html that return AttributeDef | |
AttributeDef |
HTMLFieldRendererImpl.getAttributeDef()
|
AttributeDef |
HTMLFieldRenderer.getAttributeDef()
|
AttributeDef[] |
DataWebBeanImpl.getDisplayAttributeDefs()
returns the array of attributes to be displayed, if the set is not constrained , it will return all of the attribute defs. |
AttributeDef[] |
DataWebBean.getDisplayAttributeDefs()
Returns an array of AttributeDef objects representing the set of columns to be visualized. |
Methods in oracle.jdeveloper.html with parameters of type AttributeDef | |
protected HTMLFieldRenderer |
StructField.getEditFieldRenderer(javax.servlet.jsp.PageContext page,
AttributeDef attrDef)
|
void |
HTMLFieldRendererImpl.setAttributeDef(AttributeDef aDef)
|
void |
HTMLFieldRenderer.setAttributeDef(AttributeDef attrDef)
|
boolean |
DataWebBeanImpl.shouldDisplayAttribute(AttributeDef attrDef)
Checks whether an attribute should be displayed by a Web Bean. |
HTMLFieldRenderer |
DataWebBeanImpl.getEditFieldRenderer(Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
HTMLFieldRenderer |
DataWebBeanImpl.getDisplayFieldRenderer(Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
void |
DataWebBeanImpl.setDisplayFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level display field renderer to be used in the DataWebBean |
void |
DataWebBeanImpl.setEditFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level edit field renderer to be used in the DataWebBean |
java.lang.String |
DataWebBeanImpl.getAttributeLabel(RowSet rs,
AttributeDef aDef)
Utility method for getting the attribute's label , the label is first located in the AttributeDEf and then in the RowSet VO's attribute list. |
boolean |
DataWebBean.shouldDisplayAttribute(AttributeDef attrDef)
Checks whether an attribute should be displayed by a Web Bean. |
HTMLFieldRenderer |
DataWebBean.getEditFieldRenderer(Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
HTMLFieldRenderer |
DataWebBean.getDisplayFieldRenderer(Row row,
AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
void |
DataWebBean.setDisplayFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level display field renderer to be used in the DataWebBean |
void |
DataWebBean.setEditFieldRenderer(AttributeDef attrDef,
HTMLFieldRenderer rdr)
Assigns an instance-level edit field renderer to be used in the DataWebBean |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.