Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Liferay Group types

Tags:

types

liferay

When I run the following sql

select distinct(type_) from Group_

I get group types 0,1,3 in my database table Group_.

What does 0 , 1 and 3 mean, and are there any other possible values?

like image 459
micheal marquiz Avatar asked Jan 18 '26 09:01

micheal marquiz


1 Answers

Got the Answer from com.liferay.portal.model.GroupConstants

TYPE_COMMUNITY_OPEN = 1,
TYPE_COMMUNITY_RESTRICTED = 2,
TYPE_COMMUNITY_PRIVATE = 3,
DEFAULT_PARENT_GROUP_ID = 0 
like image 123
micheal marquiz Avatar answered Jan 21 '26 07:01

micheal marquiz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!