Uses of Class
com.liferay.portal.kernel.util.Tuple
Packages that use Tuple
Package
Description
This package defines the kernel exceptions.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of Tuple in com.liferay.asset.kernel.model
Methods in com.liferay.asset.kernel.model that return TupleModifier and TypeMethodDescriptionprotected Tuple
BaseAssetRendererFactory.toTuple
(ClassTypeField classTypeField) -
Uses of Tuple in com.liferay.portal.kernel.exception
Methods in com.liferay.portal.kernel.exception that return types with arguments of type TupleMethod parameters in com.liferay.portal.kernel.exception with type arguments of type TupleModifier and TypeMethodDescriptionvoid
LayoutPrototypeException.setMissingLayoutPrototypes
(List<Tuple> missingLayoutPrototypes) Constructor parameters in com.liferay.portal.kernel.exception with type arguments of type Tuple -
Uses of Tuple in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return TupleModifier and TypeMethodDescriptionModelHints.getSanitizeTuple
(String model, String field) static Tuple
ModelHintsUtil.getSanitizeTuple
(String model, String field) Methods in com.liferay.portal.kernel.model that return types with arguments of type TupleModifier and TypeMethodDescriptionModelHints.getSanitizeTuples
(String model) ModelHintsUtil.getSanitizeTuples
(String model) ModelHints.getValidators
(String model, String field) ModelHintsUtil.getValidators
(String model, String field) -
Uses of Tuple in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service that return types with arguments of type TupleModifier and TypeMethodDescriptionSocialActivityCounterLocalService.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.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.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.