Fórum

how to get group id

Mohamed Faisal, modificado 10 Anos atrás.

how to get group id

Junior Member Postagens: 90 Data de Entrada: 12/08/09 Postagens Recentes
Hi,
I have created instance. In this I need to get default group id(10180).
If we give 'themeDisplay.getScopeGroupId()' , it will give current instace Id.
I have kept one portlet in the new instance. I need to get groupid 101810 here.
How to achieve this.

Regards,
Faisal
thumbnail
Ramkumar Chandran, modificado 10 Anos atrás.

RE: how to get group id

Junior Member Postagens: 28 Data de Entrada: 15/11/11 Postagens Recentes
long groupId = themeDisplay.getLayout().getGroupId();


use this to get group id

ramkumar
thumbnail
Jitendra Rajput, modificado 10 Anos atrás.

RE: how to get group id

Liferay Master Postagens: 875 Data de Entrada: 07/01/11 Postagens Recentes
try with

themeDisplay.getCompanyGroupId()