Class WorkspaceManagerPreferencesPortableGeneratedImpl
- java.lang.Object
-
- org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferences
-
- org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferencesPortableGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>,org.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>,org.uberfire.preferences.shared.bean.Preference
@Portable(mapSuperTypes=true) @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class WorkspaceManagerPreferencesPortableGeneratedImpl extends WorkspaceManagerPreferences implements org.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
-
Constructor Summary
Constructors Constructor Description WorkspaceManagerPreferencesPortableGeneratedImpl()WorkspaceManagerPreferencesPortableGeneratedImpl(int cacheMaximumSize, int cacheExpirationTime, String cacheExpirationUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleKey()booleanequals(Object o)Objectget(String property)Class<WorkspaceManagerPreferences>getPojoClass()Map<String,org.uberfire.preferences.shared.PropertyFormType>getPropertiesTypes()Map<String,List<org.uberfire.preferences.shared.PropertyValidator>>getPropertiesValidators()inthashCode()Stringidentifier()booleanisPersistable()String[]parents()voidset(String property, Object value)-
Methods inherited from class org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferences
defaultValue, getCacheExpirationTime, getCacheExpirationUnit, getCacheMaximumSize, setCacheExpirationTime, setCacheExpirationUnit, setCacheMaximumSize
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
WorkspaceManagerPreferencesPortableGeneratedImpl
public WorkspaceManagerPreferencesPortableGeneratedImpl()
-
WorkspaceManagerPreferencesPortableGeneratedImpl
public WorkspaceManagerPreferencesPortableGeneratedImpl(int cacheMaximumSize, int cacheExpirationTime, String cacheExpirationUnit)
-
-
Method Detail
-
getPojoClass
public Class<WorkspaceManagerPreferences> getPojoClass()
- Specified by:
getPojoClassin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
identifier
public String identifier()
- Specified by:
identifierin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
parents
public String[] parents()
- Specified by:
parentsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
bundleKey
public String bundleKey()
- Specified by:
bundleKeyin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
set
public void set(String property, Object value)
- Specified by:
setin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
get
public Object get(String property)
- Specified by:
getin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
getPropertiesTypes
public Map<String,org.uberfire.preferences.shared.PropertyFormType> getPropertiesTypes()
- Specified by:
getPropertiesTypesin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
getPropertiesValidators
public Map<String,List<org.uberfire.preferences.shared.PropertyValidator>> getPropertiesValidators()
- Specified by:
getPropertiesValidatorsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
isPersistable
public boolean isPersistable()
- Specified by:
isPersistablein interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<WorkspaceManagerPreferences>
-
-