|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.BelongingImpl
@Deprecated public abstract class BelongingImpl
The BelongingImpl provides the abstract base class from which all Belonging implementations must be derived. It implements the Belonging interface and serves as its symmetric counterpart.
Belonging,
SmartHome,
Serialized Form| Field Summary | |
|---|---|
String |
__classIdentifier
Deprecated See BEA Commerce product offering |
Belonging |
__containingBelonging
Deprecated See BEA Commerce product offering |
SmartEntityReference |
__containingEntity
Deprecated See BEA Commerce product offering |
Object |
__mapKey
Deprecated See BEA Commerce product offering |
Long |
__sequenceNumber
Deprecated See BEA Commerce product offering |
boolean |
_isDirty
Deprecated See BEA Commerce product offering |
| Constructor Summary | |
|---|---|
BelongingImpl()
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
void |
clearRelationalBinding(String attributeIdentifier,
Collection collection)
Deprecated See BEA Commerce product offering |
void |
clearRelationalBinding(String attributeIdentifier,
Collection collection,
Object o)
Deprecated See BEA Commerce product offering |
void |
clearRelationalBinding(String attributeIdentifier,
Map map)
Deprecated See BEA Commerce product offering |
void |
clearRelationalBinding(String attributeIdentifier,
Map map,
Object key)
Deprecated See BEA Commerce product offering |
Object |
clone()
Deprecated See BEA Commerce product offering |
abstract int |
compareTo(Object o)
Deprecated See BEA Commerce product offering |
protected Collection |
doRelationalBinding(String attributeIdentifier,
Collection collection)
Deprecated See BEA Commerce product offering |
protected Map |
doRelationalBinding(String attributeIdentifier,
Map map)
Deprecated See BEA Commerce product offering |
protected Belonging |
doRelationalBindingOnElement(String attributeIdentifier,
Belonging value)
Deprecated See BEA Commerce product offering |
protected javax.ejb.EJBObject |
doRelationalBindingOnElement(String attributeIdentifier,
javax.ejb.EJBObject value)
Deprecated See BEA Commerce product offering |
protected Object |
doRelationalBindingOnElement(String attributeIdentifier,
Object value)
Deprecated See BEA Commerce product offering |
protected Belonging |
doRelationalBindingOnSingleton(String attributeIdentifier,
Belonging value)
Deprecated See BEA Commerce product offering |
protected javax.ejb.EJBObject |
doRelationalBindingOnSingleton(String attributeIdentifier,
javax.ejb.EJBObject ejbObject)
Deprecated See BEA Commerce product offering |
protected Object |
doRelationalBindingOnSingleton(String attributeIdentifier,
Object value)
Deprecated See BEA Commerce product offering |
protected Object |
doRelationalBindingWithMapKey(String attributeIdentifier,
Belonging belonging,
Object key)
Deprecated See BEA Commerce product offering |
protected javax.ejb.EJBObject |
doRelationalBindingWithMapKey(String attributeIdentifier,
javax.ejb.EJBObject ejbObject,
Object key)
Deprecated See BEA Commerce product offering |
protected Object |
doRelationalBindingWithMapKey(String attributeIdentifier,
Object object,
Object key)
Deprecated See BEA Commerce product offering |
protected Collection |
enumerateRelationalBinding(String attributeIdentifier,
Collection collection)
Deprecated See BEA Commerce product offering |
protected Map |
enumerateRelationalBinding(String attributeIdentifier,
Map map)
Deprecated See BEA Commerce product offering |
boolean |
equals(Object o)
Deprecated See BEA Commerce product offering |
String |
get__classIdentifier()
Deprecated See BEA Commerce product offering |
Belonging |
get__containingBelonging()
Deprecated See BEA Commerce product offering |
javax.ejb.EJBObject |
get__containingEntity()
Deprecated See BEA Commerce product offering |
SmartEntityReference |
get__containingEntityReference()
Deprecated See BEA Commerce product offering |
Object |
get__mapKey()
Deprecated See BEA Commerce product offering |
Long |
get__sequenceNumber()
Deprecated See BEA Commerce product offering |
PersistenceHelperPlugin |
getPersistenceHelperPlugin()
Deprecated See BEA Commerce product offering |
int |
hashCode()
Deprecated See BEA Commerce product offering |
protected void |
set__classIdentifier(String classIdentifier)
Deprecated See BEA Commerce product offering |
void |
set__containingBelonging(Belonging belonging)
Deprecated See BEA Commerce product offering |
void |
set__containingEntity(javax.ejb.EJBObject containingEntity)
Deprecated See BEA Commerce product offering |
void |
set__containingEntityReference(SmartEntityReference smartEntityReference)
Deprecated See BEA Commerce product offering |
void |
set__mapKey(Object mapKey)
Deprecated See BEA Commerce product offering |
void |
setByValue(Belonging belonging)
Deprecated See BEA Commerce product offering |
String |
toString()
Deprecated See BEA Commerce product offering |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
|---|
interfaceName, value |
| Field Detail |
|---|
public transient boolean _isDirty
public SmartEntityReference __containingEntity
public Object __mapKey
public Long __sequenceNumber
public String __classIdentifier
public Belonging __containingBelonging
| Constructor Detail |
|---|
public BelongingImpl()
| Method Detail |
|---|
public final Object clone()
clone in interface Belongingclone in class Objectpublic abstract int compareTo(Object o)
compareTo in interface Comparableo - the Object to be compared.
ClassCastException - if the specified object is not of the same
type as this Belonging.public final boolean equals(Object o)
equals in interface Belongingequals in class Objecto - the Object to be compared.
true if the supplied Object is equivalent,
false otherwise.
ClassCastException - if the specified object is not of the same
type as this Belonging.public int hashCode()
hashCode in class Objectpublic String toString()
String representation of the Belonging.
toString in class ObjectString representation of the Belonging.public void setByValue(Belonging belonging)
Belonging based upon a supplied Belonging.
setByValue in interface Belongingbelonging - The Belonging to use for initialization.public Long get__sequenceNumber()
get__sequenceNumber in interface RelationalReferencepublic void set__containingBelonging(Belonging belonging)
set__containingBelonging in interface RelationalReferenceejbObject - remote interface of the containing beanpublic Belonging get__containingBelonging()
get__containingBelonging in interface RelationalReferenceClassCastException - source object is not an instance of the remote interface of the containing class.public Object get__mapKey()
RelationalReference
get__mapKey in interface RelationalReferencepublic void set__mapKey(Object mapKey)
RelationalReference
set__mapKey in interface RelationalReferencemapKey - the key if this object is used in a mappublic SmartEntityReference get__containingEntityReference()
public void set__containingEntityReference(SmartEntityReference smartEntityReference)
public void set__containingEntity(javax.ejb.EJBObject containingEntity)
set__containingEntity in interface RelationalReferenceejbObject - remote interface of the containing bean
ClassCastException - source object is not an instance of %EntityType%public javax.ejb.EJBObject get__containingEntity()
get__containingEntity in interface RelationalReferenceprotected void set__classIdentifier(String classIdentifier)
public String get__classIdentifier()
get__classIdentifier in interface RelationalReference
protected final Object doRelationalBindingOnElement(String attributeIdentifier,
Object value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersvalue - instance of a dependent objectentityImpl - implementation of an entity bean
protected final Belonging doRelationalBindingOnElement(String attributeIdentifier,
Belonging value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersbelonging - instance of a belongingentityImpl - implementation of an entity bean
protected final javax.ejb.EJBObject doRelationalBindingOnElement(String attributeIdentifier,
javax.ejb.EJBObject value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersejbObject - instance of an EJB objectentityImpl - implementation of an entity bean
protected final Object doRelationalBindingOnSingleton(String attributeIdentifier,
Object value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersvalue - instance of a dependent objectentityImpl - implementation of an entity bean
protected final Belonging doRelationalBindingOnSingleton(String attributeIdentifier,
Belonging value)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersbelonging - instance of a belongingentityImpl - implementation of an entity bean
protected final javax.ejb.EJBObject doRelationalBindingOnSingleton(String attributeIdentifier,
javax.ejb.EJBObject ejbObject)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersejbObject - instance of an EJB objectentityImpl - implementation of an entity bean
protected final Object doRelationalBindingWithMapKey(String attributeIdentifier,
Object object,
Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final javax.ejb.EJBObject doRelationalBindingWithMapKey(String attributeIdentifier,
javax.ejb.EJBObject ejbObject,
Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final Object doRelationalBindingWithMapKey(String attributeIdentifier,
Belonging belonging,
Object key)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final Collection doRelationalBinding(String attributeIdentifier,
Collection collection)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final Map doRelationalBinding(String attributeIdentifier,
Map map)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersmap - the target map
protected final Collection enumerateRelationalBinding(String attributeIdentifier,
Collection collection)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellerscollection - the target collection
protected final Map enumerateRelationalBinding(String attributeIdentifier,
Map map)
attributeIdentifier - identifier for an attribute on a bean e.g. examples.buybeans.BeanieHat.numberOfPropellersmap - the target map
public final void clearRelationalBinding(String attributeIdentifier,
Collection collection)
public final void clearRelationalBinding(String attributeIdentifier,
Collection collection,
Object o)
public final void clearRelationalBinding(String attributeIdentifier,
Map map,
Object key)
public final void clearRelationalBinding(String attributeIdentifier,
Map map)
public final PersistenceHelperPlugin getPersistenceHelperPlugin()
null, if no PersistenceHelperPlugin is specified.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||