我正在Organization
使用以下方法在 Liferay 中创建一个:
OrganizationLocalServiceUtil.addOrganization (
userId, parentOrganizationId, name,
type, recursable, regionId, countryId,
statusId, comments, false, serviceContext);
以下是我的困惑:
- 为什么我们需要
parentOrganizationId
? - 组织
status
指的是什么? - 为什么
ServiceContext
?