}
// Data extraction using NamedQuery
else if (this.namedQuery != null && !"".equals(this.namedQuery)) {
// We check if NamedQuery use parameter
if (!this.namedQueryUseParameters) {
tplReturn = tplSession.executeQuery(this.namedQuery);
} else {
// We check to see if NamedQuery parameters are passed by
// HTTP request instead of XML configuration
// HTTP request parameter have higher priority on XML
// configuration. Parameters defined in XML configuration as