public class ToJoinTodoListQuery
extends com.whitestein.lsps.model.sharedrecord.ToJoinJavaQuery
| Constructor and Description |
|---|
ToJoinTodoListQuery(NamespaceModel namespaceModel,
String usedInJndi,
String iterator,
RecordType type,
Expression parameterExpression,
ExpressionOrigin origin)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executePostQueryAction() |
void |
executePreQueryAction(Namespace namespace) |
static String |
generateTempQueryTodoTableName(String jndi)
Generates name for temporary query todo table name.
|
static String |
generateTempQueryTodoTypeName(String jndi)
Generates name for temporary query todo record type.
|
String |
getAdditionalSelectHqlString(Namespace namespace) |
String |
getConditionHqlString(com.whitestein.lsps.lang.query.PathResolver pathResolver,
Namespace namespace,
SortedMap<Integer,Object> positionalParameters) |
RecordType |
getType() |
public ToJoinTodoListQuery(NamespaceModel namespaceModel, String usedInJndi, String iterator, RecordType type, Expression parameterExpression, ExpressionOrigin origin)
namespaceModel - usedInJndi - iterator - type - parameterExpression - origin - the parameter expression originpublic static String generateTempQueryTodoTypeName(String jndi)
jndi - public static String generateTempQueryTodoTableName(String jndi)
jndi - public RecordType getType()
getType in class com.whitestein.lsps.model.sharedrecord.ToJoinQuerypublic String getAdditionalSelectHqlString(Namespace namespace)
getAdditionalSelectHqlString in class com.whitestein.lsps.model.sharedrecord.ToJoinQuerypublic String getConditionHqlString(com.whitestein.lsps.lang.query.PathResolver pathResolver, Namespace namespace, SortedMap<Integer,Object> positionalParameters) throws ErrorException
getConditionHqlString in class com.whitestein.lsps.model.sharedrecord.ToJoinQueryErrorExceptionpublic void executePreQueryAction(Namespace namespace)
executePreQueryAction in class com.whitestein.lsps.model.sharedrecord.ToJoinJavaQuerypublic void executePostQueryAction()
executePostQueryAction in class com.whitestein.lsps.model.sharedrecord.ToJoinJavaQueryCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.