Uses of Class
org.openwms.core.preferences.Preference
Packages that use Preference
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 types working with a file based implementation.
Contains the persistence model and access objects.
-
Uses of Preference in org.openwms.core.preferences
Methods in org.openwms.core.preferences that return PreferenceModifier and TypeMethodDescriptionPreference.Builder.build()@NotNull PreferencePreferencesService.create(@NotNull Preference preference) Create a new non-existingPreference.@NotNull PreferencePreferencesService.findByPKey(@NotBlank String pKey) Find and return thePreferencesidentified by thepKey.PreferencesEvent.getSource()PreferenceVOMapper.toDomain(PreferenceVO source) @NotNull PreferencePreferencesService.update(@NotBlank String pKey, @NotNull Preference preference) Update the given and existingPreference.Methods in org.openwms.core.preferences that return types with arguments of type PreferenceModifier and TypeMethodDescription@NotNull Collection<Preference> PreferencesService.findAll()Find and return allPreferences.@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.PreferencesService.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.Methods in org.openwms.core.preferences with parameters of type PreferenceModifier and TypeMethodDescription@NotNull PreferencePreferencesService.create(@NotNull Preference preference) Create a new non-existingPreference.PreferenceVOMapper.toMO(Preference source) PreferenceVOMapper.toUserVO(Preference source) PreferenceVOMapper.toVO(Preference source) @NotNull PreferencePreferencesService.update(@NotBlank String pKey, @NotNull Preference preference) Update the given and existingPreference.Method parameters in org.openwms.core.preferences with type arguments of type PreferenceModifier and TypeMethodDescriptionPreferenceVOMapper.toUserVOList(Collection<Preference> sources) PreferenceVOMapper.toVOList(Collection<Preference> sources) Constructors in org.openwms.core.preferences with parameters of type PreferenceModifierConstructorDescriptionPreferencesEvent(Preference source) PreferencesEvent(Preference source, PreferencesEvent.Type type) -
Uses of Preference in org.openwms.core.preferences.impl
Methods in org.openwms.core.preferences.impl that return PreferenceModifier and TypeMethodDescription@NotNull PreferencePreferencesServiceImpl.create(@NotNull Preference preference) Create a new non-existingPreference.@NotNull PreferencePreferencesServiceImpl.findByPKey(@NotBlank String pKey) Find and return thePreferencesidentified by thepKey.private PreferencePreferencesServiceImpl.findByPKeyInternal(String pKey) PreferencePersistencePort.save(Preference preference) private PreferencePreferencesServiceImpl.saveInternal(Preference preference, PreferencesEvent.Type type) @NotNull PreferencePreferencesServiceImpl.update(@NotBlank String pKey, @NotNull Preference preference) Update the given and existingPreference.Methods in org.openwms.core.preferences.impl that return types with arguments of type PreferenceModifier and TypeMethodDescriptionPreferencePersistencePort.findAll()@NotNull Collection<Preference> PreferencesServiceImpl.findAll()Find and return allPreferences.PreferencePersistencePort.findByOwnerAndScope(String owner, PropertyScope scope) PreferencePersistencePort.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) PreferencePersistencePort.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) PreferencePersistencePort.findBypKey(String pKey) @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.PreferencesServiceImpl.findForScopeOwnerGroupName(String owner, @NotNull PropertyScope scope, @NotBlank String groupName) Find and return allPreferences that belong to a group with the samegroupName.Methods in org.openwms.core.preferences.impl with parameters of type PreferenceModifier and TypeMethodDescription@NotNull PreferencePreferencesServiceImpl.create(@NotNull Preference preference) Create a new non-existingPreference.voidPreferencePersistencePort.delete(Preference preference) PreferencePersistencePort.save(Preference preference) private PreferencePreferencesServiceImpl.saveInternal(Preference preference, PreferencesEvent.Type type) @NotNull PreferencePreferencesServiceImpl.update(@NotBlank String pKey, @NotNull Preference preference) Update the given and existingPreference. -
Uses of Preference in org.openwms.core.preferences.impl.file
Methods in org.openwms.core.preferences.impl.file that return Preference -
Uses of Preference in org.openwms.core.preferences.impl.jpa
Methods in org.openwms.core.preferences.impl.jpa that return PreferenceModifier and TypeMethodDescriptionJpaPreferencePersistenceAdapter.save(Preference preference) PreferenceEOMapper.toDomain(PreferenceEO eo) PreferenceEOMapperImpl.toDomain(PreferenceEO eo) Methods in org.openwms.core.preferences.impl.jpa that return types with arguments of type PreferenceModifier and TypeMethodDescriptionJpaPreferencePersistenceAdapter.findAll()JpaPreferencePersistenceAdapter.findByOwnerAndScope(String owner, PropertyScope scope) JpaPreferencePersistenceAdapter.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) JpaPreferencePersistenceAdapter.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) JpaPreferencePersistenceAdapter.findBypKey(String pKey) PreferenceEOMapper.toDomainList(List<PreferenceEO> eos) PreferenceEOMapperImpl.toDomainList(List<PreferenceEO> eos) Methods in org.openwms.core.preferences.impl.jpa with parameters of type PreferenceModifier and TypeMethodDescriptionvoidJpaPreferencePersistenceAdapter.delete(Preference preference) JpaPreferencePersistenceAdapter.save(Preference preference) PreferenceEOMapper.toEntity(Preference preference) PreferenceEOMapperImpl.toEntity(Preference preference) PreferenceEOMapper.updateEntity(Preference preference, PreferenceEO eo) PreferenceEOMapperImpl.updateEntity(Preference preference, PreferenceEO eo) -
Uses of Preference in org.openwms.core.preferences.impl.mongodb
Methods in org.openwms.core.preferences.impl.mongodb that return PreferenceModifier and TypeMethodDescriptionMongoPreferencePersistenceAdapter.save(Preference preference) PreferenceDocumentMapper.toDomain(PreferenceDocument document) PreferenceDocumentMapperImpl.toDomain(PreferenceDocument document) Methods in org.openwms.core.preferences.impl.mongodb that return types with arguments of type PreferenceModifier and TypeMethodDescriptionMongoPreferencePersistenceAdapter.findAll()MongoPreferencePersistenceAdapter.findByOwnerAndScope(String owner, PropertyScope scope) MongoPreferencePersistenceAdapter.findByOwnerAndScopeAndGroupName(String owner, PropertyScope scope, String groupName) MongoPreferencePersistenceAdapter.findByOwnerAndScopeAndKey(String owner, PropertyScope scope, String key) MongoPreferencePersistenceAdapter.findBypKey(String pKey) PreferenceDocumentMapper.toDomainList(List<PreferenceDocument> documents) PreferenceDocumentMapperImpl.toDomainList(List<PreferenceDocument> documents) Methods in org.openwms.core.preferences.impl.mongodb with parameters of type PreferenceModifier and TypeMethodDescriptionvoidMongoPreferencePersistenceAdapter.delete(Preference preference) MongoPreferencePersistenceAdapter.save(Preference preference) PreferenceDocumentMapper.toDocument(Preference preference) PreferenceDocumentMapperImpl.toDocument(Preference preference) PreferenceDocumentMapper.updateDocument(Preference preference, PreferenceDocument document) PreferenceDocumentMapperImpl.updateDocument(Preference preference, PreferenceDocument document)