Organization
以下を使用してLiferayで作成しています:
OrganizationLocalServiceUtil.addOrganization (
userId, parentOrganizationId, name,
type, recursable, regionId, countryId,
statusId, comments, false, serviceContext);
以下は私の混乱です:
- なぜ必要なの
parentOrganizationId
ですか? - 組織とは何
status
を指しますか? - なぜ
ServiceContext
ですか?