|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.model.condition.BaseCondition
javax.rad.model.condition.CompareCondition
javax.rad.model.condition.LikeIgnoreCase
javax.rad.model.condition.StartsWithIgnoreCase
public class StartsWithIgnoreCase
The StartsWithIgnoreCase
condition is a LikeIgnoreCase
condition with a leading *.
Field Summary |
---|
Fields inherited from class javax.rad.model.condition.LikeIgnoreCase |
---|
searchTransformed, searchValue |
Constructor Summary | |
---|---|
StartsWithIgnoreCase()
Creates a new instance of StartsWithIgnoreCase . |
|
StartsWithIgnoreCase(IDataRow pDataRow,
java.lang.String pColumnName)
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check and if null values should be ignored. |
|
StartsWithIgnoreCase(IDataRow pDataRow,
java.lang.String pColumnName,
boolean pIgnoreNull)
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check and that null values will be ignored. setIgnoreNull(true). |
|
StartsWithIgnoreCase(IDataRow pDataRow,
java.lang.String pDataRowColumnName,
java.lang.String pColumnName)
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and that null values will be ignored. setIgnoreNull(true). |
|
StartsWithIgnoreCase(IDataRow pDataRow,
java.lang.String pDataRowColumnName,
java.lang.String pColumnName,
boolean pIgnoreNull)
Constructs a new StartsWithIgnoreCase Condition, with a column, the IDataRow to check, the column name to use in the IDataRow to get the value and if null values should be ignored. |
|
StartsWithIgnoreCase(java.lang.String pColumnName,
java.lang.Object pValue)
Creates a new instance of StartsWithIgnoreCase with a defined compare value. |
|
StartsWithIgnoreCase(java.lang.String pColumnName,
java.lang.Object pValue,
boolean pIgnoreNull)
Creates a new instance of StartsWithIgnoreCase with a defined compare value. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the value to use in the compare. |
Methods inherited from class javax.rad.model.condition.LikeIgnoreCase |
---|
isFulfilled |
Methods inherited from class javax.rad.model.condition.CompareCondition |
---|
clone, getColumnName, getDataRow, getDataRowColumnName, isFulfilled, isIgnoreNull, setColumnName, setIgnoreNull, setValue |
Methods inherited from class javax.rad.model.condition.BaseCondition |
---|
and, or, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StartsWithIgnoreCase()
StartsWithIgnoreCase
.
public StartsWithIgnoreCase(java.lang.String pColumnName, java.lang.Object pValue)
StartsWithIgnoreCase
with a defined compare value.
pColumnName
- the column name for the value comparisonpValue
- the value to compare. % is used as wildcard symbol for any characters.public StartsWithIgnoreCase(java.lang.String pColumnName, java.lang.Object pValue, boolean pIgnoreNull)
StartsWithIgnoreCase
with a defined compare value. It's
possible to compare null values if desired.
pColumnName
- the column name for the value comparisonpValue
- the value to compare. % is used as wildcard symbol for any characters.pIgnoreNull
- true if null values are desiredpublic StartsWithIgnoreCase(IDataRow pDataRow, java.lang.String pColumnName)
pDataRow
- the IDataRow to use for the compare.pColumnName
- the column name to use for the compare operationpublic StartsWithIgnoreCase(IDataRow pDataRow, java.lang.String pColumnName, boolean pIgnoreNull)
pDataRow
- the IDataRow to use for the compare.pColumnName
- the column name to use for the compare operationpIgnoreNull
- determines if null values should be ignored.public StartsWithIgnoreCase(IDataRow pDataRow, java.lang.String pDataRowColumnName, java.lang.String pColumnName)
pDataRow
- the IDataRow to use for the compare.pDataRowColumnName
- the column name in the IDataRow to use for the compare.pColumnName
- the column name to use for the compare operationpublic StartsWithIgnoreCase(IDataRow pDataRow, java.lang.String pDataRowColumnName, java.lang.String pColumnName, boolean pIgnoreNull)
pDataRow
- the IDataRow to use for the compare.pDataRowColumnName
- the column name in the IDataRow to use for the compare.pColumnName
- the column name to use for the compare operationpIgnoreNull
- determines if null values should be ignored.Method Detail |
---|
public java.lang.Object getValue()
getValue
in class CompareCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |