kamCatalogDao = new KAMCatalogDao(dbConnection,
syscfg.getKamCatalogSchema(), syscfg.getKamSchemaPrefix());
}
if (command == Command.IMPORT || command == Command.EXPORT) {
pkamService = new DefaultPKAMSerializationService(
dbservice, kamSchemaService);
}
}