public interface CommunityManager
| Modifier and Type | Method and Description |
|---|---|
long |
createCommunity(String communityName,
String communityDesc,
long parentID) |
long |
createCommunity(String usernameCreator,
String communityName,
String communityDesc,
GCUBESiteLayout siteLayout,
long parentID) |
List<com.liferay.portal.model.Portlet> |
getGCubePortlets(String communityName) |
long createCommunity(String communityName, String communityDesc, long parentID)
communityName - .communityDesc - .parentID - .long createCommunity(String usernameCreator, String communityName, String communityDesc, GCUBESiteLayout siteLayout, long parentID)
usernameCreator - .communityName - .communityDesc - .siteLayout - .parentID - -Copyright © 2018. All Rights Reserved.