Liferay 6.0-ee-sp2

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

Packages that use Tuple
com.liferay.portal.model   
com.liferay.portlet.enterpriseadmin.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)
           
 

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

Methods in com.liferay.portlet.enterpriseadmin.util that return Tuple
static Tuple EnterpriseAdminUtil.getOrganizations(Hits hits)
           
 Tuple EnterpriseAdmin.getOrganizations(Hits hits)
           
static Tuple EnterpriseAdminUtil.getUsers(Hits hits)
           
 Tuple EnterpriseAdmin.getUsers(Hits hits)
           
 


Liferay 6.0-ee-sp2