public class ProductService
extends java.lang.Object
| Constructor and Description |
|---|
ProductService(BaseDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.Map> |
getAllComponentTranslation()
Retrieves translated messages of all components of a product in the requested locale (See the dto object).
|
java.util.List<java.lang.String> |
getComponents()
Retrieves the list of components of a product.
|
java.util.List<java.lang.String> |
getSupportedLocales()
Retrieves the list of locales of a product.
|
public ProductService(BaseDTO dto)
public java.util.List<java.util.Map> getAllComponentTranslation()
public java.util.List<java.lang.String> getComponents()
public java.util.List<java.lang.String> getSupportedLocales()