public interface BulkActionService extends CRUDService<BulkActionDTO,BulkActionData,BulkActionDataParams>
| Modifier and Type | Method and Description |
|---|---|
int |
cancel(java.lang.Long bulkActionId)
Cancels a running bulk action, returning the number of users that were effectively canceled
|
java.lang.String |
getErrorStackTrace(java.lang.Long bulkActionUserId)
Returns the error stack trace for the given bulk action user.
|
BulkActionsSearchData |
getSearchData()
Returns data for searching bulk actions
|
BulkActionSearchUsersData |
getSearchUsersData(BulkActionDataParams params)
Returns data for searching users to run a bulk action over them
|
BulkActionStatusVO |
getStatus(java.lang.Long id)
Returns the current status of this bulk action counter of users for the bulk action with the given id
|
Page<BulkActionVO> |
search(BulkActionQuery params)
Searches for already executed bulk actions
|
Page<BulkActionUserVO> |
searchUsers(BulkActionUserQuery params)
Searches for users affected by a bulk action
|
getData, getDataForNew, load, remove, removeAll, saveint cancel(@NotNull
java.lang.Long bulkActionId)
throws FrameworkException
FrameworkExceptionjava.lang.String getErrorStackTrace(@NotNull
java.lang.Long bulkActionUserId)
throws FrameworkException
FrameworkExceptionBulkActionsSearchData getSearchData() throws FrameworkException
FrameworkExceptionBulkActionSearchUsersData getSearchUsersData(BulkActionDataParams params) throws FrameworkException
FrameworkExceptionBulkActionStatusVO getStatus(@NotNull java.lang.Long id) throws FrameworkException
FrameworkExceptionPage<BulkActionVO> search(@NotNull BulkActionQuery params) throws FrameworkException
FrameworkExceptionPage<BulkActionUserVO> searchUsers(@NotNull BulkActionUserQuery params) throws FrameworkException
FrameworkException