|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationDefImpl | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb.facade |
Uses of AssociationDefImpl in oracle.jbo.server |
Methods in oracle.jbo.server that return AssociationDefImpl | |
AssociationDefImpl |
ViewAttributeDefImpl.getViewLinkAccessorDef()
|
AssociationDefImpl |
EntityDefImpl.getAssociationDefImpl(java.lang.String name)
Returns the AssociationDefImpl (association accessors) given the association name. |
AssociationDefImpl |
EntityDefImpl.getAssociationDefImpl(int index)
Returns the AssociationDefImpl (association accessors) given an index. |
AssociationDefImpl[] |
EntityDefImpl.getAssociationDefImpls()
Returns the AssociationDefImpls. |
AssociationDefImpl |
EntityAssociation.getAccessorByEndName(java.lang.String endName)
Deprecated. Deprecated since 5.0. Instead, use AssociationDefBase.findEndAccessorByName(). |
AssociationDefImpl |
AssociationEnd.getAccessor()
|
protected static AssociationDefImpl |
AssociationDefImpl.resolveReference(java.lang.String defName,
oracle.jbo.server.TempAssocEndDesc assocEnd)
|
AssociationDefImpl[] |
AssociationDefBase.getAccessors()
|
AssociationDefImpl |
AssociationDefBase.findEndAccessorByName(java.lang.String endName)
|
Methods in oracle.jbo.server with parameters of type AssociationDefImpl | |
protected ViewObjectImpl |
ViewObjectImpl.findViewLinkAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
ViewDefImpl vDef,
ViewLinkDefImpl vlDef)
|
protected ViewObjectImpl |
ViewObjectImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
ViewDefImpl vDef,
ViewLinkDefImpl vlDef)
|
protected ViewRowSetImpl |
ViewObjectImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef,
ViewObjectImpl accessorVO,
Row masterRow,
java.lang.Object[] values)
|
protected ViewObjectImpl |
EntityImpl.findAssociationAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
EntityAssociation eoAssoc)
|
protected ViewObjectImpl |
EntityImpl.createAssociationAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
EntityAssociation eoAssoc)
|
protected EntityRowSetImpl |
EntityImpl.createAssociationAccessorRS(AssociationDefImpl assocDef,
ViewObjectImpl accessorVO,
Row masterRow,
java.lang.Object[] values)
|
protected ViewObjectImpl |
EntityImpl.findEntityViewLinkAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
ViewDefImpl vDef,
ViewLinkDefImpl vlDef)
|
protected ViewObjectImpl |
EntityImpl.createEntityViewLinkAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
ViewDefImpl vDef,
ViewLinkDefImpl vlDef)
|
protected ViewRowSetImpl |
EntityImpl.createEntityViewLinkAccessorRS(AssociationDefImpl assocDef,
ViewObjectImpl accessorVO,
Row masterRow,
java.lang.Object[] values)
|
void |
EntityAssociation.link(AssociationDefImpl srcAccr,
AssociationDefImpl dstAccr)
Establishes a link between two Entity Objects. |
Constructors in oracle.jbo.server with parameters of type AssociationDefImpl | |
EntityRowSetImpl(ViewObjectImpl vo,
AssociationDefImpl assocDesc,
java.lang.Object[] paramValues)
Constructs a EntityRowSetImpl for a ViewRowSetImpl. |
Uses of AssociationDefImpl in oracle.jbo.server.ejb.facade |
Subclasses of AssociationDefImpl in oracle.jbo.server.ejb.facade | |
class |
CmrAccessorDefImpl
|
Methods in oracle.jbo.server.ejb.facade with parameters of type AssociationDefImpl | |
protected ViewObjectImpl |
FinderViewImpl.createViewLinkAccessorVO(AssociationDefImpl assocDef,
java.lang.String voName,
ViewDefImpl vDef,
ViewLinkDefImpl vlDef)
|
protected ViewRowSetImpl |
FinderViewImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef,
ViewObjectImpl accessorVO,
Row masterRow,
java.lang.Object[] values)
|
Constructors in oracle.jbo.server.ejb.facade with parameters of type AssociationDefImpl | |
CmrAccessorEntRowSet(ViewObjectImpl vo,
AssociationDefImpl assocDesc,
java.lang.Object[] paramValues,
Row masterRow)
|
|
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.