Liferay 6.1.2-ce-ga3

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

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

Uses of GNickname in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return GNickname
protected  GNickname GNicknameManagerImpl.getGNickname(Element atomEntryElement)
           
 GNickname GNicknameManagerImpl.getGNickname(String nickname)
           
 

Methods in com.liferay.portal.googleapps that return types with arguments of type GNickname
 List<GNickname> GNicknameManagerImpl.getGNicknames()
           
 

Method parameters in com.liferay.portal.googleapps with type arguments of type GNickname
protected  void GNicknameManagerImpl.getGNicknames(List<GNickname> gNicknames, String url)
           
 

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

Methods in com.liferay.portal.kernel.googleapps that return GNickname
 GNickname GNicknameManager.getGNickname(String nickname)
           
 

Methods in com.liferay.portal.kernel.googleapps that return types with arguments of type GNickname
 List<GNickname> GNicknameManager.getGNicknames()
           
 


Liferay 6.1.2-ce-ga3