Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.kernel.util.Tuple

Packages that use Tuple
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portlet.social.service This package defines the local and remote social related portlet service interfaces, utility and wrapper classes. 
com.liferay.portlet.usersadmin.util   
 

Uses of Tuple in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Tuple
static Tuple ModelHintsUtil.getSanitizeTuple(String model, String field)
           
 Tuple ModelHints.getSanitizeTuple(String model, String field)
           
 

Methods in com.liferay.portal.model that return types with arguments of type Tuple
static List<Tuple> ModelHintsUtil.getSanitizeTuples(String model)
           
 List<Tuple> ModelHints.getSanitizeTuples(String model)
           
static List<Tuple> ModelHintsUtil.getValidators(String model, String field)
           
 List<Tuple> ModelHints.getValidators(String model, String field)
           
 

Uses of Tuple in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return types with arguments of type Tuple
 List<Tuple> SocialActivityCounterLocalServiceWrapper.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
           
static List<Tuple> SocialActivityCounterLocalServiceUtil.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
           
 List<Tuple> SocialActivityCounterLocalService.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
           
 

Uses of Tuple in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return Tuple
static Tuple UsersAdminUtil.getOrganizations(Hits hits)
           
 Tuple UsersAdmin.getOrganizations(Hits hits)
           
static Tuple UsersAdminUtil.getUsers(Hits hits)
           
 Tuple UsersAdmin.getUsers(Hits hits)
           
 


Liferay 6.1.10-ee-ga1