com.retek.rsm.domain.common.dao
Class RsmQueryDefinition
java.lang.Object
com.retek.platform.domain.common.dao.QueryDefinition
com.retek.rsm.domain.common.dao.RsmQueryDefinition
- public class RsmQueryDefinition
- extends com.retek.platform.domain.common.dao.QueryDefinition
Method Summary |
void |
addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.BusinessObject businessObject)
|
void |
addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.IdentifiableReference reference)
|
void |
addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.ObjectId objectId)
|
Methods inherited from class com.retek.platform.domain.common.dao.QueryDefinition |
addFromPortion, addParam, addSelectPortion, addWherePortion, getBindValues, getCountString, getFromClause, getQueryString, getSelectClause, getTypeValues, getWhereClause |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RsmQueryDefinition
public RsmQueryDefinition()
addWherePortion
public void addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.BusinessObject businessObject)
addWherePortion
public void addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.IdentifiableReference reference)
addWherePortion
public void addWherePortion(java.lang.String wherePortion,
com.retek.platform.bo.ObjectId objectId)