Interface CommunityManager


  • public interface CommunityManager
    Version:
    1.0 - Jan 4 2012
    Author:
    Massimiliano Assante, massimiliano.assante@isti.cnr.it
    • 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
      • getGCubePortlets

        List<com.liferay.portal.model.Portlet> getGCubePortlets​(String communityName)
        Parameters:
        communityName - -
        Returns:
        list of belonging portlet