Uses of Interface
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery.PerformActionMethod
Packages that use ActionableDynamicQuery.PerformActionMethod
-
Uses of ActionableDynamicQuery.PerformActionMethod in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that return ActionableDynamicQuery.PerformActionMethodModifier and TypeMethodDescriptionActionableDynamicQuery.getPerformActionMethod()
DefaultActionableDynamicQuery.getPerformActionMethod()
Methods in com.liferay.portal.kernel.dao.orm with parameters of type ActionableDynamicQuery.PerformActionMethodModifier and TypeMethodDescriptionvoid
ActionableDynamicQuery.setPerformActionMethod
(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod) void
DefaultActionableDynamicQuery.setPerformActionMethod
(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod) -
Uses of ActionableDynamicQuery.PerformActionMethod in com.liferay.ratings.kernel.transformer
Methods in com.liferay.ratings.kernel.transformer that return ActionableDynamicQuery.PerformActionMethodModifier and TypeMethodDescriptionRatingsDataTransformer.transformRatingsData
(RatingsType fromRatingsType, RatingsType toRatingsType) Defines the transformations to be applied on a ratings entry when the ratings type is changed from the previous ratings type to the new ratings type.