com.atlassian.jira.crowd.embedded.ofbiz
Class NullEntityAttributeCondition

java.lang.Object
  extended by org.ofbiz.core.entity.EntityCondition
      extended by org.ofbiz.core.entity.EntityWhereString
          extended by com.atlassian.jira.crowd.embedded.ofbiz.NullEntityAttributeCondition
All Implemented Interfaces:
Serializable

public class NullEntityAttributeCondition
extends org.ofbiz.core.entity.EntityWhereString

This class builds an Entity Condition "where string" that supports parameter markers.

Since:
0.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ofbiz.core.entity.EntityWhereString
sqlString
 
Constructor Summary
NullEntityAttributeCondition(String whereString, String propertyName)
           
 
Method Summary
 String makeWhereString(org.ofbiz.core.entity.model.ModelEntity modelEntity, List entityConditionParams)
           
 
Methods inherited from class org.ofbiz.core.entity.EntityWhereString
checkCondition, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullEntityAttributeCondition

public NullEntityAttributeCondition(String whereString,
                                    String propertyName)
Method Detail

makeWhereString

public String makeWhereString(org.ofbiz.core.entity.model.ModelEntity modelEntity,
                              List entityConditionParams)
Overrides:
makeWhereString in class org.ofbiz.core.entity.EntityWhereString


Copyright © 2002-2012 Atlassian. All Rights Reserved.