Interface AccomplishmentActionService
- All Known Implementing Classes:
AccomplishmentActionServiceImpl
Deprecated.
Used as remote service for accomplishment actions.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.static classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.callsupdateAccomplishmentsForEntity(UpdateRequest, Entity)with the selection inAccomplishmentActionService.UpdateRequest.getSelection()voidupdateAccomplishmentsForEntity(AccomplishmentActionService.UpdateRequest request, Entity sourceEntity) Deprecated.runs the update defined in theAccomplishmentActionService.UpdateRequestvoidupdateAccomplishmentsForEntityForGivenUsers(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.
-