| Package | Description |
|---|---|
| org.exoplatform.services.resources | |
| org.exoplatform.services.resources.impl |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundleData |
ResourceBundleService.createResourceBundleDataInstance()
This method is acted as a factory of
|
ResourceBundleData |
ResourceBundleService.getResourceBundleData(String id)
This method should look for a resource bundle in the database that match the given id.
|
ResourceBundleData |
ResourceBundleService.removeResourceBundleData(String id)
This method remove the data record in the databas and return the data instance after it has been removed
|
| Modifier and Type | Method and Description |
|---|---|
PageList<ResourceBundleData> |
ResourceBundleService.findResourceDescriptions(Query q)
This method search and return a page description iterator
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceBundleService.saveResourceBundle(ResourceBundleData data)
This method shoudl create or update a ResourceBundleData instance
|
| Constructor and Description |
|---|
ExoResourceBundle(ResourceBundleData data) |
ExoResourceBundle(ResourceBundleData data,
ResourceBundle parent) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundleData |
BaseResourceBundleService.createResourceBundleDataInstance() |
ResourceBundleData |
SimpleResourceBundleService.getResourceBundleData(String id) |
ResourceBundleData |
SimpleResourceBundleService.removeResourceBundleData(String id) |
| Modifier and Type | Method and Description |
|---|---|
PageList<ResourceBundleData> |
SimpleResourceBundleService.findResourceDescriptions(Query q) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleResourceBundleService.saveResourceBundle(ResourceBundleData resourceData) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.