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.
- 
Uses of PropertyScope in org.openwms.core.preferencesMethods in org.openwms.core.preferences that return PropertyScopeModifier and TypeMethodDescriptionprivate PropertyScopestatic 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<PreferenceEO> 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.PreferencesService.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.
- 
Uses of PropertyScope in org.openwms.core.preferences.implMethods in org.openwms.core.preferences.impl that return PropertyScopeModifier and TypeMethodDescriptionstatic <T extends PreferenceVO>
 PropertyScopePreferenceVOConverter.resolveScope(T preference) 
- 
Uses of PropertyScope in org.openwms.core.preferences.impl.jpaFields 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 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.PreferenceRepository.findByOwnerAndScope(String owner, PropertyScope scope) PreferenceRepository.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) PreferenceRepository.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) @NotNull Collection<PreferenceEO> 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.PreferencesServiceImpl.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.PreferenceEO.Builder.scope(@NotNull PropertyScope val) voidPreferenceEO.setScope(PropertyScope scope) private voidPreferencesServiceImpl.verifyDoesNotExist(String owner, PropertyScope scope, String key)