Uses of Class
org.openwms.core.domain.system.PreferenceKey

Packages that use PreferenceKey
org.openwms.core.domain.preferences Contains classes dealing with preferences belonging to the schema http://www.openwms.org/schema/preferences. 
org.openwms.core.domain.system Contains essential domain classes that belong to the CORE Module. 
org.openwms.core.domain.system.usermanagement Contains domain classes regarding the user and role management. 
org.openwms.core.integration.file This package contains classes to deal with files. 
 

Uses of PreferenceKey in org.openwms.core.domain.preferences
 

Methods in org.openwms.core.domain.preferences that return PreferenceKey
 PreferenceKey ModulePreference.getPrefKey()
          Return a PreferenceKey of this preference.
 PreferenceKey ApplicationPreference.getPrefKey()
          Return a PreferenceKey of this preference.
 

Uses of PreferenceKey in org.openwms.core.domain.system
 

Methods in org.openwms.core.domain.system that return PreferenceKey
abstract  PreferenceKey AbstractPreference.getPrefKey()
          Return a PreferenceKey of this preference.
 

Uses of PreferenceKey in org.openwms.core.domain.system.usermanagement
 

Methods in org.openwms.core.domain.system.usermanagement that return PreferenceKey
 PreferenceKey UserPreference.getPrefKey()
          Return a PreferenceKey of this preference.
 PreferenceKey RolePreference.getPrefKey()
          Return a PreferenceKey of this preference.
 

Uses of PreferenceKey in org.openwms.core.integration.file
 

Methods in org.openwms.core.integration.file with parameters of type PreferenceKey
 AbstractPreference PreferencesDaoImpl.findByKey(PreferenceKey id)
          Find and return the entity identified by the natural unique key.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.