@Service @Transactional public class BbsScoreManagerImpl extends com.centit.framework.jdbc.service.BaseEntityManagerImpl<BbsScore,String,BbsScoreDao> implements BbsScoreManager
| Constructor and Description |
|---|
BbsScoreManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubjectScore(String subjectId)
获取话题评分
|
BbsScore |
getUserSubjectScore(String subjectId,
String userCode)
获取用户对某话题的评分信息
|
void |
saveBbsScore(BbsScore bbsScore)
评分
|
void |
setBbsScoreDao(BbsScoreDao baseDao) |
void |
updateBbsModule(BbsScore bbsScore)
修改评分信息
|
deleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, setBaseDao, updateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, updateObject@NotNull public void setBbsScoreDao(BbsScoreDao baseDao)
public void saveBbsScore(BbsScore bbsScore)
saveBbsScore in interface BbsScoreManagerbbsScore - 评分信息public void updateBbsModule(BbsScore bbsScore)
updateBbsModule in interface BbsScoreManagerbbsScore - 评分信息public String getSubjectScore(String subjectId)
getSubjectScore in interface BbsScoreManagersubjectId - 话题idpublic BbsScore getUserSubjectScore(String subjectId, String userCode)
getUserSubjectScore in interface BbsScoreManagersubjectId - 话题iduserCode - 用户编码Copyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.