public class GetNumberOfUsersOfActor extends java.lang.Object implements TransactionContentWithResult<java.lang.Long>
| Constructor and Description |
|---|
GetNumberOfUsersOfActor(ActorMappingService actorMappingService,
long actorId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.lang.Long |
getResult() |
public GetNumberOfUsersOfActor(ActorMappingService actorMappingService, long actorId)
public void execute()
execute in interface TransactionContentpublic java.lang.Long getResult()
getResult in interface TransactionContentWithResult<java.lang.Long>