V3_9.java [src/java/d/crlmod/managementImport] Revision: default  Date:
/*
 *
 * This file is part of the Cloud Services Integration Platform (CSIP),
 * a Model-as-a-Service framework, API, and application suite.
 *
 * 2012-2024, OMSLab, Colorado State University.
 *
 * OMSLab licenses this file to you under the MIT license.
 * See the LICENSE file in the project root for more information.
 */
package d.crlmod.managementImport;

import crlmod.ServiceResources;
import static crlmod.ServiceResources.*;
import csip.api.server.ServiceException;
import csip.annotations.*;
import java.sql.Connection;
import java.util.LinkedHashMap;
import java.util.Map;
import javax.ws.rs.Path;

/**
 *
 * @author Lucas Yaege
 */
@Name("management Import")
@Description("Management import service for the CRLMOD_2019 Database")
@VersionInfo("3.9")
@Path("d/managementImport/3.9")
@Resource(from = ServiceResources.class)
public class V3_9 extends V2_0 {

  @Override
  protected String getJDBCId() {
    return CR_LMOD_2019_ID;
  }

}