public interface ResourcebundlesService extends hbm.service.jpa.BusinessService<Resourcebundles,Integer>
| Modifier and Type | Method and Description |
|---|---|
List<Resourcebundles> |
find(String baseName,
String locale,
String key,
String value)
Finds all entries from the given parameters that can be null if it shell be ignored.
|
List<Resourcebundles> |
findResourceBundles(String baseName,
Locale locale)
Find resource bundles from the given parameters.
|
List<Resourcebundles> |
findResourceBundles(String baseName,
Locale locale,
String key)
Find a list from the given parameters.
|
Resourcebundles |
getKey(String baseName,
Locale locale,
String key)
Gets the entry from the given parameters.
|
void |
updateProperties(Properties properties,
String baseName,
Locale locale)
Update the given properties to the db.
|
List<Resourcebundles> findResourceBundles(String baseName, Locale locale)
baseName - the base namelocale - the localeList<Resourcebundles> findResourceBundles(String baseName, Locale locale, String key)
baseName - the base namelocale - the localekey - the keyResourcebundles getKey(String baseName, Locale locale, String key)
baseName - the base namelocale - the localekey - the keyvoid updateProperties(Properties properties, String baseName, Locale locale)
properties - the propertiesbaseName - the base namelocale - the localeCopyright © 2015. All rights reserved.