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