|
Copyright © 2006 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
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
|
Belonging |
__containingBelonging
|
SmartEntityReference |
__containingEntity
|
Object |
__mapKey
|
Long |
__sequenceNumber
|
boolean |
_isDirty
|
| Constructor Summary | |
|---|---|
BelongingImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
clearRelationalBinding(String attributeIdentifier,
Collection collection)
|
void |
clearRelationalBinding(String attributeIdentifier,
Collection collection,
Object o)
|
void |
clearRelationalBinding(String attributeIdentifier,
Map map)
|
void |
clearRelationalBinding(String attributeIdentifier,
Map map,
Object key)
|
Object |
clone()
Returns a shallow copy of the Belonging instance. |
abstract int |
compareTo(Object o)
Compares a given object with this Belonging. |
protected Collection |
doRelationalBinding(String attributeIdentifier,
Collection collection)
Add relational information to each element in a collection, AND synchronize the collection with the persistence cache This feature is implemented by a plugin and by default is turned off |
protected Map |
doRelationalBinding(String attributeIdentifier,
Map map)
Add relational information to each element in a map, AND synchronize the map with the persistence cache This feature is implemented by a plugin and by default is turned off |
protected Belonging |
doRelationalBindingOnElement(String attributeIdentifier,
Belonging value)
Add relational information to a belonging This feature is implemented by a plugin and by default is turned off |
protected Object |
doRelationalBindingOnElement(String attributeIdentifier,
Object value)
Add relational information to a dependent object. |
protected Belonging |
doRelationalBindingOnSingleton(String attributeIdentifier,
Belonging value)
Add relational information to a belonging This feature is implemented by a plugin and by default is turned off |
protected Object |
doRelationalBindingOnSingleton(String attributeIdentifier,
Object value)
Add relational information to a dependent object. |
protected Object |
doRelationalBindingWithMapKey(String attributeIdentifier,
Belonging belonging,
Object key)
Add relational information to an element in a map, AND synchronize the element with the persistence cache This feature is implemented by a plugin and by default is turned off |
protected Object |
doRelationalBindingWithMapKey(String attributeIdentifier,
Object object,
Object key)
Add relational information to an element in a map, AND synchronize the element with the persistence cache This feature is implemented by a plugin and by default is turned off |
protected Collection |
enumerateRelationalBinding(String attributeIdentifier,
Collection collection)
Add relational information to each element in a collection, but do not synchronize the collection with the persistence cache This feature is implemented by a plugin and by default is turned off |
protected Map |
enumerateRelationalBinding(String attributeIdentifier,
Map map)
Add relational information to each element in a map, but do not synchronize the map with the persistence cache This feature is implemented by a plugin and by default is turned off |
boolean |
equals(Object o)
Indicates whether some other Belonging is equivalent to this Belonging. |
String |
get__classIdentifier()
Get class identifier for this object (used to persist subclasses in a single collection or map) |
Belonging |
get__containingBelonging()
Get foreign key information about the bean that contains this object |
EJBObject |
get__containingEntity()
Get foreign key information about the bean that contains this object |
SmartEntityReference |
get__containingEntityReference()
|
Object |
get__mapKey()
get map key |
Long |
get__sequenceNumber()
Get the sequencer number |
PersistenceHelperPlugin |
getPersistenceHelperPlugin()
Instantiates PersistenceHelperPlugin for this Belonging using properties specified in the Server property file. |
int |
hashCode()
Returns a hash code for this Belonging. |
protected void |
set__classIdentifier(String classIdentifier)
Derived classes use this to set the class identifier |
void |
set__containingBelonging(Belonging belonging)
Provides foreign key information about the bean that contains this object |
void |
set__containingEntity(EJBObject containingEntity)
Provides foreign key information about the bean that contains this object |
void |
set__containingEntityReference(SmartEntityReference smartEntityReference)
|
void |
set__mapKey(Object mapKey)
Provides map key information |
void |
setByValue(Belonging belonging)
Intializes the Belonging based upon a supplied Belonging. |
String |
toString()
Returns a String representation of the Belonging. |
| 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(EJBObject containingEntity)
set__containingEntity in interface RelationalReferenceejbObject - remote interface of the containing bean
ClassCastException - source object is not an instance of %EntityType%public 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 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 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 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 © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||