Tabnine Logo
BioSource2xmlCommons.getInstance
Code IndexAdd Tabnine to your IDE (free)

How to use
getInstance
method
in
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.BioSource2xmlCommons

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGenerator.BioSource2xmlCommons.getInstance (Showing top 20 results out of 315)

origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateHostOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getHostOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Store in the cache the XML representation related to the given BioSource instance.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we wanted to comvert to XML.
 * @param element   The DOM root (as an Element) of the XML representation of the given BioSource.
 */
private static void updateOrganismCache( UserSessionDownload session, BioSource bioSource, Element element ) {
  Map cache = session.getOrganismCache();
  BioSource2xmlCommons.getInstance().updateCache( cache, bioSource, element );
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Checks if the given BioSource has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given BioSource, or null if it hasn't been
 *         generated  yet.
 */
private static Element getOrganismFromCache( UserSessionDownload session, BioSource bioSource ) {
  Map cache = session.getOrganismCache();
  return BioSource2xmlCommons.getInstance().getXmlFromCache( cache, bioSource );
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Checks if the given BioSource has already been generated as XML content. <br> If so, that content is cloned which
 * is faster than recreating it.
 *
 * @param session   the user session in which the cache is stored.
 * @param bioSource the bioSource we want to check.
 *
 * @return the XML representation (as the root of a DOM tree) of the given BioSource, or null if it hasn't been
 *         generated  yet.
 */
private static Element getHostOrganismFromCache( UserSessionDownload session, BioSource bioSource ) {
  Map cache = session.getHostOrganismCache();
  return BioSource2xmlCommons.getInstance().getXmlFromCache( cache, bioSource );
}
uk.ac.ebi.intact.application.dataConversion.psiDownload.xmlGeneratorBioSource2xmlCommonsgetInstance

Popular methods of BioSource2xmlCommons

  • getXmlFromCache
    Checks if the given BioSource has already been generated as XML content. If so, that content is clo
  • updateCache
    Store in the cache the XML representation related to the given BioSource instance.

Popular in Java

  • Start an intent from android
  • setContentView (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • putExtra (Intent)
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now