public interface BbsManager
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
deleteBbsPieceByID(String pieceId) |
void |
deleteBbsPieceByRefObject(String applicationId,
String optId,
String refObjectId) |
void |
deleteBbsScoreById(String scoreId) |
void |
deleteBbsScoreByRefObject(String applicationId,
String optId,
String refObjectId) |
BbsPiece |
getBbsPieces(String pieceId) |
List<BbsPiece> |
listBbsPieces(Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
List<BbsPiece> |
listBbsPiecesByPieceContentType(Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
List<BbsScore> |
listBbsScore(Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
void |
replyPiece(String pieceId,
BbsPiece bbsPiece) |
void |
saveBbsPiece(BbsPiece bbsPiece) |
void |
saveBbsScore(BbsScore bbsScore) |
String |
statBbsScore(String applicationId,
String optId,
String refObjectId) |
void |
updateBbsPiece(BbsPiece bbsPiece) |
void saveBbsPiece(BbsPiece bbsPiece)
void updateBbsPiece(BbsPiece bbsPiece)
List<BbsPiece> listBbsPieces(Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
List<BbsPiece> listBbsPiecesByPieceContentType(Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
boolean deleteBbsPieceByID(String pieceId)
void deleteBbsPieceByRefObject(String applicationId, String optId, String refObjectId)
void saveBbsScore(BbsScore bbsScore)
List<BbsScore> listBbsScore(Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
void deleteBbsScoreById(String scoreId)
Copyright © 2021 Centit Information Technical, co. Inc.. All rights reserved.