Class ExternalDatabaseWebUtils

java.lang.Object
ubic.gemma.web.util.ExternalDatabaseWebUtils

public class ExternalDatabaseWebUtils extends Object
Extends ExternalDatabaseUtils with web-specific utilities.
Author:
poirigui
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getLogo(ubic.gemma.model.common.description.ExternalDatabase externalDatabase)
    Obtain the path to the logo image for a given external database.
    static String
    getLogo(ubic.gemma.model.common.description.ExternalDatabaseValueObject externalDatabase)
    Obtain the path to the logo image for a given external database.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalDatabaseWebUtils

      public ExternalDatabaseWebUtils()
  • Method Details

    • getLogo

      @Nullable public static String getLogo(ubic.gemma.model.common.description.ExternalDatabase externalDatabase)
      Obtain the path to the logo image for a given external database.
    • getLogo

      @Nullable public static String getLogo(ubic.gemma.model.common.description.ExternalDatabaseValueObject externalDatabase)
      Obtain the path to the logo image for a given external database.