Interface ActionableDynamicQuery
- All Known Implementing Classes:
DefaultActionableDynamicQuery,ExportActionableDynamicQuery,IndexableActionableDynamicQuery
public interface ActionableDynamicQuery
- Author:
- Brian Wing Shun Chan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidlongvoidsetAddCriteriaMethod(ActionableDynamicQuery.AddCriteriaMethod addCriteriaMethod) voidsetAddOrderCriteriaMethod(ActionableDynamicQuery.AddOrderCriteriaMethod addOrderCriteriaMethod) voidsetBaseLocalService(BaseLocalService baseLocalService) voidsetClassLoader(ClassLoader classLoader) voidsetCompanyId(long companyId) voidsetGroupId(long groupId) voidsetGroupIdPropertyName(String groupIdPropertyName) voidsetInterval(int interval) voidsetModelClass(Class<?> modelClass) voidsetParallel(boolean parallel) voidsetPerformActionMethod(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod) voidsetPerformCountMethod(ActionableDynamicQuery.PerformCountMethod performCountMethod) voidsetPrimaryKeyPropertyName(String primaryKeyPropertyName) voidsetTransactionConfig(TransactionConfig transactionConfig)
-
Method Details
-
getAddCriteriaMethod
ActionableDynamicQuery.AddCriteriaMethod getAddCriteriaMethod() -
getAddOrderCriteriaMethod
ActionableDynamicQuery.AddOrderCriteriaMethod getAddOrderCriteriaMethod() -
getPerformActionMethod
ActionableDynamicQuery.PerformActionMethod<?> getPerformActionMethod() -
getPerformCountMethod
ActionableDynamicQuery.PerformCountMethod getPerformCountMethod() -
isParallel
boolean isParallel() -
performActions
- Throws:
PortalException
-
performCount
- Throws:
PortalException
-
setAddCriteriaMethod
-
setAddOrderCriteriaMethod
void setAddOrderCriteriaMethod(ActionableDynamicQuery.AddOrderCriteriaMethod addOrderCriteriaMethod) -
setBaseLocalService
-
setClassLoader
-
setCompanyId
void setCompanyId(long companyId) -
setGroupId
void setGroupId(long groupId) -
setGroupIdPropertyName
-
setInterval
void setInterval(int interval) -
setModelClass
-
setParallel
void setParallel(boolean parallel) -
setPerformActionMethod
-
setPerformCountMethod
-
setPrimaryKeyPropertyName
-
setTransactionConfig
-