Liferay 6.0.5

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

Packages that use Tuple
com.liferay.portal.convert   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.webdav.methods   
com.liferay.portal.xmlrpc   
 

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.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
 Set<Tuple> WebDAVPropsWrapper.getPropsSet()
           
 Set<Tuple> WebDAVProps.getPropsSet()
           
static List<Tuple> ModelHintsUtil.getSanitizeTuples(String model)
           
 List<Tuple> ModelHints.getSanitizeTuples(String model)
           
 List<Tuple> ModelHintsImpl.getSanitizeTuples(String model)
           
 

Uses of Tuple in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Tuple
 Set<Tuple> WebDAVPropsImpl.getPropsSet()
           
 

Uses of Tuple in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods that return types with arguments of type Tuple
protected  Set<Tuple> PropfindMethodImpl.generateProps(Set<Tuple> props)
           
protected  Set<Tuple> PropfindMethodImpl.getProps(WebDAVRequest webDavRequest)
           
protected  Set<Tuple> ProppatchMethodImpl.processInstructions(WebDAVRequest webDavRequest)
           
 

Method parameters in com.liferay.portal.webdav.methods with type arguments of type Tuple
protected  void BasePropMethodImpl.addResponse(WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus)
           
protected  void BasePropMethodImpl.addResponse(WebDAVStorage storage, WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus, long depth)
           
protected  Set<Tuple> PropfindMethodImpl.generateProps(Set<Tuple> props)
           
protected  int BasePropMethodImpl.writeResponseXML(WebDAVRequest webDavRequest, Set<Tuple> props)
           
 

Uses of Tuple in com.liferay.portal.xmlrpc
 

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


Liferay 6.0.5