- Sall - Class in net.ojbk.study.curriculumDesign.beans.sall
-
- Sall() - Constructor for class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- SallControllerImpl - Class in net.ojbk.study.curriculumDesign.web.handlers.impl.sall
-
- SallControllerImpl() - Constructor for class net.ojbk.study.curriculumDesign.web.handlers.impl.sall.SallControllerImpl
-
- SallDao - Interface in net.ojbk.study.curriculumDesign.dao.sall
-
- salldetail(int) - Method in class net.ojbk.study.curriculumDesign.web.handlers.impl.sall.SallControllerImpl
-
展示竞拍信息
- salls() - Method in class net.ojbk.study.curriculumDesign.web.handlers.impl.sall.SallControllerImpl
-
- SallServiceImpl - Class in net.ojbk.study.curriculumDesign.service.impl.sall
-
- SallServiceImpl() - Constructor for class net.ojbk.study.curriculumDesign.service.impl.sall.SallServiceImpl
-
- SCInterceptors - Class in net.ojbk.study.curriculumDesign.web.interceptors
-
Created with IntelliJ IDEA.
- SCInterceptors() - Constructor for class net.ojbk.study.curriculumDesign.web.interceptors.SCInterceptors
-
- selectAll() - Method in interface net.ojbk.study.curriculumDesign.dao.SupperDao
-
select all.
- selectAllByUser(User) - Method in interface net.ojbk.study.curriculumDesign.dao.cilentservicer.ServiceRecordDao
-
- selectAllInsallCanvas(String) - Method in interface net.ojbk.study.curriculumDesign.service.canvasmodel.ICanvasService
-
- selectAllInsallCanvas(String) - Method in class net.ojbk.study.curriculumDesign.service.impl.canvasmodel.CanvasServiceImpl
-
- selectBycgid(int, int, int) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.CanvasDao
-
- selectBycid(int) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.MessageDao
-
- selectByPage(int, int) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.CanvasDao
-
- selectByuid(int) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.MessageDao
-
- selectCount() - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.MessageDao
-
- selectCount(int) - Method in interface net.ojbk.study.curriculumDesign.dao.sall.SallDao
-
- selectimg(int) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.CanvasDao
-
- selectOneCanvas(Integer) - Method in interface net.ojbk.study.curriculumDesign.dao.canvasmodel.CanvasDao
-
- selectOneSall(int) - Method in interface net.ojbk.study.curriculumDesign.dao.sall.SallDao
-
- sendMessage(Chat, ChatMessage) - Method in interface net.ojbk.study.curriculumDesign.service.cilentservicer.ICustomerCommService
-
发送一条消息给客服
- sendMessage(Chat, ChatMessage) - Method in class net.ojbk.study.curriculumDesign.service.cilentservicer.impl.CustomerCommServiceImpl
-
发送一条消息给客服
- sendMsg(Servicer, Chat, ChatMessage) - Method in class net.ojbk.study.curriculumDesign.service.cilentservicer.impl.ServicerCommServiceImpl
-
需求:一个客服,给一个用户的会话(其实前期设计的时候应该给User也包装下),发送一条消息
- sendMsg(Servicer, Chat, ChatMessage) - Method in interface net.ojbk.study.curriculumDesign.service.cilentservicer.IServicerCommService
-
需求:一个客服,给一个用户的会话(其实前期设计的时候应该给User也包装下),发送一条消息
- sendMsg(HttpSession, ChatMessage) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.ICustomerController
-
发送一条消息
- sendMsg(HttpSession, ChatMessage) - Method in class net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.impl.CustomerControllerImpl
-
发送一条消息
- sendMsgToSer(ChatMessage) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
客户 -> 客服
- sendMsgToUser(ChatMessage) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
客服 -> 客户
- sendMsgToUserChat(Chat, ChatMessage) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- sendNewMsg(HttpSession, String, ChatMessage) - Method in class net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.impl.ServicerControllerImpl
-
发送一条新消息
- sendNewMsg(HttpSession, String, ChatMessage) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.IServicerController
-
发送一条新消息
- Servicer - Class in net.ojbk.study.curriculumDesign.beans.cilentservicer
-
Created with IntelliJ IDEA.
- Servicer() - Constructor for class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- Servicer(String, String, int, double) - Constructor for class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- ServicerCommServiceImpl - Class in net.ojbk.study.curriculumDesign.service.cilentservicer.impl
-
Created with IntelliJ IDEA.
- ServicerCommServiceImpl() - Constructor for class net.ojbk.study.curriculumDesign.service.cilentservicer.impl.ServicerCommServiceImpl
-
- ServicerControllerImpl - Class in net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.impl
-
Created with IntelliJ IDEA.
- ServicerControllerImpl() - Constructor for class net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.impl.ServicerControllerImpl
-
- ServicerDao - Interface in net.ojbk.study.curriculumDesign.dao.cilentservicer
-
Created with IntelliJ IDEA.
- ServiceRecord - Class in net.ojbk.study.curriculumDesign.beans.cilentservicer
-
Created with IntelliJ IDEA.
- ServiceRecord() - Constructor for class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- ServiceRecord(String, String, Date, Date, double) - Constructor for class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- ServiceRecordDao - Interface in net.ojbk.study.curriculumDesign.dao.cilentservicer
-
Created with IntelliJ IDEA.
- servicerJoinChat(Servicer, Chat) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatSystem
-
- ServicerManaServiceImpl - Class in net.ojbk.study.curriculumDesign.service.cilentservicer.impl
-
Created with IntelliJ IDEA.
- ServicerManaServiceImpl() - Constructor for class net.ojbk.study.curriculumDesign.service.cilentservicer.impl.ServicerManaServiceImpl
-
- ServicerStatus - Interface in net.ojbk.study.curriculumDesign.common.cilentservicer
-
Created with IntelliJ IDEA.
- setAddress(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setAge(int) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setBeginTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setBeginTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setBeginTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- setCanvas(Canvas, HttpSession) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.canvasmodel.ICanvasController
-
新增油画
- setCanvas(Canvas, HttpSession) - Method in class net.ojbk.study.curriculumDesign.web.handlers.impl.canvasmodel.CanvasControllerImpl
-
卖画咯卖画咯
- setCategory(String) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.canvasmodel.ICategoryController
-
新增一个油画分类
- setCategory(String) - Method in class net.ojbk.study.curriculumDesign.web.handlers.impl.canvasmodel.CategoryControllerImpl
-
再来一个油画类!
- setCgid(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setCgid(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Category
-
- setCgName(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Category
-
- setChatBeginList(List<Chat>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatSystem
-
- setChatingList(List<Chat>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatSystem
-
- setCid(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setCid(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setCid(int) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setCode(int) - Method in class net.ojbk.study.curriculumDesign.beans.APIResult
-
- setCount(int) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setCreateTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setCreateTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Category
-
- setCreateTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setCreator(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setCuid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- setCuser(User) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setCuserName(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setCuserNewMsgList(List<ChatMessage>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setCuserUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setData(Object) - Method in class net.ojbk.study.curriculumDesign.beans.APIResult
-
- setDescription(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setDivScore(double) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setEmail(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setEndTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- setEndtime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setImg(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setMaxprice(int) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setMessage(String) - Method in class net.ojbk.study.curriculumDesign.beans.APIResult
-
- setMeStatus(Servicer, int) - Method in class net.ojbk.study.curriculumDesign.service.cilentservicer.impl.ServicerManaServiceImpl
-
设置客服的状态
- setMeStatus(Servicer, int) - Method in interface net.ojbk.study.curriculumDesign.service.cilentservicer.IServicerManaService
-
设置客服的状态
- setMeStatus(HttpSession, int) - Method in class net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.impl.ServicerControllerImpl
-
设置客服状态
- setMeStatus(HttpSession, int) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.cilentservicer.IServicerController
-
设置客服状态
- setMid(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setMsgcontent(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setMsgList(List<ChatMessage>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setName(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setName(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setPhone(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setPrice(int) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setPw(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setSall(Sall) - Method in class net.ojbk.study.curriculumDesign.web.handlers.impl.sall.SallControllerImpl
-
设置拍卖
拍卖油画->拍卖者
- setSall(Sall) - Method in interface net.ojbk.study.curriculumDesign.web.handlers.sallmodel.ISallController
-
- setsChatList(List<Chat>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setScore(double) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- setServicedSum(int) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setServicer(Servicer) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setServicerList(List<Servicer>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatSystem
-
- setStatus(int) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setStatus(int) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setStatus(int) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setStatus(int) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setSuid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ServiceRecord
-
- setSuserName(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setSuserNewMsgList(List<ChatMessage>) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Chat
-
- setSuserUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.RequestChat
-
- setTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatMessage
-
- setType(int) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatMessage
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatMessage
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.Servicer
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.sall.Sall
-
- setUid(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setUname(String) - Method in class net.ojbk.study.curriculumDesign.beans.usermanage.User
-
- setUpdateTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Canvas
-
- setUpdateTime(Date) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Category
-
- setUsername(String) - Method in class net.ojbk.study.curriculumDesign.beans.canvasmodel.Message
-
- setValue(String) - Method in class net.ojbk.study.curriculumDesign.beans.cilentservicer.ChatMessage
-
- STATUS_CAT - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ChatStatus
-
- STATUS_CATED - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ChatStatus
-
- STATUS_CHATING - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ChatStatus
-
- STATUS_END - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ChatStatus
-
- STATUS_LEAVE - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ServicerStatus
-
- STATUS_OK - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ServicerStatus
-
- STATUS_REQUESTING - Static variable in interface net.ojbk.study.curriculumDesign.common.cilentservicer.ChatStatus
-
- successSall(Sall) - Method in class net.ojbk.study.curriculumDesign.service.impl.sall.SallServiceImpl
-
成功拍卖出去
- successSall(Sall) - Method in interface net.ojbk.study.curriculumDesign.service.sall.ISallService
-
成功拍卖出去
- SupperDao<T> - Interface in net.ojbk.study.curriculumDesign.dao
-