【发布时间】:2012-12-19 08:17:40
【问题描述】:
我正在 Liferay 中创建一个Organization,使用:
OrganizationLocalServiceUtil.addOrganization (
userId, parentOrganizationId, name,
type, recursable, regionId, countryId,
statusId, comments, false, serviceContext);
以下是我的困惑:
- 为什么我们需要
parentOrganizationId? - 组织
status指的是什么? - 为什么是
ServiceContext?
【问题讨论】:
标签: liferay