Liferay 6.2-ce-ga5

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

Packages that use Tuple
com.liferay.portal This package defines the common portal exceptions. 
com.liferay.portal.convert   
com.liferay.portal.kernel.search   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.tools.sourceformatter   
com.liferay.portal.xmlrpc   
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.asset   
com.liferay.portlet.journal.asset   
com.liferay.portlet.journal.util   
com.liferay.portlet.portletconfiguration.action   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.usersadmin.util   
com.liferay.taglib.ui   
 

Uses of Tuple in com.liferay.portal
 

Methods in com.liferay.portal that return types with arguments of type Tuple
 List<Tuple> LayoutPrototypeException.getMissingLayoutPrototypes()
           
 

Method parameters in com.liferay.portal with type arguments of type Tuple
 void LayoutPrototypeException.setMissingLayoutPrototypes(List<Tuple> missingLayoutPrototypes)
           
 

Constructor parameters in com.liferay.portal with type arguments of type Tuple
LayoutPrototypeException(List<Tuple> missingLayoutPrototypes)
           
 

Uses of Tuple in com.liferay.portal.convert
 

Methods in com.liferay.portal.convert that return Tuple
protected  Tuple ConvertDatabase.getTableDetails(Class<?> implClass, Field tableField, String tableFieldVar)
           
 

Uses of Tuple in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type Tuple
 List<Tuple> SearchResult.getFileEntryTuples()
           
 

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)
           
 Tuple ModelHintsImpl.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)
           
 List<Tuple> ModelHintsImpl.getSanitizeTuples(String model)
           
static List<Tuple> ModelHintsUtil.getValidators(String model, String field)
           
 List<Tuple> ModelHints.getValidators(String model, String field)
           
 List<Tuple> ModelHintsImpl.getValidators(String model, String field)
           
 

Uses of Tuple in com.liferay.portal.tools.sourceformatter
 

Methods in com.liferay.portal.tools.sourceformatter that return Tuple
 Tuple SourceFormatter.format(String fileName)
           
protected  Tuple JavaSourceProcessor.getCombinedLines(String line, String previousLine, int lineTabCount, int previousLineTabCount)
           
protected  Tuple JavaSourceProcessor.getJavaTermTuple(String line, String content, int index, int numLines, int maxLines)
           
 

Uses of Tuple in com.liferay.portal.xmlrpc
 

Methods in com.liferay.portal.xmlrpc that return Tuple
static Tuple XmlRpcParser.parseMethod(String xml)
           
 

Uses of Tuple in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type Tuple
 List<Tuple> BaseAssetRendererFactory.getClassTypeFieldNames(long classTypeId, Locale locale, int start, int end)
           
 List<Tuple> AssetRendererFactory.getClassTypeFieldNames(long classTypeId, Locale locale, int start, int end)
           
protected  List<Tuple> BaseAssetRendererFactory.getDDMStructureFieldNames(DDMStructure ddmStructure, Locale locale)
           
 

Uses of Tuple in com.liferay.portlet.documentlibrary.asset
 

Methods in com.liferay.portlet.documentlibrary.asset that return types with arguments of type Tuple
 List<Tuple> DLFileEntryAssetRendererFactory.getClassTypeFieldNames(long classTypeId, Locale locale, int start, int end)
           
 

Uses of Tuple in com.liferay.portlet.journal.asset
 

Methods in com.liferay.portlet.journal.asset that return types with arguments of type Tuple
 List<Tuple> JournalArticleAssetRendererFactory.getClassTypeFieldNames(long classTypeId, Locale locale, int start, int end)
           
 

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

Methods in com.liferay.portlet.journal.util that return Tuple
static Tuple JournalUtil.getArticles(Hits hits)
           
 

Uses of Tuple in com.liferay.portlet.portletconfiguration.action
 

Methods in com.liferay.portlet.portletconfiguration.action that return Tuple
protected  Tuple EditScopeAction.getNewScope(ActionRequest actionRequest)
           
 

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

Methods in com.liferay.portlet.social.service that return types with arguments of type Tuple
static List<Tuple> SocialActivityCounterLocalServiceUtil.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
          Returns the range of tuples that contain users and a list of activity counters.
 List<Tuple> SocialActivityCounterLocalService.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
          Returns the range of tuples that contain users and a list of activity counters.
 List<Tuple> SocialActivityCounterLocalServiceWrapper.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
          Returns the range of tuples that contain users and a list of activity counters.
 

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

Methods in com.liferay.portlet.social.service.impl that return types with arguments of type Tuple
 List<Tuple> SocialActivityCounterLocalServiceImpl.getUserActivityCounters(long groupId, String[] rankingNames, String[] selectedNames, int start, int end)
          Returns the range of tuples that contain users and a list of activity counters.
 

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

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

Uses of Tuple in com.liferay.taglib.ui
 

Method parameters in com.liferay.taglib.ui with type arguments of type Tuple
 void AppViewSearchEntryTag.setFileEntryTuples(List<Tuple> fileEntryTuples)
           
 


Liferay 6.2-ce-ga5