org.ofbiz.entity.condition
Class EntityFunction.LENGTH

java.lang.Object
  extended by org.ofbiz.entity.condition.EntityConditionBase
      extended by org.ofbiz.entity.condition.EntityConditionValue
          extended by org.ofbiz.entity.condition.EntityFunction<java.lang.Integer>
              extended by org.ofbiz.entity.condition.EntityFunction.LENGTH
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EntityFunction<T extends java.lang.Comparable>

public static class EntityFunction.LENGTH
extends EntityFunction<java.lang.Integer>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.entity.condition.EntityFunction
EntityFunction.Fetcher<T>, EntityFunction.LENGTH, EntityFunction.LOWER, EntityFunction.SQLFunction, EntityFunction.TRIM, EntityFunction.UPPER
 
Field Summary
static EntityFunction.Fetcher<java.lang.Integer> FETCHER
           
protected static  lengthFactory
           
 
Fields inherited from class org.ofbiz.entity.condition.EntityFunction
fetcher, function, ID_LENGTH, ID_LOWER, ID_TRIM, ID_UPPER, nested, value
 
Fields inherited from class org.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
 
Constructor Summary
protected EntityFunction.LENGTH()
           
  EntityFunction.LENGTH(EntityConditionValue nested)
          Deprecated. Use EntityCondition.LENGTH() instead
  EntityFunction.LENGTH(java.lang.Object value)
          Deprecated. Use EntityCondition.LENGTH() instead
 
Method Summary
 void init(java.lang.Object value)
           
 
Methods inherited from class org.ofbiz.entity.condition.EntityFunction
accept, addSqlValue, equals, freeze, getCode, getId, getModelField, getOriginalValue, getValue, hashCode, init, LENGTH, LENGTH, LOWER, LOWER, reset, TRIM, TRIM, UPPER_FIELD, UPPER, UPPER, validateSql, visit
 
Methods inherited from class org.ofbiz.entity.condition.EntityConditionValue
addSqlValue, getValue, toString, toString
 
Methods inherited from class org.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FETCHER

public static EntityFunction.Fetcher<java.lang.Integer> FETCHER

lengthFactory

protected static final  lengthFactory
Constructor Detail

EntityFunction.LENGTH

protected EntityFunction.LENGTH()

EntityFunction.LENGTH

public EntityFunction.LENGTH(EntityConditionValue nested)
Deprecated. Use EntityCondition.LENGTH() instead


EntityFunction.LENGTH

public EntityFunction.LENGTH(java.lang.Object value)
Deprecated. Use EntityCondition.LENGTH() instead

Method Detail

init

public void init(java.lang.Object value)