Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery.PerformActionMethod

Packages that use ActionableDynamicQuery.PerformActionMethod
com.liferay.portal.kernel.dao.orm   
com.liferay.portlet.ratings.transformer   
 

Uses of ActionableDynamicQuery.PerformActionMethod in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return ActionableDynamicQuery.PerformActionMethod
 ActionableDynamicQuery.PerformActionMethod<?> DefaultActionableDynamicQuery.getPerformActionMethod()
           
 ActionableDynamicQuery.PerformActionMethod<?> ActionableDynamicQuery.getPerformActionMethod()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type ActionableDynamicQuery.PerformActionMethod
 void DefaultActionableDynamicQuery.setPerformActionMethod(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod)
           
 void ActionableDynamicQuery.setPerformActionMethod(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod)
           
 

Uses of ActionableDynamicQuery.PerformActionMethod in com.liferay.portlet.ratings.transformer
 

Methods in com.liferay.portlet.ratings.transformer that return ActionableDynamicQuery.PerformActionMethod
 ActionableDynamicQuery.PerformActionMethod<RatingsEntry> RatingsDataTransformer.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.
 


Liferay 7.0-ce-b4