Uses of Class
org.exoplatform.services.resources.ResourceBundleData
Packages that use ResourceBundleData
-
Uses of ResourceBundleData in org.exoplatform.services.resources
Methods in org.exoplatform.services.resources that return ResourceBundleDataModifier and TypeMethodDescriptionResourceBundleService.createResourceBundleDataInstance()This method is acted as a factory ofResourceBundleService.getResourceBundleData(String id) This method should look for a resource bundle in the database that match the given id.ResourceBundleService.removeResourceBundleData(String id) This method remove the data record in the databas and return the data instance after it has been removedMethods in org.exoplatform.services.resources that return types with arguments of type ResourceBundleDataModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<ResourceBundleData> ResourceBundleService.findResourceDescriptions(Query q) This method search and return a page description iteratorMethods in org.exoplatform.services.resources with parameters of type ResourceBundleDataModifier and TypeMethodDescriptionvoidResourceBundleService.saveResourceBundle(ResourceBundleData data) This method shoudl create or update a ResourceBundleData instanceConstructors in org.exoplatform.services.resources with parameters of type ResourceBundleData