return (Category) getSqlMapTemplate().executeQueryForObject("getCategory", categoryId);
return getSqlMapTemplate().executeQueryForList("getCategoryList", null);