@Service public class PostServiceImpl extends Object implements IPostService
MORE| 构造器和说明 |
|---|
PostServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
PostVo |
getByUrlTitle(String urlTitle) |
List<PostVo> |
lst(int page) |
List<PostVo> |
lstByCategoryUrlName(String categoryUrlName,
int page) |
List<PostVo> |
lstByTagUrlName(String tagUrlName,
int page) |
List<PostVo> |
lstWithoutVOD(int page) |
org.azolla.l.ling.collect.Tuple.Triple<Boolean,String,PostVo> |
opt(int id,
String title,
int category,
String tag,
String content,
Integer visible,
Integer operable) |
public List<PostVo> lst(int page)
lst 在接口中 IPostServicepublic List<PostVo> lstWithoutVOD(int page)
lstWithoutVOD 在接口中 IPostServicepublic List<PostVo> lstByCategoryUrlName(String categoryUrlName, int page)
lstByCategoryUrlName 在接口中 IPostServicepublic List<PostVo> lstByTagUrlName(String tagUrlName, int page)
lstByTagUrlName 在接口中 IPostServicepublic PostVo getByUrlTitle(String urlTitle)
getByUrlTitle 在接口中 IPostServiceCopyright © 2011–2015 Azollas. All rights reserved.