Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.googleapps.GGroupOwner

Packages that use GGroupOwner
com.liferay.portal.googleapps   
com.liferay.portal.kernel.googleapps   
 

Uses of GGroupOwner in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return GGroupOwner
protected  GGroupOwner GGroupManagerImpl.getGGroupOwner(Element atomEntryElement)
           
 GGroupOwner GGroupManagerImpl.getGGroupOwner(String groupEmailAddress, String ownerEmailAddress)
           
 

Methods in com.liferay.portal.googleapps that return types with arguments of type GGroupOwner
 List<GGroupOwner> GGroupManagerImpl.getGGroupOwners(String emailAddress)
           
 

Method parameters in com.liferay.portal.googleapps with type arguments of type GGroupOwner
protected  void GGroupManagerImpl.getGGroupOwners(List<GGroupOwner> gGroupOwners, String url)
           
 

Uses of GGroupOwner in com.liferay.portal.kernel.googleapps
 

Methods in com.liferay.portal.kernel.googleapps that return GGroupOwner
 GGroupOwner GGroupManager.getGGroupOwner(String groupEmailAddress, String ownerEmailAddress)
           
 

Methods in com.liferay.portal.kernel.googleapps that return types with arguments of type GGroupOwner
 List<GGroupOwner> GGroupManager.getGGroupOwners(String emailAddress)
           
 


Liferay 6.0.5