org.openwms.core.service
Interface I18nService

All Known Implementing Classes:
I18nServiceImpl

public interface I18nService

An I18nService is responsible to find and save i18n translations.

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

Method Summary
 List<I18n> findAllTranslations()
          Find and return a list of all translations.
 void saveTranslations(I18n... translations)
          Save an arbitrary collection of translations.
 

Method Detail

findAllTranslations

List<I18n> findAllTranslations()
Find and return a list of all translations.

Returns:
all translations

saveTranslations

void saveTranslations(I18n... translations)
Save an arbitrary collection of translations. No matter, whether entities in the collection already exist or not.

Parameters:
translations - An vararg of translations to save


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