Uses of Class
de.xima.fc.entities.FormRecordChat
-
Packages that use FormRecordChat Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.models.response de.xima.fc.api.rest.models.response.page de.xima.fc.api.rest.util de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of FormRecordChat in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormRecordChat Modifier and Type Method Description FormRecordChat
FormRecordChatAPI. getByUuid(UserContext uc, UUID uuid)
FormRecordChat
FormRecordChatAPI. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Methods in de.xima.fc.api.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description PagedResult<FormRecordChat>
FormRecordChatAPI. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)
List<FormRecordChat>
FormRecordChatAPI. getByUser(UserContext uc, IUser user)
PagedResult<FormRecordChat>
FormRecordChatAPI. getByUser(UserContext uc, IUser user, int page, int pageSize)
-
Uses of FormRecordChat in de.xima.fc.api.rest.models.response
Constructors in de.xima.fc.api.rest.models.response with parameters of type FormRecordChat Constructor Description FormRecordChatResource(FormRecordChat entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Uses of FormRecordChat in de.xima.fc.api.rest.models.response.page
Methods in de.xima.fc.api.rest.models.response.page that return types with arguments of type FormRecordChat Modifier and Type Method Description static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>
FormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of FormRecordChat in de.xima.fc.api.rest.util
Methods in de.xima.fc.api.rest.util that return FormRecordChat Modifier and Type Method Description static FormRecordChat
DevTestingHelper. createDummyFormRecordChat(Vorgang formRecord, IUser user)
Deprecated. -
Uses of FormRecordChat in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormRecordChat Modifier and Type Method Description FormRecordChat
FormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)
FormRecordChat
FormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)
Methods in de.xima.fc.dao.impl that return types with arguments of type FormRecordChat Modifier and Type Method Description PagedResult<FormRecordChat>
FormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize)
List<FormRecordChat>
FormRecordChatDao. getByUser(IEntityContext ec, IUser user)
PagedResult<FormRecordChat>
FormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)
protected IFCDaoActionHook<FormRecordChat>
FormRecordChatDao. getPostActionHook()
Methods in de.xima.fc.dao.impl with parameters of type FormRecordChat Modifier and Type Method Description boolean
FormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user)
-
Uses of FormRecordChat in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormRecordChat Modifier and Type Method Description FormRecordChat
IFormRecordChatDao. getByUuid(IEntityContext ec, UUID uuid)
Finds the chat for the given UUID.FormRecordChat
IFormRecordChatDao. getByUuidAndUser(IEntityContext ec, UUID uuid, IUser user)
Finds the chat for the given UUID if the given user can access the chat.Methods in de.xima.fc.dao.interfaces that return types with arguments of type FormRecordChat Modifier and Type Method Description PagedResult<FormRecordChat>
IFormRecordChatDao. getByRecordAndUser(IEntityContext ec, UUID recordUuid, IUser user, int page, int pageSize)
Finds the chats for the form record given by its UUID if the given user can access the chat.List<FormRecordChat>
IFormRecordChatDao. getByUser(IEntityContext ec, IUser user)
Finds all form record chats the given userhas access to
.PagedResult<FormRecordChat>
IFormRecordChatDao. getByUser(IEntityContext ec, IUser user, int page, int pageSize)
Finds all form record chats the given user has access to.Methods in de.xima.fc.dao.interfaces with parameters of type FormRecordChat Modifier and Type Method Description boolean
IFormRecordChatDao. canAccessViaPublicApi(IEntityContext ec, FormRecordChat chat, IUser user)
Returns whether the given user can access the given chat within a user portal. -
Uses of FormRecordChat in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormRecordChat Modifier and Type Method Description FormRecordChat
FormRecordMessage. getChat()
Methods in de.xima.fc.entities that return types with arguments of type FormRecordChat Modifier and Type Method Description List<FormRecordChat>
Vorgang. getChats()
Methods in de.xima.fc.entities with parameters of type FormRecordChat Modifier and Type Method Description void
FormRecordMessage. setChat(FormRecordChat chat)
Method parameters in de.xima.fc.entities with type arguments of type FormRecordChat Modifier and Type Method Description void
Vorgang. setChats(List<FormRecordChat> chats)
-
Uses of FormRecordChat in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormRecordChat Modifier and Type Method Description FormRecordChat
FormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)
FormRecordChat
FormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Methods in de.xima.fc.handler.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description PagedResult<FormRecordChat>
FormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)
List<FormRecordChat>
FormRecordChatHandler. getByUser(UserContext uc, IUser user)
PagedResult<FormRecordChat>
FormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)
-
Uses of FormRecordChat in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormRecordChat Modifier and Type Method Description FormRecordChat
IFormRecordChatHandler. getByUuid(UserContext uc, UUID uuid)
Finds the chat for the given UUID.FormRecordChat
IFormRecordChatHandler. getByUuidAndUser(UserContext uc, UUID uuid, IUser user)
Finds the chat for the given UUID if the given user can access the chat.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type FormRecordChat Modifier and Type Method Description PagedResult<FormRecordChat>
IFormRecordChatHandler. getByRecordAndUser(UserContext uc, UUID recordUuid, IUser user, int page, int pageSize)
Finds the chats for the form record given by its UUID if the given user can access the chat.List<FormRecordChat>
IFormRecordChatHandler. getByUser(UserContext uc, IUser user)
Finds all form record chats the given userhas access to
.PagedResult<FormRecordChat>
IFormRecordChatHandler. getByUser(UserContext uc, IUser user, int page, int pageSize)
Finds all form record chats the given user has access to via the public REST API. -
Uses of FormRecordChat in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormRecordChat Modifier and Type Method Description static FormRecordChat
EntityDummyFactory. dummyFormRecordChat(Vorgang formRecord, IUser member)
Methods in de.xima.fc.testhelper with parameters of type FormRecordChat Modifier and Type Method Description static FormRecordMessage
EntityDummyFactory. dummyFormRecordMessage(FormRecordChat chat, IUser sender, String senderCtx, String content)
-