Serialized Form
- 
Package org.openwms.core.preferences- 
Exception Class org.openwms.core.preferences.NotAuthorizedExceptionclass NotAuthorizedException extends org.ameba.exception.BusinessRuntimeException implements Serializable
- 
Class org.openwms.core.preferences.PreferencesEventclass PreferencesEvent extends org.openwms.core.event.RootApplicationEvent implements Serializable- 
Serialized Fields- 
typePreferencesEvent.Type type 
 
- 
 
- 
 
- 
- 
Package org.openwms.core.preferences.api- 
Class org.openwms.core.preferences.api.ApplicationPreferenceVOclass ApplicationPreferenceVO extends PreferenceVO implements Serializable
- 
Class org.openwms.core.preferences.api.ModulePreferenceVOclass ModulePreferenceVO extends PreferenceVO implements Serializable
- 
Class org.openwms.core.preferences.api.RolePreferenceVOclass RolePreferenceVO extends PreferenceVO implements Serializable
- 
Class org.openwms.core.preferences.api.UserPreferenceVOclass UserPreferenceVO extends PreferenceVO implements Serializable
 
- 
- 
Package org.openwms.core.preferences.api.messages- 
Class org.openwms.core.preferences.api.messages.PreferenceMOclass PreferenceMO extends Object implements Serializable- 
Serialized Fields- 
descriptionString description A descriptive text of thePreference.
- 
groupNameString groupName The name of the group thePreferenceis assigned to.
- 
key@NotBlank String key The unique business key (along other identifying properties) of the resource, must not be null.
- 
ownerString owner The owner of the resource.
- 
pKeyString pKey The persistent key of the resource.
- 
typeString type The type of thePreference.
- 
valSerializable val The value of thePreference.
 
- 
 
- 
 
- 
- 
Package org.openwms.core.preferences.impl.file- 
Class org.openwms.core.preferences.impl.file.AbstractPreferenceclass AbstractPreference extends Object implements Serializable
- 
Class org.openwms.core.preferences.impl.file.ApplicationPreferenceclass ApplicationPreference extends GenericPreference implements Serializable- 
Serialized Fields- 
keyString key Key of the preference (not nullable).
 
- 
 
- 
- 
Class org.openwms.core.preferences.impl.file.GenericPreferenceclass GenericPreference extends AbstractPreference implements Serializable
- 
Class org.openwms.core.preferences.impl.file.ModulePreferenceclass ModulePreference extends GenericPreference implements Serializable
- 
Class org.openwms.core.preferences.impl.file.PreferenceKeyclass PreferenceKey extends Object implements Serializable- 
Serialized Fields- 
fieldsString[] fields 
 
- 
 
- 
- 
Class org.openwms.core.preferences.impl.file.Preferencesclass Preferences extends Object implements Serializable- 
Serialized Fields- 
applicationOrRoleOrUserOrModuleList<GenericPreference> applicationOrRoleOrUserOrModule 
- 
applicationsList<ApplicationPreference> applications 
- 
modulesList<ModulePreference> modules 
- 
rolesList<RolePreference> roles 
- 
usersList<UserPreference> users 
 
- 
 
- 
- 
Class org.openwms.core.preferences.impl.file.RolePreferenceclass RolePreference extends GenericPreference implements Serializable- 
Serialized Fields- 
keyString key Key value of theRolePreference.
- 
ownerString owner Owner of theRolePreference.
 
- 
 
- 
- 
Class org.openwms.core.preferences.impl.file.UserPreferenceclass UserPreference extends GenericPreference implements Serializable- 
Serialized Fields- 
keyString key Key value of theUserPreference.
- 
ownerString owner Owner of theUserPreference.
 
- 
 
- 
 
- 
- 
Package org.openwms.core.preferences.impl.jpa- 
Class org.openwms.core.preferences.impl.jpa.PreferenceEOclass PreferenceEO extends org.ameba.integration.jpa.ApplicationEntity implements Serializable- 
Serialized Fields- 
defValue@Size(max=4096) String defValue The default value of thePreferenceEO.
- 
description@Size(max=255) String description Description text of thePreferenceEO.
- 
fromFileboolean fromFile Flag to remember if the preference was originally imported from a file.
- 
groupName@Size(max=36) String groupName The name of the group thePreferenceEOis assigned to.
- 
key@NotBlank @Size(min=1,max=60) String key Key field of thePreferenceEO.
- 
maxValue@Size(max=4096) String maxValue The maximum value of thePreferenceEO.
- 
minValue@Size(max=4096) String minValue The minimum value of thePreferenceEO.
- 
owner@Size(max=60) String owner 
- 
scope@NotNull PropertyScope scope Scope of this preference.
- 
type@NotNull PreferenceType type Type of this preference.
- 
val@Size(max=4096) String val A current value of thePreferenceEO.
 
- 
 
- 
 
-