Package org.openwms.core.integration

Repository (DAO) interface definitions of the CORE module.

See:
          Description

Interface Summary
GenericDao<T extends AbstractEntity,ID extends Serializable> A GenericDao is a generic interface declaration that defines simple CRUD operations.
I18nRepository An I18nRepository is used to find and retrieve i18n translations.
ModuleDao A ModuleDao adds particular functionality regarding Module entity classes.
PreferenceDao<ID extends Serializable> A PreferenceDao offers basic functionality to find and retrieve AbstractPreference s.
PreferenceWriter<ID extends Serializable> A PreferenceWriter extends the PreferenceDao about functionality to save and remove AbstractPreferences.
RoleDao A RoleDao adds particular functionality to find and modifiy Role entity classes.
SecurityObjectDao A SecurityDao is used to find, modify and delete SecurityObjects, in particular Grants.
UserDao An UserDao adds particular functionality regarding User entity classes.
 

Package org.openwms.core.integration Description

Repository (DAO) interface definitions of the CORE module.



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