org.gcube.application.aquamaps.images
Class Common
java.lang.Object
org.gcube.application.aquamaps.images.Common
public class Common
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPECIES_PARAM
public static final String SPECIES_PARAM
- See Also:
- Constant Field Values
IMAGE_JPEG
public static final String IMAGE_JPEG
- See Also:
- Constant Field Values
SCOPE_PROP
public static final String SCOPE_PROP
- See Also:
- Constant Field Values
SUITABLE_PROP
public static final String SUITABLE_PROP
- See Also:
- Constant Field Values
SUITABLE_2050_PROP
public static final String SUITABLE_2050_PROP
- See Also:
- Constant Field Values
NATIVE_PROP
public static final String NATIVE_PROP
- See Also:
- Constant Field Values
NATIVE_2050_PROP
public static final String NATIVE_2050_PROP
- See Also:
- Constant Field Values
HELP_FILE
public static final String HELP_FILE
- See Also:
- Constant Field Values
IMAGE_NOT_FOUND_FILE
public static final String IMAGE_NOT_FOUND_FILE
- See Also:
- Constant Field Values
FETCH_ROUTINE_INTERVAL_MINUTES
public static final String FETCH_ROUTINE_INTERVAL_MINUTES
- See Also:
- Constant Field Values
Common
public Common()
get
public static Common get()
getAMInterface
public org.gcube.application.aquamaps.aquamapsservice.stubs.wrapper.AquaMapsServiceInterface getAMInterface()
throws Exception
- Throws:
Exception
getSuitableMap
public InputStream getSuitableMap(String scientificName)
throws SQLException,
ImageNotFoundException,
MalformedURLException,
IOException
- Throws:
SQLException
ImageNotFoundException
MalformedURLException
IOException
getSuitable2050Map
public InputStream getSuitable2050Map(String scientificName)
throws SQLException,
ImageNotFoundException,
MalformedURLException,
IOException
- Throws:
SQLException
ImageNotFoundException
MalformedURLException
IOException
getNativeMap
public InputStream getNativeMap(String scientificName)
throws SQLException,
ImageNotFoundException,
MalformedURLException,
IOException
- Throws:
SQLException
ImageNotFoundException
MalformedURLException
IOException
getNative2050Map
public InputStream getNative2050Map(String scientificName)
throws SQLException,
ImageNotFoundException,
MalformedURLException,
IOException
- Throws:
SQLException
ImageNotFoundException
MalformedURLException
IOException
getSpeciesPicture
public InputStream getSpeciesPicture(String scientificName)
throws SQLException,
ImageNotFoundException,
MalformedURLException,
IOException
- Throws:
SQLException
ImageNotFoundException
MalformedURLException
IOException
getImageNotFound
public InputStream getImageNotFound()
getHelpStream
public InputStream getHelpStream()
getDao
public com.j256.ormlite.dao.Dao<SpeciesInfo,String> getDao()
getProperty
public String getProperty(String property)
setLastCompletedUpdate
public void setLastCompletedUpdate(Long lastCompletedUpdate)
getLastCompletedUpdate
public Long getLastCompletedUpdate()
Copyright © 2013. All Rights Reserved.