public interface ICategoryDao
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
List<CategoryVo> fullLstWithoutVOD(org.apache.ibatis.session.RowBounds rowBounds)
List<CategoryVo> fullLstByIdWithoutVOD(int id, org.apache.ibatis.session.RowBounds rowBounds)
List<CategoryVo> lstByParentId(int parentId)
List<CategoryVo> lstByParentUrlName(String parentUrlName)
List<CategoryVo> lst()
CategoryVo getByUrlName(String urlName)
CategoryVo getById(int id)
Copyright © 2011–2015 Azollas. All rights reserved.