Uses of Class
de.hybris.platform.messagecentercsservices.model.ConversationModel
Packages that use ConversationModel
Package
Description
-
Uses of ConversationModel in de.hybris.platform.messagecentercsfacades.impl
Methods in de.hybris.platform.messagecentercsfacades.impl that return types with arguments of type ConversationModelModifier and TypeMethodDescriptionprotected Converter<ConversationModel,ConversationData> DefaultConversationFacade.getConversationConverter()protected Optional<ConversationModel>DefaultConversationFacade.updateOrCreateConversationById(String conversationId, List<ConversationMessageData> messages) Method parameters in de.hybris.platform.messagecentercsfacades.impl with type arguments of type ConversationModelModifier and TypeMethodDescriptionvoidDefaultConversationFacade.setConversationConverter(Converter<ConversationModel, ConversationData> conversationConverter) -
Uses of ConversationModel in de.hybris.platform.messagecentercsfacades.populators
Methods in de.hybris.platform.messagecentercsfacades.populators with parameters of type ConversationModelModifier and TypeMethodDescriptionprotected ConversationMessageDataConversationPopulator.getLatestMessage(ConversationModel source) voidConversationPopulator.populate(ConversationModel source, ConversationData target) -
Uses of ConversationModel in de.hybris.platform.messagecentercsservices
Methods in de.hybris.platform.messagecentercsservices that return types with arguments of type ConversationModelModifier and TypeMethodDescriptionConversationService.closeConversation(String uid, UserModel user) Customer closes a given conversationConversationService.createConversation(String messages) Create a ConversationModelConversationService.getAllConversationsForCustomer(CustomerModel customer) Gets all conversations of specific customerConversationService.getConversationForUid(String uid) Gets conversation for given uidConversationService.getOpenConversationsForAgent(EmployeeModel agent) Gets open conversations for agentConversationService.getUnassignedConversations()Gets Unassigned conversations of agentConversationService.pickConversation(String uid, EmployeeModel agent) Agent chooses a conversationConversationService.updateConversation(String uid, String messages) Create Or Update a ConversationModel -
Uses of ConversationModel in de.hybris.platform.messagecentercsservices.daos
Methods in de.hybris.platform.messagecentercsservices.daos that return types with arguments of type ConversationModelModifier and TypeMethodDescriptionConversationDao.findUnassignedConversations()Find Unassigned conversations for agent -
Uses of ConversationModel in de.hybris.platform.messagecentercsservices.daos.impl
Methods in de.hybris.platform.messagecentercsservices.daos.impl that return types with arguments of type ConversationModel -
Uses of ConversationModel in de.hybris.platform.messagecentercsservices.impl
Methods in de.hybris.platform.messagecentercsservices.impl that return types with arguments of type ConversationModelModifier and TypeMethodDescriptionDefaultConversationService.closeConversation(String uid, UserModel user) DefaultConversationService.createConversation(String messages) DefaultConversationService.getAllConversationsForCustomer(CustomerModel customer) DefaultConversationService.getConversationForUid(String uid) protected Optional<ConversationModel>DefaultConversationService.getConversationForUidAndUser(String uid, UserModel user) DefaultConversationService.getOpenConversationsForAgent(EmployeeModel agent) DefaultConversationService.getUnassignedConversations()DefaultConversationService.pickConversation(String uid, EmployeeModel agent) DefaultConversationService.updateConversation(String uid, String messages)