Class UpdateAuthClient
java.lang.Object
com.cloudimpl.outstack.runtime.EntityCommandHandler<AuthClient,com.cloudimpl.outstack.spring.service.AuthClientCommand,AuthClient>
com.cloudimpl.outstack.spring.service.UpdateAuthClient
- All Implemented Interfaces:
CommandHandler<AuthClient>,Handler<AuthClient>
public class UpdateAuthClient extends EntityCommandHandler<AuthClient,com.cloudimpl.outstack.spring.service.AuthClientCommand,AuthClient>
- Author:
- nuwan
-
Field Summary
Fields inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
cmdType, entityType, OK -
Constructor Summary
Constructors Constructor Description UpdateAuthClient() -
Method Summary
Modifier and Type Method Description protected AuthClientexecute(EntityContext<AuthClient> context, com.cloudimpl.outstack.spring.service.AuthClientCommand command)Methods inherited from class com.cloudimpl.outstack.runtime.EntityCommandHandler
apply, emit, getTenantRequirement, OK, validateInputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UpdateAuthClient
public UpdateAuthClient()
-
-
Method Details
-
execute
protected AuthClient execute(EntityContext<AuthClient> context, com.cloudimpl.outstack.spring.service.AuthClientCommand command)- Specified by:
executein classEntityCommandHandler<AuthClient,com.cloudimpl.outstack.spring.service.AuthClientCommand,AuthClient>
-