Liferay 7.0-ce-b8 portal-impl

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(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
           
GroupServiceAdapter(com.liferay.portal.kernel.service.GroupLocalService groupLocalService, com.liferay.portal.kernel.service.GroupService groupService)
           
 
Method Summary
static GroupServiceAdapter create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository)
           
 com.liferay.portal.kernel.model.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(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)

GroupServiceAdapter

public GroupServiceAdapter(com.liferay.portal.kernel.service.GroupLocalService groupLocalService,
                           com.liferay.portal.kernel.service.GroupService groupService)
Method Detail

create

public static GroupServiceAdapter create(com.liferay.portal.kernel.repository.DocumentRepository documentRepository)

getGroup

public com.liferay.portal.kernel.model.Group getGroup(long groupId)
                                               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b8 portal-impl