org.openwms.core.integration
Interface I18nRepository

All Superinterfaces:
GenericDao<I18n,Long>
All Known Implementing Classes:
I18nRepositoryImpl

public interface I18nRepository
extends GenericDao<I18n,Long>

An I18nRepository is used to find and retrieve i18n translations.

Since:
0.1
Version:
$Revision: 1540 $
Author:
Heiko Scherrer

Field Summary
 
Fields inherited from interface org.openwms.core.integration.GenericDao
FIND_ALL, FIND_BY_ID
 
Method Summary
 
Methods inherited from interface org.openwms.core.integration.GenericDao
findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, persist, remove, save, setPersistentClass
 



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