Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.2 EE SP1 (5.2.5)
-
All
Description
A new convenience method has been added for setting expando bridge attributes. All model classes generated by service builder will now have the following method:
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
For example, the following
ExpandoBridge expandoBridge = user.getExpandoBridge();
expandoBridge.setAttributes(serviceContext);
can now be replaced with
user.setExpandoBridgeAttributes(serviceContext);
Attachments
Issue Links
- is related to
-
LPS-4939 Add convenience mtehod for setting expando bridge attributes
- Closed