Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Liferay 6.1 の組織内にサブ組織を作成したいと考えています。
これを達成するために私を導いてください。
よろしく、ディネシュ。
サブ組織を作成するには、このコード スニペットを使用できます
OrganizationLocalServiceUtil.addOrganization ( userId, parentOrganizationId, name, type, recursable, regionId, countryId, statusId, comments, false, serviceContext);
注:-サブ組織を親組織にリンクするには、parentOrganizationId を渡します。
HTH