public interface BulkActionServiceLocal extends BulkActionService, CRUDServiceLocal<BulkAction,BulkActionDTO,BulkActionData,BulkActionDataParams>
BulkActionService| Modifier and Type | Method and Description |
|---|---|
void |
markFinished(BulkAction bulkAction)
Marks the given
BulkAction as finished |
boolean |
processNext(java.lang.Long id)
Processes the next user of the bulk action with the given id, returning whether there are more users to process
or not.
|
cancel, getErrorStackTrace, getSearchData, getSearchUsersData, getStatus, search, searchUsersfind, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetData, getDataForNew, load, remove, removeAll, savevoid markFinished(BulkAction bulkAction)
BulkAction as finishedboolean processNext(java.lang.Long id)