@Repository public class CategoryDaoImpl extends Object implements ICategoryDao
| 构造器和说明 |
|---|
CategoryDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
add(CategoryVo categoryVo) |
List<CategoryVo> |
fullLstByIdWithoutVOD(int id,
org.apache.ibatis.session.RowBounds rowBounds) |
List<CategoryVo> |
fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds) |
CategoryVo |
getById(int id) |
CategoryVo |
getByUrlName(String urlName) |
List<CategoryVo> |
lst() |
List<CategoryVo> |
lstByParentId(int parentId) |
List<CategoryVo> |
lstByParentUrlName(String parentUrlName) |
int |
mod(CategoryVo categoryVo) |
int |
rmvById(int id) |
public List<CategoryVo> fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds)
fullLstWithoutVOD 在接口中 ICategoryDaopublic List<CategoryVo> fullLstByIdWithoutVOD(int id, org.apache.ibatis.session.RowBounds rowBounds)
fullLstByIdWithoutVOD 在接口中 ICategoryDaopublic List<CategoryVo> lstByParentId(int parentId)
lstByParentId 在接口中 ICategoryDaopublic List<CategoryVo> lstByParentUrlName(String parentUrlName)
lstByParentUrlName 在接口中 ICategoryDaopublic List<CategoryVo> lst()
lst 在接口中 ICategoryDaopublic CategoryVo getByUrlName(String urlName)
getByUrlName 在接口中 ICategoryDaopublic CategoryVo getById(int id)
getById 在接口中 ICategoryDaopublic int rmvById(int id)
rmvById 在接口中 ICategoryDaopublic int add(CategoryVo categoryVo)
add 在接口中 ICategoryDaopublic int mod(CategoryVo categoryVo)
mod 在接口中 ICategoryDaoCopyright © 2011–2015 Azollas. All rights reserved.