|
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, given its name. |
AttributeDef |
StructureDef.getAttributeDef(int index)
Gets an attribute definition, given its index. |
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. |
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 View Link given either a View Link Definition or an Entity Association. |
Constructors in oracle.jbo with parameters of type AttributeDef | |
RowValException.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.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.Key(java.lang.String sString,
AttributeDef[] keyAttrs)
|
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 | |
static Key |
RowSetIteratorHelper.createKey(AttributeList al,
AttributeDef[] keyAttrs)
|
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. |
Methods in oracle.jbo.domain with parameters of type AttributeDef | |
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.DomainStructureDef(AttributeDef[] attrDefs)
|
Uses of AttributeDef in oracle.jbo.html.databeans |
Methods in oracle.jbo.html.databeans with parameters of type AttributeDef | |
HTMLFieldRenderer |
JSEditCurrentRecord.getDefaultFieldRenderer(AttributeDef attrDef)
Retrieves the default field renderer for a specified attribute definition (that is, the attribute metadata). |
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
AttributeDefImpl is an implementation class for the AttributeDef
interface in the middle tier server. |
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.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)
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 |
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. |
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 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. |
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. |
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 |
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 |
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |