@Service(value="servicerManaService") public class ServicerManaServiceImpl extends Object implements IServicerManaService
Constructor and Description |
---|
ServicerManaServiceImpl() |
Modifier and Type | Method and Description |
---|---|
double |
getMeScore(Servicer servicer)
获取此客服的评分
|
boolean |
isHaveNewMsg(Servicer servicer)
该客服是否还有新消息。
|
void |
setMeStatus(Servicer servicer,
int newStatus)
设置客服的状态
|
public boolean isHaveNewMsg(Servicer servicer) throws Exception
isHaveNewMsg
in interface IServicerManaService
servicer
- 客服Exception
public void setMeStatus(Servicer servicer, int newStatus)
setMeStatus
in interface IServicerManaService
servicer
- 这个客服newStatus
- 新的状态,请使用客服状态接口定义号的变量public double getMeScore(Servicer servicer)
getMeScore
in interface IServicerManaService
servicer
- 这个客服,哈哈哈Copyright © 2019. All rights reserved.