Uses of Class
de.xima.fc.prompt.ms.impl.dao.entities.PromptConnectionEntity
Packages that use PromptConnectionEntity
-
Uses of PromptConnectionEntity in de.xima.fc.prompt.ms.impl.dao
Methods in de.xima.fc.prompt.ms.impl.dao that return PromptConnectionEntityModifier and TypeMethodDescriptionIPromptConnectionDao.createOrUpdate(PromptConnectionEntity entity) Creates the given prompt connection if it does not exist, or updates it if it does.Gets a prompt connection with a given name that belongs to the specified scope.IPromptConnectionDao.getByQuery(String scopeKind, long scopeId, UUID query) Gets the prompt connection that wasconfiguredfor the given query.Gets a prompt connection by its UUID with the specified scope.Methods in de.xima.fc.prompt.ms.impl.dao that return types with arguments of type PromptConnectionEntityModifier and TypeMethodDescriptionIPromptConnectionDao.getAllByScope(String scopeKind, long scopeId) Gets all prompt connections that belong to the specified scope.IPromptConnectionDao.getAllByScopeIncludeChildren(String scopeKind, long scopeId) Gets all prompt connections that belong to the specified scope, or a child scope of that scope.IPromptConnectionDao.getAllByScopeIncludeParents(String scopeKind, long scopeId) Gets all prompt connections that belong to the specified scope, or a parent scope of that scope.IPromptConnectionDao.getAllByType(String type) Finds all prompt connections of a given type from all scopes.IPromptConnectionDao.getAllByType(String type, String scopeKind, long scopeId) Finds all prompt connections of a given type assigned to the specified scope.IPromptConnectionDao.getAllByTypeIncludeChildren(String type, String scopeKind, long scopeId) Finds all prompt connections of a given type assigned to the specified scope or a child of that scope.IPromptConnectionDao.getAllByTypeIncludeParents(String type, String scopeKind, long scopeId) Finds all prompt connections of a given type assigned to the specified scope or a parent of that scope.Methods in de.xima.fc.prompt.ms.impl.dao with parameters of type PromptConnectionEntityModifier and TypeMethodDescriptionIPromptConnectionDao.createOrUpdate(PromptConnectionEntity entity) Creates the given prompt connection if it does not exist, or updates it if it does.voidIPromptConnectionDao.delete(PromptConnectionEntity existing) Deletes the given prompt connection.IPromptConnectionDao.findUniqueName(String scopeKind, long scopeId, String candidateName, PromptConnectionEntity exclude) Finds a new unique name for a (new) given prompt connection.IPromptQueryDao.getAllByConnection(PromptConnectionEntity connection) Gets all prompt queries that have the givenconnection selected. -
Uses of PromptConnectionEntity in de.xima.fc.prompt.ms.impl.dao.entities
Methods in de.xima.fc.prompt.ms.impl.dao.entities that return PromptConnectionEntityModifier and TypeMethodDescriptionPromptQueryEntity.getConnection()Gets the connection to use when executing this prompt query.Methods in de.xima.fc.prompt.ms.impl.dao.entities with parameters of type PromptConnectionEntityModifier and TypeMethodDescriptionvoidPromptQueryEntity.setConnection(PromptConnectionEntity connection) Sets the connection to use when executing this prompt query.