Liferay 6.1.2-ce-ga3

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

Packages that use GGroup
com.liferay.portal.googleapps   
com.liferay.portal.kernel.googleapps   
com.liferay.portal.kernel.googleapps.comparator   
 

Uses of GGroup in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return GGroup
protected  GGroup GGroupManagerImpl.getGGroup(Element atomEntryElement)
           
 GGroup GGroupManagerImpl.getGGroup(String emailAddress)
           
 

Methods in com.liferay.portal.googleapps that return types with arguments of type GGroup
 List<GGroup> GGroupManagerImpl.getGGroups()
           
 List<GGroup> GGroupManagerImpl.getGGroups(long userId, boolean directOnly)
           
 

Method parameters in com.liferay.portal.googleapps with type arguments of type GGroup
protected  void GGroupManagerImpl.getGGroups(List<GGroup> gGroups, String url)
           
 

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

Methods in com.liferay.portal.kernel.googleapps that return GGroup
 GGroup GGroupOwner.getGGroup()
           
 GGroup GGroupMember.getGGroup()
           
 GGroup GGroupManager.getGGroup(String emailAddress)
           
 

Methods in com.liferay.portal.kernel.googleapps that return types with arguments of type GGroup
 List<GGroup> GGroupManager.getGGroups()
           
 List<GGroup> GGroupManager.getGGroups(long userId, boolean directOnly)
           
 

Methods in com.liferay.portal.kernel.googleapps with parameters of type GGroup
 void GGroupOwner.setGGroup(GGroup gGroup)
           
 void GGroupMember.setGGroup(GGroup gGroup)
           
 

Uses of GGroup in com.liferay.portal.kernel.googleapps.comparator
 

Methods in com.liferay.portal.kernel.googleapps.comparator with parameters of type GGroup
 int GGroupEmailAddressComparator.compare(GGroup user1, GGroup user2)
           
 int GGroupNameComparator.compare(GGroup user1, GGroup user2)
           
 


Liferay 6.1.2-ce-ga3