|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.container.ContainerSpecWhereCondition
Generates a ContainerSpec
-based WhereCondition
using WTContainerHelper.getWhereContainerIn
.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ContainerSpec |
containerSpec
|
static long |
EXTERNALIZATION_VERSION_UID
|
private int |
fromIndex
|
private boolean |
negate
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from interface wt.pds.WhereCondition |
OUTER_JOIN_FROM_INDICIES |
Constructor Summary | |
ContainerSpecWhereCondition()
Supported API: false |
|
ContainerSpecWhereCondition(ContainerSpec container_spec,
int from_index,
boolean negate)
Supported API: false |
Method Summary | |
ContainerSpec |
getContainerSpec()
Gets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
WhereExpression |
getExpression(Vector a_tables)
Returns the condition expression based on the specified concreate classes. |
int |
getFromIndex()
Gets the value of the attribute: fromIndex; The index of the class in the Vector of table classes passed to getExpression
that will be passed to WTContainerHelper.getWhereContainerIn . |
int[] |
getOuterJoinFromIndicies()
Gets the value of the attribute: outerJoinFromIndicies; The index values in the From clause for any classes that use an outer join in this condition. |
boolean |
isNegate()
Gets the value of the attribute: negate. |
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(ContainerSpecWhereCondition thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setContainerSpec(ContainerSpec a_ContainerSpec)
Sets the value of the attribute: containerSpec; The ContainerSpec
to use to generate a WhereExpression
Supported API: false |
void |
setFromIndex(int a_FromIndex)
Sets the value of the attribute: fromIndex; The index of the class in the Vector of table classes passed to getExpression
that will be passed to WTContainerHelper.getWhereContainerIn . |
void |
setNegate(boolean a_Negate)
Sets the value of the attribute: negate. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
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 ContainerSpec containerSpec
private int fromIndex
private boolean negate
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ContainerSpecWhereCondition()
public ContainerSpecWhereCondition(ContainerSpec container_spec, int from_index, boolean negate) throws WTException
container_spec
- from_index
- negate
-
WTException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ContainerSpecWhereCondition 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 ContainerSpec getContainerSpec()
ContainerSpec
to use to generate a WhereExpression
public void setContainerSpec(ContainerSpec a_ContainerSpec) throws WTPropertyVetoException
ContainerSpec
to use to generate a WhereExpression
a_ContainerSpec
-
WTPropertyVetoException
public int getFromIndex()
Vector
of table classes passed to getExpression
that will be passed to WTContainerHelper.getWhereContainerIn
.
public void setFromIndex(int a_FromIndex) throws WTPropertyVetoException
Vector
of table classes passed to getExpression
that will be passed to WTContainerHelper.getWhereContainerIn
.
a_FromIndex
-
WTPropertyVetoException
public boolean isNegate()
public void setNegate(boolean a_Negate) throws WTPropertyVetoException
a_Negate
-
WTPropertyVetoException
public int[] getOuterJoinFromIndicies()
getOuterJoinFromIndicies
in interface WhereCondition
public WhereExpression getExpression(Vector a_tables) throws WTException
getExpression
in interface WhereCondition
a_tables
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |