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

Packages that use I18n
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 I18n in org.openwms.core.service
 

Methods in org.openwms.core.service that return types with arguments of type I18n
 List<I18n> I18nService.findAllTranslations()
          Find and return a list of all translations.
 

Methods in org.openwms.core.service with parameters of type I18n
 void I18nService.saveTranslations(I18n... translations)
          Save an arbitrary collection of translations.
 

Uses of I18n in org.openwms.core.service.spring
 

Methods in org.openwms.core.service.spring that return types with arguments of type I18n
 List<I18n> I18nServiceImpl.findAllTranslations()
          Find and return a list of all translations.
 

Methods in org.openwms.core.service.spring with parameters of type I18n
 void I18nServiceImpl.saveTranslations(I18n... translations)
          Save an arbitrary collection of translations.
 



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