【发布时间】:2015-04-14 00:07:22
【问题描述】:
我已经设法通过
获得了ddl结构http://localhost:8090/api/jsonws/ddmstructure/get-structures/group-id/10184
要获取我使用的参数 groupId:
http://localhost:8090/api/jsonws/group/get-user-group/company-id/10157/user-id/10639
要查找 userId:
http://localhost:8090/api/jsonws/user/get-user-by-email-address/company-id/10157/email-address/test%40liferay.com
companyId 来自:
http://localhost:8090/api/jsonws/company/get-company-by-virtual-host/virtual-host/localhost
请您指出任何详细描述 Json Web 服务的资源。
我没有找到任何定义 orderByComparator /ddlrecordset/search 形式的文档。
我想获取动态列表的内容。我发现数据包含在 ddmcontent 表中 - 对应的 java 文件是 \portal-service\src\com\liferay\portlet\dynamicdatamapping\model\DDMContentModel.java。该怎么做?
我将不胜感激。谢谢。
【问题讨论】:
标签: json content-management-system liferay