public class DeleteMembershipCmd extends Object implements Command<Void>, Serializable
DeleteMembershipCmd(String userId, String groupId)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeleteMembershipCmd(String userId, String groupId)
public Void execute(CommandContext commandContext)
execute
Command<Void>