ch.elca.el4j.services.search.criterias
Class IncludeCriteria

java.lang.Object
  extended by ch.elca.el4j.services.search.criterias.AbstractCriteria
      extended by ch.elca.el4j.services.search.criterias.IncludeCriteria
All Implemented Interfaces:
Criteria, Serializable

Deprecated. no longer needed.

public class IncludeCriteria
extends AbstractCriteria

Criteria for the include pattern.

Author:
Alex Mathey (AMA)
See Also:
Serialized Form
File-location:
IncludeCriteria
Last check-in date:
2009-08-04 15:06:35 +0200 (Di, 04. Aug 2009) by swismer for revision 3878

Constructor Summary
protected IncludeCriteria()
          Deprecated. Default constructor for remoting protocols like hessian added.
  IncludeCriteria(String field, Object value)
          Deprecated. Constructor.
 
Method Summary
 String getSqlWhereCondition()
          Deprecated. The full Criteria as SQL representation.
 String getType()
          Deprecated. 
 
Methods inherited from class ch.elca.el4j.services.search.criterias.AbstractCriteria
getBooleanValue, getByteValue, getDoubleValue, getField, getFloatValue, getIntegerValue, getLongValue, getShortValue, getStringValue, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeCriteria

protected IncludeCriteria()
Deprecated. 
Default constructor for remoting protocols like hessian added.


IncludeCriteria

public IncludeCriteria(String field,
                       Object value)
Deprecated. 
Constructor.

Parameters:
field - Is the field the criteria is made for.
value - Is the value of this criteria.
Method Detail

getType

public String getType()
Deprecated. 

Returns:
Returns the criteria type.

getSqlWhereCondition

public String getSqlWhereCondition()
Deprecated. 
Description copied from interface: Criteria
The full Criteria as SQL representation. This does not mean that we want to break encapsulation (Criteria should be independent of the database) but SQL is a representation that is easy to understand.

Returns:
an SQL string as it could occur in a SQL WHERE clause


Copyright © 2005-2011 ELCA. All Rights Reserved.