Interface ActionableDynamicQuery
- All Known Implementing Classes:
DefaultActionableDynamicQuery
,ExportActionableDynamicQuery
,IndexableActionableDynamicQuery
public interface ActionableDynamicQuery
- Author:
- Brian Wing Shun Chan
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
long
void
setAddCriteriaMethod
(ActionableDynamicQuery.AddCriteriaMethod addCriteriaMethod) void
setAddOrderCriteriaMethod
(ActionableDynamicQuery.AddOrderCriteriaMethod addOrderCriteriaMethod) void
setBaseLocalService
(BaseLocalService baseLocalService) void
setClassLoader
(ClassLoader classLoader) void
setCompanyId
(long companyId) void
setGroupId
(long groupId) void
setGroupIdPropertyName
(String groupIdPropertyName) void
setInterval
(int interval) void
setModelClass
(Class<?> modelClass) void
setParallel
(boolean parallel) void
setPerformActionMethod
(ActionableDynamicQuery.PerformActionMethod<?> performActionMethod) void
setPerformCountMethod
(ActionableDynamicQuery.PerformCountMethod performCountMethod) void
setPrimaryKeyPropertyName
(String primaryKeyPropertyName) void
setTransactionConfig
(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
-