|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDef | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.domain | |
oracle.jbo.html.databeans | Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
Uses of AttributeDef in oracle.jbo |
Methods in oracle.jbo that return AttributeDef | |
AttributeDef[] |
StructureDef.getAttributeDefs()
Gets the defined attributes. |
AttributeDef |
StructureDef.findAttributeDef(java.lang.String name)
Gets an attribute definition by name. |
AttributeDef |
StructureDef.getAttributeDef(int index)
Gets an attribute definition by index. |
AttributeDef |
ViewObject.addDynamicAttribute(java.lang.String attrName)
Adds a dynamic attribute to the View Object's row set. |
AttributeDef |
ViewObject.findViewLinkAccessor(ViewLink vl)
Finds the view link accessor attribute. |
Methods in oracle.jbo with parameters of type AttributeDef | |
ViewLink |
ApplicationModule.createViewLinkBetweenViewObjects(java.lang.String viewLinkName,
java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a new View Link. |
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[] |
StructureDefHelper.getAttributeDefs()
|
AttributeDef |
StructureDefHelper.findAttributeDef(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)
|
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.getAttributeDef(int index)
Gets an attribute definition by index. |
Constructors in oracle.jbo.domain with parameters of type AttributeDef | |
DomainStructureDef.DomainStructureDef(AttributeDef[] attrDefs)
|
Uses of AttributeDef in oracle.jbo.html.databeans |
Methods in oracle.jbo.html.databeans with parameters of type AttributeDef | |
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.server |
Classes in oracle.jbo.server that implement AttributeDef | |
class |
AttributeDefImpl
Describes properties exported by JavaBeans. |
Fields in oracle.jbo.server declared as AttributeDef | |
protected AttributeDef[] |
ViewObjectImpl.mKeyAttrRefs
|
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. |
AttributeDef |
ViewObjectImpl.findAttributeDef(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.findViewLinkAccessor(ViewLink vl)
Finds the View Link accessor attribute. |
Methods in oracle.jbo.server with parameters of type AttributeDef | |
protected void |
EntityImpl.vetoRemoveWithDetails(AttributeDef associationDef)
|
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. |
ViewLink |
NullDBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Implementation of the DBTransaction interface. |
ViewLink |
DBTransactionImpl.createViewLinkBetweenViewObjects(java.lang.String accessorName,
ViewObject master,
AttributeDef[] srcAttrs,
ViewObject detail,
AttributeDef[] destAttrs,
java.lang.String assocClause)
Creates a 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. |
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)
|
Uses of AttributeDef in oracle.jdeveloper.html |
Methods in oracle.jdeveloper.html that return AttributeDef | |
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 | |
boolean |
DataWebBeanImpl.shouldDisplayAttribute(AttributeDef attrDef)
Checks whether an attribute should be displayed by a Web Bean. |
boolean |
DataWebBean.shouldDisplayAttribute(AttributeDef attrDef)
Checks whether an attribute should be displayed by a Web Bean. |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |