Interface CommunityManager
-
public interface CommunityManager- Version:
- 1.0 - Jan 4 2012
- Author:
- Massimiliano Assante, massimiliano.assante@isti.cnr.it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcreateCommunity(String communityName, String communityDesc, long parentID)longcreateCommunity(String usernameCreator, String communityName, String communityDesc, GCUBESiteLayout siteLayout, long parentID)List<com.liferay.portal.model.Portlet>getGCubePortlets(String communityName)
-
-
-
Method Detail
-
createCommunity
long createCommunity(String communityName, String communityDesc, long parentID)
- Parameters:
communityName- .communityDesc- .parentID- .- Returns:
- the newly created CommunityID
-
createCommunity
long createCommunity(String usernameCreator, String communityName, String communityDesc, GCUBESiteLayout siteLayout, long parentID)
- Parameters:
usernameCreator- .communityName- .communityDesc- .siteLayout- .parentID- -- Returns:
- the newly created CommunityID
-
-