Uses of Enum Class
org.openwms.core.preferences.PropertyScope
Packages that use PropertyScope
Package
Description
Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences.
Contains the internal implementation of the component.
Contains the persistence model and access objects for RDBMS.
Contains the persistence model and access objects for MongoDB.
-
Uses of PropertyScope in org.openwms.core.preferences
Subclasses with type arguments of type PropertyScope in org.openwms.core.preferencesModifier and TypeClassDescriptionenumA PropertyScope defines the different scopes for preferences.Fields in org.openwms.core.preferences declared as PropertyScopeModifier and TypeFieldDescriptionprivate PropertyScopePreference.Builder.scopeprivate PropertyScopePreference.scopeMethods in org.openwms.core.preferences that return PropertyScopeModifier and TypeMethodDescriptionprivate PropertyScopePreference.getScope()static <T extends PreferenceVO>
PropertyScopePreferenceVOMapper.resolveScope(T preference) static PropertyScopeReturns the enum constant of this class with the specified name.static PropertyScope[]PropertyScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.core.preferences with parameters of type PropertyScopeModifier and TypeMethodDescriptionbooleanPreferencesService.existsForOwnerAndScopeAndKey(String owner, @NotNull PropertyScope scope, @NotBlank String key) Checks whether aPreferenceof a specificscopethat belongs to the givenownerand has the givenkeyexists.@NotNull Collection<Preference> PreferencesService.findForOwnerAndScope(String owner, @NotNull PropertyScope scope) Find and return allPreferencesof a specificscopethat belong to the givenowner.PreferencesService.findForOwnerAndScopeAndKey(String owner, @NotNull PropertyScope scope, @NotBlank String key) Find and return thePreferenceof a specificscopethat belongs to the givenownerand has the givenkey.@NotNull List<Preference> PreferencesService.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.Preference.Builder.scope(PropertyScope val) voidPreference.setScope(PropertyScope scope) -
Uses of PropertyScope in org.openwms.core.preferences.impl
Methods in org.openwms.core.preferences.impl with parameters of type PropertyScopeModifier and TypeMethodDescriptionprivate voidPreferencesServiceImpl.ensureUserPreferenceAccess(String owner, PropertyScope scope) booleanPreferencesServiceImpl.existsForOwnerAndScopeAndKey(String owner, @NotNull PropertyScope scope, @NotBlank String key) Checks whether aPreferenceof a specificscopethat belongs to the givenownerand has the givenkeyexists.PreferencePersistencePort.findByOwnerAndScope(String owner, PropertyScope scope) PreferencePersistencePort.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) PreferencePersistencePort.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) @NotNull Collection<Preference> PreferencesServiceImpl.findForOwnerAndScope(String owner, @NotNull PropertyScope scope) Find and return allPreferencesof a specificscopethat belong to the givenowner.PreferencesServiceImpl.findForOwnerAndScopeAndKey(String owner, @NotNull PropertyScope scope, @NotBlank String key) Find and return thePreferenceof a specificscopethat belongs to the givenownerand has the givenkey.@NotNull List<Preference> PreferencesServiceImpl.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.private voidPreferencesServiceImpl.verifyDoesNotExist(String owner, PropertyScope scope, String key) -
Uses of PropertyScope in org.openwms.core.preferences.impl.jpa
Fields in org.openwms.core.preferences.impl.jpa declared as PropertyScopeModifier and TypeFieldDescriptionprivate @NotNull PropertyScopePreferenceEO.Builder.scopeprotected @NotNull PropertyScopePreferenceEO.scopeScope of this preference.Methods in org.openwms.core.preferences.impl.jpa that return PropertyScopeMethods in org.openwms.core.preferences.impl.jpa with parameters of type PropertyScopeModifier and TypeMethodDescriptionJpaPreferencePersistenceAdapter.findByOwnerAndScope(String owner, PropertyScope scope) PreferenceRepository.findByOwnerAndScope(String owner, PropertyScope scope) JpaPreferencePersistenceAdapter.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) PreferenceRepository.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) JpaPreferencePersistenceAdapter.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) PreferenceRepository.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) PreferenceEO.Builder.scope(@NotNull PropertyScope val) voidPreferenceEO.setScope(PropertyScope scope) -
Uses of PropertyScope in org.openwms.core.preferences.impl.mongodb
Fields in org.openwms.core.preferences.impl.mongodb declared as PropertyScopeMethods in org.openwms.core.preferences.impl.mongodb that return PropertyScopeMethods in org.openwms.core.preferences.impl.mongodb with parameters of type PropertyScopeModifier and TypeMethodDescriptionMongoPreferencePersistenceAdapter.findByOwnerAndScope(String owner, PropertyScope scope) PreferenceDocumentRepository.findByOwnerAndScope(String owner, PropertyScope scope) MongoPreferencePersistenceAdapter.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) PreferenceDocumentRepository.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) MongoPreferencePersistenceAdapter.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) PreferenceDocumentRepository.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) voidPreferenceDocument.setScope(PropertyScope scope)