com.liferay.portal.kernel.dao.orm
Interface ActionableDynamicQuery
- All Known Implementing Classes:
- DefaultActionableDynamicQuery, ExportActionableDynamicQuery, IndexableActionableDynamicQuery
public interface ActionableDynamicQuery
getAddCriteriaMethod
ActionableDynamicQuery.AddCriteriaMethod getAddCriteriaMethod()
getAddOrderCriteriaMethod
ActionableDynamicQuery.AddOrderCriteriaMethod getAddOrderCriteriaMethod()
getPerformActionMethod
ActionableDynamicQuery.PerformActionMethod<?> getPerformActionMethod()
getPerformCountMethod
ActionableDynamicQuery.PerformCountMethod getPerformCountMethod()
isParallel
boolean isParallel()
performActions
void performActions()
throws PortalException
- Throws:
PortalException
performCount
long performCount()
throws PortalException
- Throws:
PortalException
setAddCriteriaMethod
void setAddCriteriaMethod(ActionableDynamicQuery.AddCriteriaMethod addCriteriaMethod)
setAddOrderCriteriaMethod
void setAddOrderCriteriaMethod(ActionableDynamicQuery.AddOrderCriteriaMethod addOrderCriteriaMethod)
setBaseLocalService
void setBaseLocalService(BaseLocalService baseLocalService)
setClass
@Deprecated
void setClass(Class<?> clazz)
- Deprecated. As of 7.0.0, replaced by
setModelClass(Class)
setClassLoader
void setClassLoader(ClassLoader classLoader)
setCompanyId
void setCompanyId(long companyId)
setGroupId
void setGroupId(long groupId)
setGroupIdPropertyName
void setGroupIdPropertyName(String groupIdPropertyName)
setInterval
void setInterval(int interval)
setModelClass
void setModelClass(Class<?> modelClass)
setParallel
void setParallel(boolean parallel)
setPerformActionMethod
void setPerformActionMethod(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod)
setPerformCountMethod
void setPerformCountMethod(ActionableDynamicQuery.PerformCountMethod performCountMethod)
setPrimaryKeyPropertyName
void setPrimaryKeyPropertyName(String primaryKeyPropertyName)
setTransactionConfig
void setTransactionConfig(TransactionConfig transactionConfig)