|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.AbstractSelectionSearchSpec
wt.query.specification.JoinSelectionSearchSpec
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private Object roleA
private Object roleB
private Object join
private boolean roleARetrieved
private ClassSearchSpec classSearchSpec
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public JoinSelectionSearchSpec()
public JoinSelectionSearchSpec(Class target_class)
target_class
- public JoinSelectionSearchSpec(Class target_class, Object a_join)
target_class
- a_join
- public JoinSelectionSearchSpec(Class target_class, Object a_join, Object a_A_role, Object a_B_role)
target_class
- a_join
- a_A_role
- a_B_role
- public JoinSelectionSearchSpec(Class target_class, Object a_join, Object a_A_role, Object a_B_role, ClassSearchSpec a_selection)
target_class
- a_join
- a_A_role
- a_B_role
- a_selection
- Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractSelectionSearchSpec
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractSelectionSearchSpec
input
-
IOException
ClassNotFoundException
protected boolean readVersion(JoinSelectionSearchSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public Object getRoleA()
public void setRoleA(Object a_RoleA) throws WTPropertyVetoException
a_RoleA
-
WTPropertyVetoException
public Object getRoleB()
public void setRoleB(Object a_RoleB) throws WTPropertyVetoException
a_RoleB
-
WTPropertyVetoException
public Object getJoin()
public void setJoin(Object a_Join) throws WTPropertyVetoException
a_Join
-
WTPropertyVetoException
public boolean isRoleARetrieved()
public void setRoleARetrieved(boolean a_RoleARetrieved) throws WTPropertyVetoException
a_RoleARetrieved
-
WTPropertyVetoException
public ClassSearchSpec getClassSearchSpec()
public void setClassSearchSpec(ClassSearchSpec a_ClassSearchSpec) throws WTPropertyVetoException
a_ClassSearchSpec
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |