How to get global (company) group id in Liferay?

前端 未结 4 1246
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-08 04:27

How to get the global (company) group id in Liferay without accessing ThemeDisplay?

P.S.: with ThemeDisplay it is simple: themeDisplay.ge

4条回答
  •  别那么骄傲
    2021-02-08 04:43

    You can use the following :

    GroupLocalServiceUtil.getCompanyGroup(PortalUtil.getDefaultCompanyId()).getGroupId();
    

提交回复
热议问题