private/xml/all_cloudproductsfromserver.xml
|
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="mw_cloudproduct"> <attribute name="mw_name" /> <attribute name="createdon" /> <attribute name="mw_version" /> <attribute name="mw_cloudproductmakerid" /> <attribute name="mw_licence" /> <attribute name="mw_hosting" /> <attribute name="mw_edition" /> <attribute name="mw_usage" /> <attribute name="mw_monthlyleaseprice" /> <attribute name="mw_installationprice" /> <attribute name="mw_cloudproductid" /> <attribute name="mw_topalaccountid" /> <attribute name="mw_setupinstructions" /> <attribute name="mw_description" /> <order attribute="mw_name" descending="false" /> <link-entity name="mw_mw_cloudserver_mw_cloudproduct" from="mw_cloudproductid" to="mw_cloudproductid" visible="false" intersect="true"> <link-entity name="mw_cloudserver" from="mw_cloudserverid" to="mw_cloudserverid" alias="ac"> <filter type="and"> </filter> </link-entity> </link-entity> </entity> </fetch> |