|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPreference | |
---|---|
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.usermanagement | Contains domain classes regarding the user and role management. |
org.openwms.core.integration | Repository (DAO) interface definitions of the CORE module. |
org.openwms.core.integration.file | This package contains classes to deal with files. |
org.openwms.core.integration.jpa | This package contains classes that belong to the integration layer implemented with JPA. |
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
Uses of AbstractPreference in org.openwms.core.domain.preferences |
---|
Subclasses of AbstractPreference in org.openwms.core.domain.preferences | |
---|---|
class |
ApplicationPreference
An ApplicationPreference is used to store a configuration setting in application scope. |
class |
ModulePreference
A ModulePreference is used to store configuration settings in Module scope. |
Methods in org.openwms.core.domain.preferences with type parameters of type AbstractPreference | ||
---|---|---|
|
Preferences.getOfType(Class<T> clazz)
Return a list of preferences filtered by a specific type, defined by the parameter clazz. |
Methods in org.openwms.core.domain.preferences that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
Preferences.getAll()
Return a list of all preferences. |
List<AbstractPreference> |
Preferences.getApplicationOrRoleOrUserOrModule()
Gets the value of the applicationOrRoleOrUserOrModule property. |
Uses of AbstractPreference in org.openwms.core.domain.system.usermanagement |
---|
Subclasses of AbstractPreference in org.openwms.core.domain.system.usermanagement | |
---|---|
class |
RolePreference
A RolePreference is used to provide settings specific to an Role
. |
class |
UserPreference
An UserPreference is used to store settings specific to an User . |
Uses of AbstractPreference in org.openwms.core.integration |
---|
Methods in org.openwms.core.integration with type parameters of type AbstractPreference | ||
---|---|---|
|
PreferenceDao.findByType(Class<T> clazz)
Find all preferences of a particular type. |
|
|
PreferenceWriter.persist(T entity)
Force a persist of a new entity. |
|
|
PreferenceWriter.save(T entity)
Save an entity with the persistence layer and return it. |
Methods in org.openwms.core.integration that return AbstractPreference | |
---|---|
AbstractPreference |
PreferenceDao.findByKey(ID id)
Find and return the entity identified by the natural unique key. |
Methods in org.openwms.core.integration that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
PreferenceDao.findAll()
Find all entities and return them as a List . |
Methods in org.openwms.core.integration with parameters of type AbstractPreference | |
---|---|
void |
PreferenceWriter.remove(AbstractPreference entity)
Removes an already persistent entity. |
Uses of AbstractPreference in org.openwms.core.integration.file |
---|
Methods in org.openwms.core.integration.file with type parameters of type AbstractPreference | ||
---|---|---|
|
PreferencesDaoImpl.findByType(Class<T> clazz)
Find all preferences of a particular type. |
Methods in org.openwms.core.integration.file that return AbstractPreference | |
---|---|
AbstractPreference |
PreferencesDaoImpl.findByKey(PreferenceKey id)
Find and return the entity identified by the natural unique key. |
Methods in org.openwms.core.integration.file that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
PreferencesDaoImpl.findAll()
Find all entities and return them as a List . |
Uses of AbstractPreference in org.openwms.core.integration.jpa |
---|
Methods in org.openwms.core.integration.jpa with type parameters of type AbstractPreference | ||
---|---|---|
|
PreferencesDaoImpl.findByType(Class<T> clazz)
Find all preferences of a particular type. |
|
|
PreferencesDaoImpl.persist(T entity)
Force a persist of a new entity. |
|
|
PreferencesDaoImpl.save(T entity)
Save an entity with the persistence layer and return it. |
Methods in org.openwms.core.integration.jpa that return AbstractPreference | |
---|---|
AbstractPreference |
PreferencesDaoImpl.findByKey(Long id)
Find and return the entity identified by the natural unique key. |
Methods in org.openwms.core.integration.jpa that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
PreferencesDaoImpl.findAll()
Find all entities and return them as a List . |
Methods in org.openwms.core.integration.jpa with parameters of type AbstractPreference | |
---|---|
void |
PreferencesDaoImpl.remove(AbstractPreference entity)
Removes an already persistent entity. |
Uses of AbstractPreference in org.openwms.core.service |
---|
Methods in org.openwms.core.service with type parameters of type AbstractPreference | ||
---|---|---|
|
ConfigurationService.findByType(Class<T> clazz)
Find and return all preferences in the scope of the application. |
Methods in org.openwms.core.service that return AbstractPreference | |
---|---|
AbstractPreference |
ConfigurationService.save(AbstractPreference preference)
Save the given AbstractPreference or persist it when it is a
transient instance. |
Methods in org.openwms.core.service that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
ConfigurationService.findAll()
Find and return all preferences. |
Methods in org.openwms.core.service with parameters of type AbstractPreference | |
---|---|
void |
ConfigurationService.remove(AbstractPreference preference)
Remove a AbstractPreference . |
AbstractPreference |
ConfigurationService.save(AbstractPreference preference)
Save the given AbstractPreference or persist it when it is a
transient instance. |
Uses of AbstractPreference in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring with type parameters of type AbstractPreference | ||
---|---|---|
|
ConfigurationServiceImpl.findByType(Class<T> clazz)
Find and return all preferences in the scope of the application. |
Methods in org.openwms.core.service.spring that return AbstractPreference | |
---|---|
AbstractPreference |
ConfigurationServiceImpl.save(AbstractPreference preference)
Save the given AbstractPreference or persist it when it is a
transient instance. |
Methods in org.openwms.core.service.spring that return types with arguments of type AbstractPreference | |
---|---|
List<AbstractPreference> |
ConfigurationServiceImpl.findAll()
Find and return all preferences. |
Methods in org.openwms.core.service.spring with parameters of type AbstractPreference | |
---|---|
void |
ConfigurationServiceImpl.remove(AbstractPreference preference)
Remove a AbstractPreference . |
AbstractPreference |
ConfigurationServiceImpl.save(AbstractPreference preference)
Save the given AbstractPreference or persist it when it is a
transient instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |