Uses of Interface
de.xima.fc.prompt.mgmt.service.IPromptLock
Packages that use IPromptLock
Package
Description
-
Uses of IPromptLock in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return IPromptLockModifier and TypeMethodDescriptionPromptConnectionSelectionModel.lock()Gets the lock, if any, for the currently selected prompt connection.PromptQuerySelectionModel.lock()Gets the lock, if any, for the currently selected prompt query.Methods in de.xima.fc.prompt.mgmt.gui.model with parameters of type IPromptLockModifier and TypeMethodDescriptionvoidPromptConnectionSelectionModel.updateLock(IPromptLock newLock) Updates the lock for the currently selected prompt connection.voidPromptQuerySelectionModel.updateLock(IPromptLock newLock) Updates the lock for the currently selected prompt query. usually called after saving the prompt query to the persistence layer.Constructors in de.xima.fc.prompt.mgmt.gui.model with parameters of type IPromptLockModifierConstructorDescriptionPromptQuerySelectionModel(UUID uuid, IPromptLock lock, PromptQueryViewModel selected, IPromptServiceType<ConnectionConfig, QueryConfig> type, QueryConfig config, PromptQueryBeanEnvironment env) -
Uses of IPromptLock in de.xima.fc.prompt.mgmt.internal
Classes in de.xima.fc.prompt.mgmt.internal that implement IPromptLock -
Uses of IPromptLock in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptLockModifier and TypeMethodDescriptionIPromptManagementService.saveConnection(IUser user, PromptConnectionData connection, Object config, IPromptLock lock) Persists (create or update) the given prompt connection in the persistence layer.IPromptManagementService.saveQuery(IUser user, PromptQueryData query, Object config, IPromptLock lock) Persists (create or update) the given prompt query in the persistence layer.Methods in de.xima.fc.prompt.mgmt.service that return types with arguments of type IPromptLockModifier and TypeMethodDescriptionIPromptManagementService.lockConnection(IUser user, PromptObjectIdentifier connection) Locks the given connection for editing.IPromptManagementService.lockQuery(IUser user, PromptObjectIdentifier query) Locks the given query for editing.Methods in de.xima.fc.prompt.mgmt.service with parameters of type IPromptLockModifier and TypeMethodDescriptionvoidIPromptManagementService.deleteConnection(IUser user, PromptObjectIdentifier connection, IPromptLock lock) Deletes the prompt connection with the given ID.voidIPromptManagementService.deleteQuery(IUser user, PromptObjectIdentifier query, IPromptLock lock) Deletes the prompt query with the given ID.IPromptManagementService.saveConnection(IUser user, PromptConnectionData connection, Object config, IPromptLock lock) Persists (create or update) the given prompt connection in the persistence layer.IPromptManagementService.saveQuery(IUser user, PromptQueryData query, Object config, IPromptLock lock) Persists (create or update) the given prompt query in the persistence layer.