Interface AccomplishmentActionService
- All Known Implementing Classes:
AccomplishmentActionServiceImpl
Deprecated.
Used as remote service for accomplishment actions.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.callsupdateAccomplishmentsForEntity(UpdateRequest, Entity)
with the selection inAccomplishmentActionService.UpdateRequest.getSelection()
void
updateAccomplishmentsForEntity
(AccomplishmentActionService.UpdateRequest request, Entity sourceEntity) Deprecated.runs the update defined in theAccomplishmentActionService.UpdateRequest
void
updateAccomplishmentsForEntityForGivenUsers
(AccomplishmentActionService.UpdateRequest request, Entity sourceEntity, Set<PrimaryKey> users) Deprecated.runs the update defined in theAccomplishmentActionService.UpdateRequest
-
Method Details
-
updateAccomplishments
void updateAccomplishments(AccomplishmentActionService.UpdateRequest request) throws InterruptedException Deprecated.callsupdateAccomplishmentsForEntity(UpdateRequest, Entity)
with the selection inAccomplishmentActionService.UpdateRequest.getSelection()
- Throws:
InterruptedException
-
updateAccomplishmentsForEntity
void updateAccomplishmentsForEntity(AccomplishmentActionService.UpdateRequest request, Entity sourceEntity) Deprecated.runs the update defined in theAccomplishmentActionService.UpdateRequest
- Parameters:
request
- the config to use when updating accomplishmentssourceEntity
- the entity to run the update against
-
updateAccomplishmentsForEntityForGivenUsers
void updateAccomplishmentsForEntityForGivenUsers(AccomplishmentActionService.UpdateRequest request, Entity sourceEntity, Set<PrimaryKey> users) Deprecated.runs the update defined in theAccomplishmentActionService.UpdateRequest
- Parameters:
request
- the config to use when updating accomplishmentssourceEntity
- the entity to run the update againstusers
- users for which the accomplishments should be created
-
deleteAccomplishments
Deprecated.
-