wt.query.specification
Class JoinSelectionSearchSpec

java.lang.Object
  extended bywt.query.specification.AbstractSelectionSearchSpec
      extended bywt.query.specification.JoinSelectionSearchSpec
All Implemented Interfaces:
Externalizable, SelectionSearchSpec, Serializable

public class JoinSelectionSearchSpec
extends AbstractSelectionSearchSpec
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  ClassSearchSpec classSearchSpec
           
static long EXTERNALIZATION_VERSION_UID
           
private  Object join
           
protected static long OLD_FORMAT_VERSION_UID
           
private static String RESOURCE
           
private  Object roleA
           
private  boolean roleARetrieved
           
private  Object roleB
           
(package private) static long serialVersionUID
           
 
Fields inherited from class wt.query.specification.AbstractSelectionSearchSpec
 
Constructor Summary
JoinSelectionSearchSpec()
          

Supported API: false
JoinSelectionSearchSpec(Class target_class)
          

Supported API: false
JoinSelectionSearchSpec(Class target_class, Object a_join)
          

Supported API: false
JoinSelectionSearchSpec(Class target_class, Object a_join, Object a_A_role, Object a_B_role)
          

Supported API: false
JoinSelectionSearchSpec(Class target_class, Object a_join, Object a_A_role, Object a_B_role, ClassSearchSpec a_selection)
          

Supported API: false
 
Method Summary
 ClassSearchSpec getClassSearchSpec()
          Gets the object for the association that plays role: classSearchSpec.
 Object getJoin()
          Gets the value of the attribute: join.
 Object getRoleA()
          Gets the value of the attribute: roleA.
 Object getRoleB()
          Gets the value of the attribute: roleB.
 boolean isRoleARetrieved()
          Gets the value of the attribute: roleARetrieved.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(JoinSelectionSearchSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setClassSearchSpec(ClassSearchSpec a_ClassSearchSpec)
          Sets the object for the association that plays role: classSearchSpec.
 void setJoin(Object a_Join)
          Sets the value of the attribute: join.
 void setRoleA(Object a_RoleA)
          Sets the value of the attribute: roleA.
 void setRoleARetrieved(boolean a_RoleARetrieved)
          Sets the value of the attribute: roleARetrieved.
 void setRoleB(Object a_RoleB)
          Sets the value of the attribute: roleB.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class wt.query.specification.AbstractSelectionSearchSpec
addTargetClass, addTargetClass, getTargetClasses, isDescendant, readVersion, setDescendant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

roleA

private Object roleA

roleB

private Object roleB

join

private Object join

roleARetrieved

private boolean roleARetrieved

classSearchSpec

private ClassSearchSpec classSearchSpec

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

JoinSelectionSearchSpec

public JoinSelectionSearchSpec()


Supported API: false


JoinSelectionSearchSpec

public JoinSelectionSearchSpec(Class target_class)


Supported API: false

Parameters:
target_class -

JoinSelectionSearchSpec

public JoinSelectionSearchSpec(Class target_class,
                               Object a_join)


Supported API: false

Parameters:
target_class -
a_join -

JoinSelectionSearchSpec

public JoinSelectionSearchSpec(Class target_class,
                               Object a_join,
                               Object a_A_role,
                               Object a_B_role)


Supported API: false

Parameters:
target_class -
a_join -
a_A_role -
a_B_role -

JoinSelectionSearchSpec

public JoinSelectionSearchSpec(Class target_class,
                               Object a_join,
                               Object a_A_role,
                               Object a_B_role,
                               ClassSearchSpec a_selection)


Supported API: false

Parameters:
target_class -
a_join -
a_A_role -
a_B_role -
a_selection -
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class AbstractSelectionSearchSpec
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class AbstractSelectionSearchSpec
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(JoinSelectionSearchSpec thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getRoleA

public Object getRoleA()
Gets the value of the attribute: roleA.

Supported API: false

Returns:
Object

setRoleA

public void setRoleA(Object a_RoleA)
              throws WTPropertyVetoException
Sets the value of the attribute: roleA.

Supported API: false

Parameters:
a_RoleA -
Throws:
WTPropertyVetoException

getRoleB

public Object getRoleB()
Gets the value of the attribute: roleB.

Supported API: false

Returns:
Object

setRoleB

public void setRoleB(Object a_RoleB)
              throws WTPropertyVetoException
Sets the value of the attribute: roleB.

Supported API: false

Parameters:
a_RoleB -
Throws:
WTPropertyVetoException

getJoin

public Object getJoin()
Gets the value of the attribute: join.

Supported API: false

Returns:
Object

setJoin

public void setJoin(Object a_Join)
             throws WTPropertyVetoException
Sets the value of the attribute: join.

Supported API: false

Parameters:
a_Join -
Throws:
WTPropertyVetoException

isRoleARetrieved

public boolean isRoleARetrieved()
Gets the value of the attribute: roleARetrieved.

Supported API: false

Returns:
boolean

setRoleARetrieved

public void setRoleARetrieved(boolean a_RoleARetrieved)
                       throws WTPropertyVetoException
Sets the value of the attribute: roleARetrieved.

Supported API: false

Parameters:
a_RoleARetrieved -
Throws:
WTPropertyVetoException

getClassSearchSpec

public ClassSearchSpec getClassSearchSpec()
Gets the object for the association that plays role: classSearchSpec.

Supported API: false

Returns:
ClassSearchSpec

setClassSearchSpec

public void setClassSearchSpec(ClassSearchSpec a_ClassSearchSpec)
                        throws WTPropertyVetoException
Sets the object for the association that plays role: classSearchSpec.

Supported API: false

Parameters:
a_ClassSearchSpec -
Throws:
WTPropertyVetoException