Arun Patidar created OFBIZ-5902:
-----------------------------------
Summary: Fetch configurable settings data driven by replacing UtilProperties.getPropertyValue() method with EntityUtilProperties.getPropertyValue()
Key: OFBIZ-5902
URL:
https://issues.apache.org/jira/browse/OFBIZ-5902 Project: OFBiz
Issue Type: Improvement
Components: ALL COMPONENTS
Reporter: Arun Patidar
Priority: Minor
Now we have tenant support for back-end and front-end application. Refer to task OFBIZ-5898 for more details.
For the multi-tenant functionality, we need to provide support of setting and fetching configurable values from data. For this, there is already support of SystemProperty entity and EntityUtilProperties methods.
Only need to replace use of UtilProperties.getPropertyValue() method with EntityUtilProperties.getPropertyValue() method in existing code base wherever delegator object can be available.
This will support to make as many as possible configuartion settings specific to tenant.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)