Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPreference - Class in org.openwms.core.preferences.impl.file
-
An AbstractPreference is a superclass for all other preference classes within the application.
- AbstractPreference() - Constructor for class org.openwms.core.preferences.impl.file.AbstractPreference
- allTypes() - Static method in class org.openwms.core.preferences.impl.file.ObjectFactory
- ALREADY_EXISTS - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- ALREADY_EXISTS_WITH_OWNER_AND_SCOPE_AND_KEY - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- amqpTemplate - Variable in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- API_PREFERENCES - Static variable in interface org.openwms.core.preferences.api.PreferencesApi
-
API root to hit Preferences (plural).
- API_VERSION - Static variable in interface org.openwms.core.preferences.api.PreferencesApi
-
API version.
- APPLICATION - Enum constant in enum class org.openwms.core.preferences.PropertyScope
-
This kind of preferences belong to the main application.
- applicationOrRoleOrUserOrModule - Variable in class org.openwms.core.preferences.impl.file.Preferences
- ApplicationPreference - Class in org.openwms.core.preferences.impl.file
-
An ApplicationPreference is used to store a configuration setting in application scope.
- ApplicationPreference() - Constructor for class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Create a new
ApplicationPreference
. - ApplicationPreference(String) - Constructor for class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Create a new
ApplicationPreference
. - ApplicationPreference(ApplicationPreference.Builder) - Constructor for class org.openwms.core.preferences.impl.file.ApplicationPreference
- ApplicationPreference.Builder - Class in org.openwms.core.preferences.impl.file
- ApplicationPreferenceVO - Class in org.openwms.core.preferences.api
-
A ApplicationPreferenceVO.
- ApplicationPreferenceVO() - Constructor for class org.openwms.core.preferences.api.ApplicationPreferenceVO
- applications - Variable in class org.openwms.core.preferences.impl.file.Preferences
B
- beanMapper() - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- BOOL - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
Boolean type.
- BOOT_LOGGER - Static variable in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- build() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- build() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- Builder() - Constructor for class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- Builder() - Constructor for class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
C
- clazz - Variable in enum class org.openwms.core.preferences.PreferenceType
- convert(String) - Method in class org.openwms.core.preferences.PreferencesController
- convertFrom(PreferenceEO, PreferenceVO) - Method in class org.openwms.core.preferences.impl.PreferenceVOConverter
- convertFrom(PreferenceEO, GenericPreference) - Method in class org.openwms.core.preferences.impl.PreferenceConverter
- convertTo(PreferenceVO, PreferenceEO) - Method in class org.openwms.core.preferences.impl.PreferenceVOConverter
- convertTo(GenericPreference, PreferenceEO) - Method in class org.openwms.core.preferences.impl.PreferenceConverter
- convertToDatabaseColumn(PreferenceType) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceTypeConverter
- convertToEntityAttribute(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceTypeConverter
- corsFiler() - Method in class org.openwms.core.preferences.app.PreferencesWebConfiguration
- create(PreferenceVO) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Create a new not-existing preference.
- create(PreferenceVO, Boolean) - Method in class org.openwms.core.preferences.PreferencesController
- create(PreferenceEO) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Create a new non-existing
Preference
. - create(PreferenceEO) - Method in interface org.openwms.core.preferences.PreferencesService
-
Create a new non-existing
Preference
. - createApplicationPreference() - Method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
ApplicationPreference
. - createBuilder(GenericPreference) - Method in class org.openwms.core.preferences.impl.PreferenceConverter
- CREATED - Enum constant in enum class org.openwms.core.preferences.PreferencesEvent.Type
- createModulePreference() - Method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
ModulePreference
. - createOrUpdate(UserPreferenceVO) - Method in interface org.openwms.core.preferences.api.UserPreferencesApi
-
Create or update an UserPreference.
- createPreferences() - Method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
Preferences
. - createRolePreference() - Method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
RolePreference
. - createUserPreference() - Method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
UserPreference
. - createUserPreference(String, String, String) - Static method in class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create an instance of
UserPreference
. - ctx - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- ctx - Variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
D
- defValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- defValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
The default value of the
PreferenceEO
. - defValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- delete(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Delete an existing
Preference
. - delete(String) - Method in interface org.openwms.core.preferences.PreferencesService
-
Delete an existing
Preference
. - delete(String) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Delete an existing preference identified by its persistent key.
- delete(String) - Method in class org.openwms.core.preferences.PreferencesController
- DELETED - Enum constant in enum class org.openwms.core.preferences.PreferencesEvent.Type
- description - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
A descriptive text of the
Preference
. - description - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
A descriptive text of the
Preference
. - description - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- description - Variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
Description text of the
GenericPreference
. - description - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- description - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Description text of the
PreferenceEO
. - description(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- description(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
E
- em - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceRepositoryImpl
- ensurePreferenceNotExists(PreferenceVO) - Method in class org.openwms.core.preferences.PreferencesController
- ensureUserPreferenceAccess(String, PropertyScope) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- equals(Object) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
-
All fields.
- equals(Object) - Method in class org.openwms.core.preferences.api.PreferenceVO
-
All fields.
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.ModulePreference
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.PreferenceKey
-
Use all fields for comparison.
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.RolePreference
- equals(Object) - Method in class org.openwms.core.preferences.impl.file.UserPreference
- equals(Object) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
All fields.
- exchangeName - Variable in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- existsForOwnerAndScopeAndKey(String, PropertyScope, String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Checks whether a
Preference
of a specificscope
that belongs to the givenowner
and has the givenkey
exists. - existsForOwnerAndScopeAndKey(String, PropertyScope, String) - Method in interface org.openwms.core.preferences.PreferencesService
-
Checks whether a
Preference
of a specificscope
that belongs to the givenowner
and has the givenkey
exists.
F
- fields - Variable in class org.openwms.core.preferences.impl.file.PreferenceKey
- fileDao - Variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- fileName - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- FilePackage - Class in org.openwms.core.preferences.impl.file
-
A FilePackage denotes the file package and has a technical purpose in order to refer to this package.
- FilePackage() - Constructor for class org.openwms.core.preferences.impl.file.FilePackage
- fileResource - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- FIND_ALL - Static variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Suffix for the FIND_ALL named query.
- findAll() - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Find and return all existing preferences.
- findAll() - Method in interface org.openwms.core.preferences.impl.file.PreferenceDao
-
Find all entities and return them as a
List
. - findAll() - Method in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
-
Find all entities and return them as a
List
. - findAll() - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Find and return all
Preferences
. - findAll() - Method in class org.openwms.core.preferences.PreferencesController
- findAll() - Method in interface org.openwms.core.preferences.PreferencesService
-
Find and return all
Preferences
. - findAllOfScope(String) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Find and return all existing preferences with the given
scope
. - findAllOfScope(String) - Method in class org.openwms.core.preferences.PreferencesController
- findByOwnerAndScope(String, PropertyScope) - Method in interface org.openwms.core.preferences.impl.jpa.PreferenceRepository
- findByOwnerAndScopeAndGroupName(String, PropertyScope, String) - Method in interface org.openwms.core.preferences.impl.jpa.PreferenceRepository
- findByOwnerAndScopeAndKey(String, PropertyScope, String) - Method in interface org.openwms.core.preferences.impl.jpa.PreferenceRepository
- findByOwnerScopeKey(String, String, String) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Find and return a Preference with the given identifying attributes.
- findBypKey(String) - Method in interface org.openwms.core.preferences.impl.jpa.PreferenceRepository
- findByPKey(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Find and return the
Preferences
identified by thepKey
. - findByPKey(String) - Method in interface org.openwms.core.preferences.PreferencesService
-
Find and return the
Preferences
identified by thepKey
. - findByPKey(String) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Find and return a Preference identified by its persistent key.
- findByPKey(String) - Method in class org.openwms.core.preferences.PreferencesController
- findByPKeyInternal(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- findByType(Class<T>) - Method in interface org.openwms.core.preferences.impl.jpa.PreferenceRepositoryCustom
-
Find and return all preferences that are of the given
clazz
type. - findByType(Class<T>) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceRepositoryImpl
-
Find and return all preferences that are of the given
clazz
type. - findByUser(String) - Method in class org.openwms.core.preferences.UserPreferencesController
- findByUser(String) - Method in interface org.openwms.core.preferences.api.UserPreferencesApi
-
Find and return all existing UserPreferences that belong to an
user
. - findByUserAndKey(String, String) - Method in class org.openwms.core.preferences.UserPreferencesController
- findByUserAndKey(String, String) - Method in interface org.openwms.core.preferences.api.UserPreferencesApi
-
Find and return one UserPreference that belongs to an
user
and has the givenkey
. - findForOwnerAndScope(String, PropertyScope) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Find and return all
Preferences
of a specificscope
that belong to the givenowner
. - findForOwnerAndScope(String, PropertyScope) - Method in interface org.openwms.core.preferences.PreferencesService
-
Find and return all
Preferences
of a specificscope
that belong to the givenowner
. - findForOwnerAndScopeAndGroupName(String, String, String) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Find and return all
Preference
s that belong to a group with the samegroupName
. - findForOwnerAndScopeAndKey(String, String, String) - Method in class org.openwms.core.preferences.PreferencesController
- findForOwnerAndScopeAndKey(String, PropertyScope, String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Find and return the
Preference
of a specificscope
that belongs to the givenowner
and has the givenkey
. - findForOwnerAndScopeAndKey(String, PropertyScope, String) - Method in interface org.openwms.core.preferences.PreferencesService
-
Find and return the
Preference
of a specificscope
that belongs to the givenowner
and has the givenkey
. - findForScopeOwnerGroupName(String, PropertyScope, String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Find and return all
Preference
s that belong to a group with the samegroupName
. - findForScopeOwnerGroupName(String, PropertyScope, String) - Method in interface org.openwms.core.preferences.PreferencesService
-
Find and return all
Preference
s that belong to a group with the samegroupName
. - findPreferencesForGroupName(String, String, String) - Method in class org.openwms.core.preferences.PreferencesController
- FLOAT - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
Float presentation.
- fromFile - Static variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
Flag to remember if the preference was originally imported from a file.
- fromFile - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- fromFile - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Flag to remember if the preference was originally imported from a file.
- fromFile(boolean) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
G
- GenericPreference - Class in org.openwms.core.preferences.impl.file
-
An GenericPreference is a superclass for all other preference classes within the application.
- GenericPreference() - Constructor for class org.openwms.core.preferences.impl.file.GenericPreference
- getAll() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Return a list of all preferences.
- getApplicationOrRoleOrUserOrModule() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Gets the value of the applicationOrRoleOrUserOrModule property.
- getApplications() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Return a list of all
ApplicationPreference
s or an empty ArrayList when noApplicationPreference
s exist. - getClazz() - Method in enum class org.openwms.core.preferences.PreferenceType
- getContentType() - Method in class org.openwms.core.preferences.api.ApplicationPreferenceVO
-
Returns the representation type of the Preference.
- getContentType() - Method in class org.openwms.core.preferences.api.ModulePreferenceVO
-
Returns the representation type of the Preference.
- getContentType() - Method in class org.openwms.core.preferences.api.PreferenceVO
-
Returns the representation type of the Preference.
- getContentType() - Method in class org.openwms.core.preferences.api.RolePreferenceVO
-
Returns the representation type of the Preference.
- getContentType() - Method in class org.openwms.core.preferences.api.UserPreferenceVO
-
Returns the representation type of the Preference.
- getDefValue() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getDescription() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getDescription() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getDescription() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Return the
description
of theGenericPreference
. - getDescription() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getFields() - Method in class org.openwms.core.preferences.impl.file.AbstractPreference
-
Return all fields as an array of objects.
- getFields() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Return all fields as an array of objects.
- getFields() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
-
Return all fields as an array of objects.
- getFields() - Method in class org.openwms.core.preferences.impl.file.PreferenceKey
- getFields() - Method in class org.openwms.core.preferences.impl.file.RolePreference
-
Return all fields as an array of objects.
- getFields() - Method in class org.openwms.core.preferences.impl.file.UserPreference
-
Return all fields as an array of objects.
- getForClazz(String) - Static method in enum class org.openwms.core.preferences.PreferenceType
- getGroupName() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getGroupName() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getGroupName() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getIndex() - Method in class org.openwms.core.preferences.IndexController
- getInitialProperties() - Method in class org.openwms.core.preferences.config.ModuleProperties
- getKey() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getKey() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getKey() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Get the key.
- getKey() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
-
Get the key.
- getKey() - Method in class org.openwms.core.preferences.impl.file.RolePreference
-
Get the key.
- getKey() - Method in class org.openwms.core.preferences.impl.file.UserPreference
-
Get the key.
- getKey() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getMaximum() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Return the possible maximum value of the
GenericPreference
. - getMaxValue() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getMinimum() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Return the possible minimum value of the
GenericPreference
. - getMinValue() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getModules() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Return a list of all
ModulePreference
s or an empty ArrayList when noModulePreference
s exist. - getOptionalVal() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getOwner() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getOwner() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getOwner() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
-
Get the owner.
- getOwner() - Method in class org.openwms.core.preferences.impl.file.RolePreference
-
Get the name of the
Role
as String. - getOwner() - Method in class org.openwms.core.preferences.impl.file.UserPreference
-
Get the owner.
- getOwner() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getpKey() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getpKey() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getPrefKey() - Method in class org.openwms.core.preferences.impl.file.AbstractPreference
-
Return a
PreferenceKey
of this preference. - getPrefKey() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Return a
PreferenceKey
of this preference. - getPrefKey() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
-
Return a
PreferenceKey
of this preference. - getPrefKey() - Method in class org.openwms.core.preferences.impl.file.RolePreference
-
Return a
PreferenceKey
of this preference. - getPrefKey() - Method in class org.openwms.core.preferences.impl.file.UserPreference
-
Return a
PreferenceKey
of this preference. - getPrefKey() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Return a
PreferenceKey
of this preference. - getRoles() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Return a list of all
RolePreference
s or an empty ArrayList when noRolePreference
s exist. - getScope() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getSource() - Method in class org.openwms.core.preferences.PreferencesEvent
- getType() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getType() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getType() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Get the property value type.
- getType() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getType() - Method in class org.openwms.core.preferences.PreferencesEvent
- getUsers() - Method in class org.openwms.core.preferences.impl.file.Preferences
-
Return a list of all
UserPreference
s or an empty ArrayList when noUserPreference
s exist. - getVal() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- getVal() - Method in class org.openwms.core.preferences.api.PreferenceVO
- getVal() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- getValue() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Return the
value
of theGenericPreference
. - groupName - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The name of the group the
Preference
is assigned to. - groupName - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The groupName of the
Preference
. - groupName - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- groupName - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
The name of the group the
PreferenceEO
is assigned to. - groupName(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
H
- hashCode() - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
-
All fields.
- hashCode() - Method in class org.openwms.core.preferences.api.PreferenceVO
-
All fields.
- hashCode() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
- hashCode() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- hashCode() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
- hashCode() - Method in class org.openwms.core.preferences.impl.file.PreferenceKey
-
Use of all fields for calculation of the hashCode.
- hashCode() - Method in class org.openwms.core.preferences.impl.file.RolePreference
- hashCode() - Method in class org.openwms.core.preferences.impl.file.UserPreference
- hashCode() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
All fields.
- hasPKey() - Method in class org.openwms.core.preferences.api.PreferenceVO
- hasPKey() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
I
- index() - Method in class org.openwms.core.preferences.PreferencesController
- IndexController - Class in org.openwms.core.preferences
-
A IndexController serves the root
Index
resource via REST. - IndexController() - Constructor for class org.openwms.core.preferences.IndexController
- initialProperties - Variable in class org.openwms.core.preferences.config.ModuleProperties
-
Spring resource location to load the initial preferences from.
- initialPropertiesExist() - Method in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- INT - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
Integer representation.
- interceptor() - Method in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- isFromFile() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
J
- JSON - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
Boolean type.
K
- key - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The unique business key (along other identifying properties) of the resource, must not be null.
- key - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The unique business key (along other identifying properties) of the resource, must not be null.
- key - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- key - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference
-
Key of the preference (not nullable).
- key - Variable in class org.openwms.core.preferences.impl.file.ModulePreference
-
Key of the
ModulePreference
(not nullable). - key - Variable in class org.openwms.core.preferences.impl.file.RolePreference
-
Key value of the
RolePreference
. - key - Variable in class org.openwms.core.preferences.impl.file.UserPreference
-
Key value of the
UserPreference
. - key - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- key - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Key field of the
PreferenceEO
. - key(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- key(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
L
- LENGTH_DESCRIPTION - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- LENGTH_GROUP - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- LENGTH_KEY - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- LENGTH_OWNER - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- LENGTH_TYPE - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- LENGTH_VALUE - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- lgExchange(String) - Method in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- loadResources() - Method in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
-
On bean initialization load all
Preferences
into a Map. - localServiceInitializer(ApplicationContext) - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- LOGGER - Static variable in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- LOGGER - Static variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- LOGGER - Static variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- LOGGER - Static variable in class org.openwms.core.preferences.PreferencesController
M
- mapper - Variable in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- mapper - Variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- mapper - Variable in class org.openwms.core.preferences.PreferencesController
- mapper - Variable in class org.openwms.core.preferences.UserPreferencesController
- maximum - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- maximum - Variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
Maximum value.
- maximum(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- maxValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- maxValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
The maximum value of the
PreferenceEO
. - maxValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- MEDIA_TYPE - Static variable in class org.openwms.core.preferences.api.ApplicationPreferenceVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.preferences.api.ModulePreferenceVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.preferences.api.PreferenceVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.preferences.api.RolePreferenceVO
-
HTTP media type representation.
- MEDIA_TYPE - Static variable in class org.openwms.core.preferences.api.UserPreferenceVO
-
HTTP media type representation.
- messageConverter() - Method in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- messageSource() - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- methodValidationPostProcessor(Validator) - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- metricsCommonTags(String) - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- minimum - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- minimum - Variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
Minimum value.
- minimum(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- minValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- minValue - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
The minimum value of the
PreferenceEO
. - minValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- MODULE - Enum constant in enum class org.openwms.core.preferences.PropertyScope
-
This kind of preferences are specific to a
Module
. - ModulePreference - Class in org.openwms.core.preferences.impl.file
-
A ModulePreference is used to store configuration settings in Module scope.
- ModulePreference() - Constructor for class org.openwms.core.preferences.impl.file.ModulePreference
-
Create a new
ModulePreference
. - ModulePreference(String, String) - Constructor for class org.openwms.core.preferences.impl.file.ModulePreference
-
Create a new
ModulePreference
. - ModulePreferenceVO - Class in org.openwms.core.preferences.api
-
A ModulePreferenceVO.
- ModulePreferenceVO() - Constructor for class org.openwms.core.preferences.api.ModulePreferenceVO
- ModuleProperties - Class in org.openwms.core.preferences.config
-
A ModuleProperties defines module specific Spring Boot properties.
- ModuleProperties() - Constructor for class org.openwms.core.preferences.config.ModuleProperties
- modules - Variable in class org.openwms.core.preferences.impl.file.Preferences
N
- newBuilder() - Static method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- NOT_ALLOWED_FETCH_USER_PREFS - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- NOT_ALLOWED_PKEY - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- NOT_FOUND_BY_OWNER_AND_SCOPE_AND_KEY - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- NOT_FOUND_BY_PKEY - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- NotAuthorizedException - Exception Class in org.openwms.core.preferences
-
A NotAuthorizedException.
- NotAuthorizedException(Translator, String, Serializable[], Object...) - Constructor for exception class org.openwms.core.preferences.NotAuthorizedException
O
- OBJECT - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
Any Object.
- ObjectFactory - Class in org.openwms.core.preferences.impl.file
-
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content.
- ObjectFactory() - Constructor for class org.openwms.core.preferences.impl.file.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openwms.core.domain.preferences.
- onApplicationEvent(MergePropertiesEvent) - Method in class org.openwms.core.preferences.app.PreferencesApplicationListener
-
When a
MergePropertiesEvent
is caught, newPreferences
received from the file provider are persisted. - onApplicationEvent(ReloadFilePreferencesEvent) - Method in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- onEvent(PreferencesEvent) - Method in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- onStartup() - Method in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- org.openwms.core.preferences - package org.openwms.core.preferences
-
Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences.
- org.openwms.core.preferences.api - package org.openwms.core.preferences.api
-
Contains types that belong to the public API of the component.
- org.openwms.core.preferences.api.messages - package org.openwms.core.preferences.api.messages
-
Contains message object types (MO) that belong to the public asynchronous API of the component.
- org.openwms.core.preferences.app - package org.openwms.core.preferences.app
-
Contains Spring configuration files and other lifecycle relevant types.
- org.openwms.core.preferences.config - package org.openwms.core.preferences.config
-
Contains Spring configuration mapping classes.
- org.openwms.core.preferences.impl - package org.openwms.core.preferences.impl
-
Contains the internal implementation of the component.
- org.openwms.core.preferences.impl.events - package org.openwms.core.preferences.impl.events
-
Contains types that are responsible to deal with events.
- org.openwms.core.preferences.impl.file - package org.openwms.core.preferences.impl.file
-
Contains types working with a file based implementation.
- org.openwms.core.preferences.impl.jpa - package org.openwms.core.preferences.impl.jpa
-
Contains the persistence model and access objects.
- owner - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The owner of the resource.
- owner - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The owner of the resource.
- owner - Variable in class org.openwms.core.preferences.impl.file.ModulePreference
-
Owner of the
ModulePreference
(not nullable). - owner - Variable in class org.openwms.core.preferences.impl.file.RolePreference
-
Owner of the
RolePreference
. - owner - Variable in class org.openwms.core.preferences.impl.file.UserPreference
-
Owner of the
UserPreference
. - owner - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- owner - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- owner(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
P
- pKey - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The persistent key of the resource.
- pKey - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The persistent key of the resource.
- pKey - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- pKey(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- PreferenceConverter - Class in org.openwms.core.preferences.impl
-
A PreferenceConverter.
- PreferenceConverter() - Constructor for class org.openwms.core.preferences.impl.PreferenceConverter
- PreferenceDao - Interface in org.openwms.core.preferences.impl.file
-
A PreferenceDao offers basic functionality to find and retrieve
GenericPreference
s. - PreferenceEO - Class in org.openwms.core.preferences.impl.jpa
-
An PreferenceEO is the persistent entity class that represents preferences in the database.
- PreferenceEO() - Constructor for class org.openwms.core.preferences.impl.jpa.PreferenceEO
- PreferenceEO(PreferenceEO.Builder) - Constructor for class org.openwms.core.preferences.impl.jpa.PreferenceEO
- PreferenceEO.Builder - Class in org.openwms.core.preferences.impl.jpa
- PreferenceKey - Class in org.openwms.core.preferences.impl.file
-
A PreferenceKey can be used as a unique key object to group preference instances.
- PreferenceKey(String...) - Constructor for class org.openwms.core.preferences.impl.file.PreferenceKey
-
Create a new
PreferenceKey
with a variable array of fields. - PreferenceMO - Class in org.openwms.core.preferences.api.messages
-
A PreferenceMO.
- PreferenceMO() - Constructor for class org.openwms.core.preferences.api.messages.PreferenceMO
- PreferenceMO(String) - Constructor for class org.openwms.core.preferences.api.messages.PreferenceMO
- preferenceRepository - Variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- PreferenceRepository - Interface in org.openwms.core.preferences.impl.jpa
-
A PreferenceRepository is a Spring Data JPA repository that deals with
PreferenceEO
s. - PreferenceRepositoryCustom - Interface in org.openwms.core.preferences.impl.jpa
-
A PreferenceRepositoryCustom defines additional custom methods to search preferences by class type.
- PreferenceRepositoryImpl - Class in org.openwms.core.preferences.impl.jpa
-
A PreferenceRepositoryImpl implements custom generic find methods of
PreferenceRepositoryCustom
. - PreferenceRepositoryImpl() - Constructor for class org.openwms.core.preferences.impl.jpa.PreferenceRepositoryImpl
- preferences - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- Preferences - Class in org.openwms.core.preferences.impl.file
-
An instance of a
Preferences
represents the root of a preferences XML file and aggregates all other types of preference. - Preferences() - Constructor for class org.openwms.core.preferences.impl.file.Preferences
- PreferencesApi - Interface in org.openwms.core.preferences.api
-
A PreferencesApi defines the public REST API to manage preferences.
- PreferencesApplicationListener - Class in org.openwms.core.preferences.app
-
A PreferencesApplicationListener.
- PreferencesApplicationListener(PreferencesService) - Constructor for class org.openwms.core.preferences.app.PreferencesApplicationListener
- PreferencesAsyncConfiguration - Class in org.openwms.core.preferences.app
-
A PreferencesAsyncConfiguration contains the microservice' asynchronous configuration that is activated on Spring Profile
SpringProfiles.ASYNCHRONOUS_PROFILE
. - PreferencesAsyncConfiguration() - Constructor for class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- PreferencesConstants - Class in org.openwms.core.preferences.api
-
A PreferencesConstants.
- PreferencesConstants() - Constructor for class org.openwms.core.preferences.api.PreferencesConstants
- PreferencesController - Class in org.openwms.core.preferences
-
A PreferencesController.
- PreferencesController(PreferencesService, Translator, BeanMapper) - Constructor for class org.openwms.core.preferences.PreferencesController
- PreferencesDistributedConfiguration - Class in org.openwms.core.preferences.app
-
A PreferencesDistributedConfiguration is activated with the Spring Profile
SpringProfiles.DISTRIBUTED
that shall be activated when the service is deployed as a microservice, not packaged within a standalone application, to enable service discovery. - PreferencesDistributedConfiguration() - Constructor for class org.openwms.core.preferences.app.PreferencesDistributedConfiguration
- PreferencesEvent - Class in org.openwms.core.preferences
-
A PreferencesEvent.
- PreferencesEvent(PreferenceEO) - Constructor for class org.openwms.core.preferences.PreferencesEvent
- PreferencesEvent(PreferenceEO, PreferencesEvent.Type) - Constructor for class org.openwms.core.preferences.PreferencesEvent
- PreferencesEvent.Type - Enum Class in org.openwms.core.preferences
- PreferencesEventPropagator - Class in org.openwms.core.preferences.impl.events
-
A PreferencesEventPropagator propagates internal
PreferencesEvent
s to the outer world, only active with Spring ProfileSpringProfiles.ASYNCHRONOUS_PROFILE
. - PreferencesEventPropagator(AmqpTemplate, Validator, BeanMapper, String) - Constructor for class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- PreferencesModuleConfiguration - Class in org.openwms.core.preferences.app
-
A PreferencesModuleConfiguration is the microservice default Spring configuration, active by default.
- PreferencesModuleConfiguration() - Constructor for class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- preferencesService - Variable in class org.openwms.core.preferences.PreferencesController
- preferencesService - Variable in class org.openwms.core.preferences.UserPreferencesController
- PreferencesService - Interface in org.openwms.core.preferences
-
A PreferencesService is responsible to manage
Preferences
. - PreferencesServiceImpl - Class in org.openwms.core.preferences.impl.jpa
-
A PreferencesServiceImpl is a transactional Spring managed service implementation to manage
Preferences
. - PreferencesServiceImpl(PreferenceDao, PreferenceRepository, BeanMapper, Translator, ApplicationContext) - Constructor for class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- PreferencesWebConfiguration - Class in org.openwms.core.preferences.app
-
A PreferencesWebConfiguration is the microservice Spring web configuration, active by default.
- PreferencesWebConfiguration() - Constructor for class org.openwms.core.preferences.app.PreferencesWebConfiguration
- PreferenceType - Enum Class in org.openwms.core.preferences
-
A PreferenceType.
- PreferenceType(String) - Constructor for enum class org.openwms.core.preferences.PreferenceType
- PreferenceTypeConverter - Class in org.openwms.core.preferences.impl.jpa
-
A PreferenceTypeConverter.
- PreferenceTypeConverter() - Constructor for class org.openwms.core.preferences.impl.jpa.PreferenceTypeConverter
- PreferenceVO - Class in org.openwms.core.preferences.api
-
A PreferenceVO.
- PreferenceVO() - Constructor for class org.openwms.core.preferences.api.PreferenceVO
- PreferenceVOConverter - Class in org.openwms.core.preferences.impl
-
A PreferenceVOConverter.
- PreferenceVOConverter() - Constructor for class org.openwms.core.preferences.impl.PreferenceVOConverter
- prefs - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- PROPERTY_SCOPE_NOT_DEFINED - Static variable in class org.openwms.core.preferences.api.PreferencesConstants
- PropertyScope - Enum Class in org.openwms.core.preferences
-
A PropertyScope defines the different scopes for preferences.
- PropertyScope() - Constructor for enum class org.openwms.core.preferences.PropertyScope
R
- rabbitTemplate(ConnectionFactory, ObjectProvider<MessageConverter>, RabbitTemplateConfigurable) - Method in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- reloadInitialPreferences() - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Load
Preferences
from file and merge them with the ones in the persistent store. - reloadInitialPreferences() - Method in interface org.openwms.core.preferences.PreferencesService
-
Load
Preferences
from file and merge them with the ones in the persistent store. - reloadResources() - Method in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- resolveScope(T) - Static method in class org.openwms.core.preferences.impl.PreferenceVOConverter
- ROLE - Enum constant in enum class org.openwms.core.preferences.PropertyScope
-
This kind of preferences belong to a particular
Role
. - RolePreference - Class in org.openwms.core.preferences.impl.file
-
A RolePreference is used to provide settings specific to an
Role
. - RolePreference() - Constructor for class org.openwms.core.preferences.impl.file.RolePreference
-
Create a new RolePreference.
- RolePreference(String, String) - Constructor for class org.openwms.core.preferences.impl.file.RolePreference
-
Create a new RolePreference.
- RolePreferenceVO - Class in org.openwms.core.preferences.api
-
A RolePreferenceVO.
- RolePreferenceVO() - Constructor for class org.openwms.core.preferences.api.RolePreferenceVO
- roles - Variable in class org.openwms.core.preferences.impl.file.Preferences
S
- saveInternal(PreferenceEO, PreferencesEvent.Type) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- scope - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- scope - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Scope of this preference.
- scope(PropertyScope) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- serializerMessageConverter() - Method in class org.openwms.core.preferences.app.PreferencesAsyncConfiguration
- service - Variable in class org.openwms.core.preferences.app.PreferencesApplicationListener
- setDefValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setDescription(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setDescription(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setDescription(String) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Set a
description
for theGenericPreference
. - setDescription(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setFields(String[]) - Method in class org.openwms.core.preferences.impl.file.PreferenceKey
- setFromFile(boolean) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setGroupName(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setGroupName(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setGroupName(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setInitialProperties(String) - Method in class org.openwms.core.preferences.config.ModuleProperties
- setKey(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setKey(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setKey(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
- setKey(String) - Method in class org.openwms.core.preferences.impl.file.ModulePreference
- setKey(String) - Method in class org.openwms.core.preferences.impl.file.RolePreference
- setKey(String) - Method in class org.openwms.core.preferences.impl.file.UserPreference
- setKey(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setMaximum(String) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- setMaxValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setMinimum(String) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- setMinValue(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setOwner(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setOwner(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setOwner(String) - Method in class org.openwms.core.preferences.impl.file.ModulePreference
- setOwner(String) - Method in class org.openwms.core.preferences.impl.file.RolePreference
- setOwner(String) - Method in class org.openwms.core.preferences.impl.file.UserPreference
- setOwner(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setPersistentKey(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setpKey(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setpKey(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setScope(PropertyScope) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setType(String) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setType(String) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setType(String) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- setType(PreferenceType) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setVal(Serializable) - Method in class org.openwms.core.preferences.api.messages.PreferenceMO
- setVal(Serializable) - Method in class org.openwms.core.preferences.api.PreferenceVO
- setVal(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
- setValue(String) - Method in class org.openwms.core.preferences.impl.file.GenericPreference
-
Set the
value
of theGenericPreference
. - STRING - Enum constant in enum class org.openwms.core.preferences.PreferenceType
-
String representation.
- SUB_TYPE - Static variable in class org.openwms.core.preferences.api.ApplicationPreferenceVO
- SUB_TYPE - Static variable in class org.openwms.core.preferences.api.ModulePreferenceVO
-
HTTP media sub type representation.
- SUB_TYPE - Static variable in class org.openwms.core.preferences.api.PreferenceVO
- SUB_TYPE - Static variable in class org.openwms.core.preferences.api.RolePreferenceVO
-
HTTP media sub type representation.
- SUB_TYPE - Static variable in class org.openwms.core.preferences.api.UserPreferenceVO
-
HTTP media sub type representation.
T
- toString() - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference
- toString() - Method in class org.openwms.core.preferences.impl.file.GenericPreference
- toString() - Method in class org.openwms.core.preferences.impl.file.ModulePreference
- toString() - Method in class org.openwms.core.preferences.impl.file.RolePreference
- toString() - Method in class org.openwms.core.preferences.impl.file.UserPreference
- toString() - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
All fields.
- translator - Variable in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
- translator - Variable in class org.openwms.core.preferences.PreferencesController
- translator - Variable in class org.openwms.core.preferences.UserPreferencesController
- translator() - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- type - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The type of the
Preference
. - type - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The type of the
Preference
. - type - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- type - Variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
A data type of the value.
- type - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- type - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
Type of this preference.
- type - Variable in class org.openwms.core.preferences.PreferencesEvent
- type(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- type(PreferenceType) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- Type() - Constructor for enum class org.openwms.core.preferences.PreferencesEvent.Type
- TYPE - Static variable in class org.openwms.core.preferences.api.ApplicationPreferenceVO
- TYPE - Static variable in class org.openwms.core.preferences.api.PreferenceVO
- TYPES - Static variable in class org.openwms.core.preferences.impl.file.Preferences
-
All concrete types of AbstractPreference.
U
- unmarshaller - Variable in class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
- unmarshaller() - Method in class org.openwms.core.preferences.app.PreferencesModuleConfiguration
- update(String, PreferenceEO) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
-
Update the given and existing
Preference
. - update(String, PreferenceEO) - Method in interface org.openwms.core.preferences.PreferencesService
-
Update the given and existing
Preference
. - update(String, PreferenceVO) - Method in interface org.openwms.core.preferences.api.PreferencesApi
-
Update the content of an existing preference identified by its persistent key.
- update(String, PreferenceVO) - Method in class org.openwms.core.preferences.PreferencesController
- UPDATED - Enum constant in enum class org.openwms.core.preferences.PreferencesEvent.Type
- USER - Enum constant in enum class org.openwms.core.preferences.PropertyScope
-
This kind of preferences belong to a certain
User
. - UserPreference - Class in org.openwms.core.preferences.impl.file
-
An UserPreference is used to store settings specific to an
User
. - UserPreference() - Constructor for class org.openwms.core.preferences.impl.file.UserPreference
-
Create a new UserPreference.
- UserPreference(String, String) - Constructor for class org.openwms.core.preferences.impl.file.UserPreference
-
Create a new UserPreference.
- UserPreferencesApi - Interface in org.openwms.core.preferences.api
-
A UserPreferencesApi defines the public REST API to manage UserPreferences.
- UserPreferencesController - Class in org.openwms.core.preferences
-
A UserPreferencesController.
- UserPreferencesController(PreferencesService, Translator, BeanMapper) - Constructor for class org.openwms.core.preferences.UserPreferencesController
- UserPreferenceVO - Class in org.openwms.core.preferences.api
-
A UserPreferenceVO.
- UserPreferenceVO() - Constructor for class org.openwms.core.preferences.api.UserPreferenceVO
- users - Variable in class org.openwms.core.preferences.impl.file.Preferences
V
- val - Variable in class org.openwms.core.preferences.api.messages.PreferenceMO
-
The value of the
Preference
. - val - Variable in class org.openwms.core.preferences.api.PreferenceVO
-
The value of the
Preference
. - val - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- val - Variable in class org.openwms.core.preferences.impl.jpa.PreferenceEO
-
A current value of the
PreferenceEO
. - val(String) - Method in class org.openwms.core.preferences.impl.jpa.PreferenceEO.Builder
- validateAndConvert(PreferencesEvent) - Method in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- validator - Variable in class org.openwms.core.preferences.impl.events.PreferencesEventPropagator
- value - Variable in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- value - Variable in class org.openwms.core.preferences.impl.file.GenericPreference
-
The String value of the
AbstractPreference
. - value(String) - Method in class org.openwms.core.preferences.impl.file.ApplicationPreference.Builder
- valueOf(String) - Static method in enum class org.openwms.core.preferences.PreferencesEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.core.preferences.PreferenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.core.preferences.PropertyScope
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openwms.core.preferences.PreferencesEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.core.preferences.PreferenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.core.preferences.PropertyScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyDoesNotExist(String, PropertyScope, String) - Method in class org.openwms.core.preferences.impl.jpa.PreferencesServiceImpl
X
- XMLPreferenceDaoImpl - Class in org.openwms.core.preferences.impl.file
-
A XMLPreferenceDaoImpl reads an XML file of
Preferences
and keeps them in-memory in a Map. - XMLPreferenceDaoImpl(ApplicationContext, Unmarshaller) - Constructor for class org.openwms.core.preferences.impl.file.XMLPreferenceDaoImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form