Liferay 7.0-ce-b4

com.liferay.portal.repository.capabilities.util
Class GroupServiceAdapter

java.lang.Object
  extended by com.liferay.portal.repository.capabilities.util.GroupServiceAdapter

public class GroupServiceAdapter
extends Object


Constructor Summary
GroupServiceAdapter(GroupLocalService groupLocalService)
           
GroupServiceAdapter(GroupLocalService groupLocalService, GroupService groupService)
           
 
Method Summary
static GroupServiceAdapter create(DocumentRepository documentRepository)
           
 Group getGroup(long groupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupServiceAdapter

public GroupServiceAdapter(GroupLocalService groupLocalService)

GroupServiceAdapter

public GroupServiceAdapter(GroupLocalService groupLocalService,
                           GroupService groupService)
Method Detail

create

public static GroupServiceAdapter create(DocumentRepository documentRepository)

getGroup

public Group getGroup(long groupId)
               throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4