Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: CrossX, DSL for Data Contract, DSL for Services
-
Labels:None
-
Number of attachments :
Description
Add 'addTo<target>(index, element', 'removeFrom<target>(index>' and 'set<target>(index, element)' methods to DTO's with references, and similar methods to the service classes in business- and servicelayer.
The attribute 'Association.ordered' must be added to the crossx metamodel to be able to distinguish between Sets and Lists for the implementation of the DTO's.
Solved, also chnaged the order of parameters in the addTo() operations. This was addTo(part, whole) and has changed to addTo(whole, part).