Uses of Class
de.xima.fc.prompt.ms.impl.dao.entities.PromptQueryEntity
Packages that use PromptQueryEntity
-
Uses of PromptQueryEntity in de.xima.fc.prompt.ms.impl.dao
Methods in de.xima.fc.prompt.ms.impl.dao that return PromptQueryEntityModifier and TypeMethodDescriptionIPromptQueryDao.createOrUpdate(PromptQueryEntity entity) Creates the entity if it does not exist yet in the database, or updates it otherwise.Gets a prompt query with a given name that belongs to the specified scope.Gets a prompt query by its UUID.Methods in de.xima.fc.prompt.ms.impl.dao that return types with arguments of type PromptQueryEntityModifier and TypeMethodDescriptionIPromptQueryDao.getAllByConnection(PromptConnectionEntity connection) Gets all prompt queries that have the givenconnection selected.IPromptQueryDao.getAllByConnection(String scopeKind, long scopeId, UUID connection) Gets all prompt queries that have the givenconnection selected.IPromptQueryDao.getAllByScope(String scopeKind, long scopeId) Gets all prompt queries that belong to the specified scope.IPromptQueryDao.getAllByScopeIncludeChildren(String scopeKind, long scopeId) Gets all prompt queries that belong to the specified scope, or a child of the specified scope.IPromptQueryDao.getAllByScopeIncludeParents(String scopeKind, long scopeId) Gets all prompt queries that belong to the specified scope, or a parent of the specified scope.Methods in de.xima.fc.prompt.ms.impl.dao with parameters of type PromptQueryEntityModifier and TypeMethodDescriptionIPromptQueryDao.createOrUpdate(PromptQueryEntity entity) Creates the entity if it does not exist yet in the database, or updates it otherwise.voidIPromptQueryDao.delete(PromptQueryEntity entity) Deletes the given prompt query entity.IPromptQueryDao.findUniqueName(String scopeKind, long scopeId, String candidateName, PromptQueryEntity exclude) Finds a new unique name for a (new) given prompt query. -
Uses of PromptQueryEntity in de.xima.fc.prompt.ms.impl.dao.entities
Methods in de.xima.fc.prompt.ms.impl.dao.entities that return PromptQueryEntityModifier and TypeMethodDescriptionPromptQueryFileEntity.getBaseEntity()Gets the prompt query entity that contains this file.Methods in de.xima.fc.prompt.ms.impl.dao.entities with parameters of type PromptQueryEntityModifier and TypeMethodDescriptionvoidPromptQueryFileEntity.setBaseEntity(PromptQueryEntity baseEntity) Sets the prompt query entity that contains this file.