|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.util.GeneralUtils
public class GeneralUtils
Contains some utils not fitting in somewhere else
Field Summary | |
---|---|
static java.util.ArrayList<java.lang.String> |
alreadyAttached
|
(package private) static java.util.ArrayList<java.lang.String> |
atomsWithHoseCode
|
(package private) static java.lang.String |
emailSignature
|
(package private) static GeneralUtils |
instance
|
(package private) static java.util.Properties |
jetspeedprops
|
static int |
MAX_HITS_TO_DISPLAY
Maximum number of hits to display |
(package private) static java.util.HashMap<java.lang.String,org.openscience.cdk.modeling.builder3d.ModelBuilder3D> |
mb3d
|
static java.util.Properties |
nmrprops
Description of the Field |
(package private) static org.apache.log4j.Category |
nmrshiftdbLogger
|
static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.Integer,java.util.ArrayList<ValueTriple>>> |
spectramap
|
(package private) static org.apache.log4j.Logger |
sqlLogger
|
Constructor Summary | |
---|---|
private |
GeneralUtils()
Constructor for the GeneralUtils object (private since only static methods) |
Method Summary | |
---|---|
static void |
addToStructureHistory(java.lang.String mdl,
javax.servlet.http.HttpSession session)
Adds an mdl file to the StructureHistory |
static org.xmlcml.cml.element.CMLCml |
assignCML(org.xmlcml.cml.element.CMLCml cmlcml)
Doeas an assignemnt for a spectrum and molecule. |
static java.lang.String |
checkAgainstCdk(DBMolecule mol)
Checks if the values of the C spectra of a certain DBMolecule are inside the CDK prediction range. |
static java.lang.String |
escape(java.lang.String text)
Prepares a string for sql quersis by escaping " and ' and \ |
static java.lang.String |
escapeForHtml(java.lang.String text)
Description of the Method |
static java.util.ArrayList<java.lang.String> |
executeSearch(java.util.ArrayList searchHistory,
int[] searches,
StringAndInt chiralMessage,
java.util.ArrayList<java.lang.Double> similarities,
boolean calculatedonly,
boolean measuredonly,
org.apache.turbine.util.RunData runData,
java.lang.String path,
boolean not,
boolean andor,
boolean otherspecified,
java.util.List spectrumTypes,
boolean logtosql)
Executes searches from the searchHistory. |
static java.lang.String |
generateInchi(java.lang.String mdl)
Generates in inchi for a mol file via cambridge web service. |
static java.lang.String |
generateInchiKey(java.lang.String mdl)
Generates in inchi key for a mol file via chemspider web service. |
static java.lang.String |
getAdminEmail(org.apache.turbine.util.RunData runData)
Gets the adminEmail from TurbineRessources.properties |
static java.lang.String |
getAdminEmail(javax.servlet.ServletConfig config)
Gets the adminEmail from TurbineRessources.properties |
static java.lang.String |
getAsXMLString(java.lang.Object obj)
Gets an object as an JSX XML String. |
static java.util.ArrayList<java.lang.String> |
getAtomsWithHoseCode()
Gets a ArrayList containing all element symbols from isotope table except H. |
private static org.openscience.cdk.io.IChemObjectReader |
getChemObjectReader(java.lang.String file)
Gets a chemObjectReader for a file. |
static int |
getDigitsAfterComma(float value)
Tells how many digits after the comma (or .) a float has got. |
static java.lang.String |
getEmailSignature(org.apache.turbine.util.RunData runData)
Gets a standard email signature. |
static DBMolecule |
getExistingMolecule(org.openscience.cdk.interfaces.IMolecule molWithHCount,
org.openscience.cdk.interfaces.IMolecule molWithH,
boolean[] isDoubleBondSpecified,
javax.servlet.ServletConfig servcon,
java.lang.String molecule,
StringAndStringAndBoolean ssb)
Tells if a molecule is already in the DB |
static java.lang.Object |
getFromXMLString(java.lang.String xmlString)
Gets an object from an JSX xml string. |
static GeneralUtils |
getInstance()
|
static java.util.Properties |
getJetspeedprops()
|
static java.util.Map<java.lang.Float,java.lang.Float> |
getMatchingSearchShift(java.util.List originalSpectrum,
java.util.List searchSpectrum,
double similaritypersignal,
java.util.Vector unused,
boolean doMultiplicityMatch)
Creates a map with shifts as keys and the nearest match in the search spectrum as value |
static org.openscience.cdk.modeling.builder3d.ModelBuilder3D |
getModelBuilder(java.lang.String ff)
Gets the modelBuilder attribute of the GeneralUtils class |
static java.lang.String |
getMultiplicity(int multiplicity,
boolean totalname)
Returns a letter multiplicity from an int. |
static java.lang.String |
getNmrshiftdbProperty(java.lang.String property)
Gets a property from the NMRSHiftDB.properties file (the nmrprops argument needs to be set before!). |
static java.lang.String |
getNmrshiftdbProperty(java.lang.String property,
org.apache.turbine.util.RunData runData)
Gets a property from the NMRSHiftDB.properties file |
static java.lang.String |
getNmrshiftdbProperty(java.lang.String property,
javax.servlet.ServletConfig servcon)
Gets a property from the NMRSHiftDB.properties file |
private static java.util.List |
getPathList(java.io.File f)
break a path down into individual elements and add to a list. |
static java.lang.String |
getRelativePath(java.io.File home,
java.io.File f)
get relative path of File 'f' with respect to 'home' directory example : home = /a/b/c f = /a/d/e/x.txt s = getRelativePath(home,f) = ../../d/e/x.txt |
static java.lang.String |
getShort(java.lang.String input)
|
static java.lang.String |
getShortInChI(java.lang.String input)
|
static java.lang.String |
getSmtpServer(org.apache.turbine.util.RunData runData)
Gets the smtpServer from TurbineRessources.properties |
static java.lang.String |
getSmtpServer(javax.servlet.ServletConfig config)
Gets the smtpServer from TurbineRessources.properties |
static java.util.ArrayList |
getVectorWithSessionBindingAttributeFromSession(javax.servlet.http.HttpSession session,
java.lang.String attribute)
Gets an ArrayListWithSessionBinding attribute from the session |
static void |
initProps(javax.servlet.ServletConfig servcon)
|
static java.lang.String |
logError(java.lang.Throwable ex,
java.lang.String message,
org.apache.turbine.util.RunData data,
boolean critical)
Logs an error |
static void |
logToSql(java.lang.String message,
org.apache.turbine.util.RunData runData)
Logs something to the sql log file |
static void |
makeJpg(java.lang.String mol,
java.lang.String filename,
javax.servlet.ServletConfig servletConfig,
int width,
int height,
boolean drawnumbers)
Makes a jpeg out of a mol file. |
static java.lang.String |
makeSimpleSpecfile(java.lang.String specfile,
boolean dropIntensity)
Removes atom numbers from a specfile string. |
private static java.lang.String |
matchPathLists(java.util.List r,
java.util.List f)
figure out a string representing the relative path of 'f' with respect to 'r' |
static void |
parseJcamp(SubmittingData subData,
java.lang.String jcamp,
org.apache.turbine.util.RunData runData,
java.lang.String mode)
Parses a jcmap file to a submittingData object. |
static java.util.ArrayList<ValueTriple> |
parseSpectrum(DBSpectrum spectrum)
|
private static java.lang.String |
processChemFile(org.openscience.cdk.interfaces.IChemFile chemFile)
|
private static void |
processChemFile(org.openscience.cdk.interfaces.IChemFile chemFile,
java.lang.StringBuffer messages,
org.apache.turbine.util.RunData data,
java.lang.String attributename)
Tries to read a chemfile via cdk to a cdk molecule, which is set to the session with attributename as key. |
private static java.lang.String |
processChemModel(org.openscience.cdk.interfaces.IChemModel chemModel)
|
private static void |
processChemModel(org.openscience.cdk.interfaces.IChemModel chemModel,
java.lang.StringBuffer messages,
org.apache.turbine.util.RunData data,
java.lang.String attributename)
Tries to read a chemmodel via cdk to a cdk molecule, which is set to the session with attributename as key. |
static void |
processFileItem(org.apache.turbine.util.upload.FileItem fi,
java.lang.StringBuffer messages,
org.apache.turbine.util.RunData data,
java.lang.String attributename)
Tries to read a FileItem via cdk to a cdk molecule, which is set to the session with attributename as key. |
static java.lang.String |
readToMol(java.lang.String input)
|
static java.lang.StringBuffer |
removeLastComma(java.lang.StringBuffer s)
Removes the last character from a string buffer if it is a , or ;. |
static java.lang.String |
replace(java.lang.String str,
java.lang.String pattern,
java.lang.String replace)
Replaces a string in a string with another string |
static java.lang.String |
resolveNameFromPubchem(java.lang.String name)
Converts any sort of name into an InChI using Pubchem. |
static org.openscience.cdk.interfaces.IMolecule |
saturate(org.openscience.cdk.interfaces.IMolecule cdkmol)
saturates a molecule with (implicit) protons and bonds. |
static org.apache.jetspeed.om.security.turbine.TurbineUser |
selectReviewer(org.apache.jetspeed.om.security.turbine.TurbineUser user)
Selects a reviewer |
static boolean |
sendEmailToEventReceivers(java.lang.String header,
java.lang.String body,
org.apache.turbine.util.RunData runData,
int error)
Sends an email to all admineventreceiver role owners |
static void |
serializeSubdata(SubmittingData subData,
javax.servlet.ServletConfig servcon)
|
static void |
setJetspeedprops(java.util.Properties jetspeedprops)
|
private static float |
similarity(java.util.ArrayList al1,
java.util.ArrayList al2,
boolean isSubSpectrum)
|
static void |
zipDir(java.io.File zipDir,
java.util.zip.ZipOutputStream zos,
java.io.File rawdatadir)
Recursivly zips a directory in an zipoutputstream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Properties nmrprops
public static final int MAX_HITS_TO_DISPLAY
static org.apache.log4j.Logger sqlLogger
static org.apache.log4j.Category nmrshiftdbLogger
static java.util.Properties jetspeedprops
static java.lang.String emailSignature
static java.util.ArrayList<java.lang.String> atomsWithHoseCode
static java.util.HashMap<java.lang.String,org.openscience.cdk.modeling.builder3d.ModelBuilder3D> mb3d
static GeneralUtils instance
public static java.util.ArrayList<java.lang.String> alreadyAttached
public static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.Integer,java.util.ArrayList<ValueTriple>>> spectramap
Constructor Detail |
---|
private GeneralUtils()
Method Detail |
---|
public static GeneralUtils getInstance()
public static java.lang.String getAdminEmail(org.apache.turbine.util.RunData runData) throws java.io.IOException
runData
- The RunData object
java.io.IOException
- Error reading filepublic static java.lang.String getShort(java.lang.String input)
public static java.lang.String getShortInChI(java.lang.String input)
public static java.util.ArrayList<java.lang.String> getAtomsWithHoseCode() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic static java.lang.String getAdminEmail(javax.servlet.ServletConfig config) throws java.io.IOException
config
- Teh servletConfig object
java.io.IOException
- Error reading filepublic static java.lang.String getSmtpServer(org.apache.turbine.util.RunData runData) throws java.io.IOException
runData
- The RunData object
java.io.IOException
- Error reading filepublic static java.lang.String getSmtpServer(javax.servlet.ServletConfig config) throws java.io.IOException
config
- Description of Parameter
java.io.IOException
- Error reading filepublic static java.util.ArrayList getVectorWithSessionBindingAttributeFromSession(javax.servlet.http.HttpSession session, java.lang.String attribute)
session
- The current sessionattribute
- Description of Parameter
public static java.lang.String getNmrshiftdbProperty(java.lang.String property, javax.servlet.ServletConfig servcon) throws java.io.FileNotFoundException, java.io.IOException
property
- The property to getservcon
- The current ServletConfig object
java.io.FileNotFoundException
- Properties file not found
java.io.IOException
- Could not read properties filepublic static void initProps(javax.servlet.ServletConfig servcon) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public static java.lang.String getNmrshiftdbProperty(java.lang.String property) throws java.io.FileNotFoundException, java.io.IOException
property
- The property to get
java.io.FileNotFoundException
- Properties file not found
java.io.IOException
- Could not read properties filepublic static java.lang.String getNmrshiftdbProperty(java.lang.String property, org.apache.turbine.util.RunData runData) throws java.io.FileNotFoundException, java.io.IOException
property
- The property to getrunData
- The current RunData object
java.io.FileNotFoundException
- Properties file not found
java.io.IOException
- Could not read properties filepublic static DBMolecule getExistingMolecule(org.openscience.cdk.interfaces.IMolecule molWithHCount, org.openscience.cdk.interfaces.IMolecule molWithH, boolean[] isDoubleBondSpecified, javax.servlet.ServletConfig servcon, java.lang.String molecule, StringAndStringAndBoolean ssb) throws java.io.IOException, java.lang.Exception
molWithHCount
- The mol without the HsmolWithH
- With HsisDoubleBondSpecified
- The ArrayList indicating if double bond orientations are specified as needed for SmilesGenerator, null if none is specifiedservcon
- The current ServletConfigmolecule
- The mdl filessb
- Description of Parameter
java.io.IOException
- Problems reading properties files
java.lang.Exception
- Database problemspublic static java.lang.String getEmailSignature(org.apache.turbine.util.RunData runData) throws java.io.IOException
runData
- Ther runData object.
java.io.IOException
- Problems reading properties.public static java.lang.String getAsXMLString(java.lang.Object obj) throws java.io.IOException
obj
- The object to serialize.
java.io.IOException
- IO problems.public static java.lang.Object getFromXMLString(java.lang.String xmlString) throws java.io.IOException, java.lang.ClassNotFoundException
xmlString
- The xml string.
java.io.IOException
- IO problem.
java.lang.ClassNotFoundException
- The class to create must be found.public static java.lang.String getMultiplicity(int multiplicity, boolean totalname)
multiplicity
- The mult to translate.totalname
- true=long name, false=one letter name.
public static int getDigitsAfterComma(float value)
value
- The float to axamine.
public static org.openscience.cdk.modeling.builder3d.ModelBuilder3D getModelBuilder(java.lang.String ff) throws org.openscience.cdk.exception.CDKException
ff
- Description of Parameter
org.openscience.cdk.exception.CDKException
- Description of Exceptionpublic static java.lang.StringBuffer removeLastComma(java.lang.StringBuffer s)
s
- The string buffer to deal with.
public static java.lang.String logError(java.lang.Throwable ex, java.lang.String message, org.apache.turbine.util.RunData data, boolean critical)
ex
- The thrown excpetionmessage
- Some individual messagedata
- The current RunData
public static boolean sendEmailToEventReceivers(java.lang.String header, java.lang.String body, org.apache.turbine.util.RunData runData, int error)
header
- The header of the emailbody
- The body of the emailrunData
- The runData objecterror
- Is this an error or an info message (0=info, 1=non-critical error, 2=error)
public static org.apache.jetspeed.om.security.turbine.TurbineUser selectReviewer(org.apache.jetspeed.om.security.turbine.TurbineUser user) throws java.lang.Exception
user
- The user currently logged in
java.lang.Exception
- Description of Exceptionpublic static void addToStructureHistory(java.lang.String mdl, javax.servlet.http.HttpSession session) throws org.openscience.cdk.exception.CDKException
mdl
- The mdl to be addedsession
- The current session
org.openscience.cdk.exception.CDKException
public static void logToSql(java.lang.String message, org.apache.turbine.util.RunData runData) throws java.lang.Exception
message
- The message to logrunData
- The runData object
java.lang.Exception
- Description of Exceptionpublic static java.lang.String replace(java.lang.String str, java.lang.String pattern, java.lang.String replace)
str
- The string in which replacing has to take placepattern
- The pattern to replacereplace
- The string the pattern has to be replaced with
public static java.lang.String checkAgainstCdk(DBMolecule mol) throws java.io.IOException, java.lang.Exception
mol
- The CDMolecule to check.
java.io.IOException
- Problems with serialisation.
java.lang.Exception
- Database problems.public static java.lang.String makeSimpleSpecfile(java.lang.String specfile, boolean dropIntensity)
specfile
- The original specfile.dropIntensity
- true=also drop intensities if they are zero.
public static java.lang.String escape(java.lang.String text)
text
- The text to be escaped
public static java.lang.String escapeForHtml(java.lang.String text)
text
- Description of Parameter
private static float similarity(java.util.ArrayList al1, java.util.ArrayList al2, boolean isSubSpectrum)
public static java.util.ArrayList<ValueTriple> parseSpectrum(DBSpectrum spectrum) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.Map<java.lang.Float,java.lang.Float> getMatchingSearchShift(java.util.List originalSpectrum, java.util.List searchSpectrum, double similaritypersignal, java.util.Vector unused, boolean doMultiplicityMatch)
originalSpectrum
- The original spectrumsearchSpectrum
- The search spectrumsimilaritypersignal
- Description of Parameterunused
- Description of Parameter
public static java.util.ArrayList<java.lang.String> executeSearch(java.util.ArrayList searchHistory, int[] searches, StringAndInt chiralMessage, java.util.ArrayList<java.lang.Double> similarities, boolean calculatedonly, boolean measuredonly, org.apache.turbine.util.RunData runData, java.lang.String path, boolean not, boolean andor, boolean otherspecified, java.util.List spectrumTypes, boolean logtosql) throws NmrshiftdbException, java.lang.Exception
searches
- The searches to execute. Each figure in searches means the search in this position in sarchHistory will be executed, all searches are AND linked.searchHistory
- The search history.chiralMessage
- Return messages about chiral/non-chiral structure search.similarities
- Holds similarites (as Doubles) in case similarity search was done (must be empty ArrayList).calculatedonly
- Search only calculated spectra.measuredonly
- Search only measured spectra.runData
- Current runData, null if used in client.path
- Description of Parameternot
- Description of Parameterandor
- Description of Parameterotherspecified
- Description of Parameter
java.lang.Exception
- Database problems
NmrshiftdbException
- Description of Exceptionpublic static void parseJcamp(SubmittingData subData, java.lang.String jcamp, org.apache.turbine.util.RunData runData, java.lang.String mode) throws java.io.IOException, org.jcamp.parser.JCAMPException, NmrshiftdbException, java.lang.Exception
subData
- The signalstable of this will be filled.jcamp
- The path to the file to read.
java.io.IOException
- Description of Exception
org.jcamp.parser.JCAMPException
- Description of Exception
NmrshiftdbException
- Description of Exception
java.lang.Exception
- Description of Exceptionpublic static void processFileItem(org.apache.turbine.util.upload.FileItem fi, java.lang.StringBuffer messages, org.apache.turbine.util.RunData data, java.lang.String attributename)
fi
- The FileItem to read.messages
- Error messages get appended here.data
- The current runDataattributename
- The key for the session.public static java.lang.String generateInchi(java.lang.String mdl) throws java.lang.Exception
mdl
- The mdl to generate for.
java.lang.Exception
- Description of Exceptionpublic static java.lang.String resolveNameFromPubchem(java.lang.String name) throws java.io.IOException
name
- The name
java.io.IOException
- Probelems reading from pubchem.public static java.lang.String generateInchiKey(java.lang.String mdl) throws java.lang.Exception
mdl
- The mdl to generate for.
java.lang.Exception
- Description of Exceptionpublic static void makeJpg(java.lang.String mol, java.lang.String filename, javax.servlet.ServletConfig servletConfig, int width, int height, boolean drawnumbers) throws java.lang.Exception
mol
- The mol file.filename
- The file to write the jpeg toservletConfig
- The current servlet configuration.width
- Width of jpeg.height
- Height of jpegdrawnumbers
- Should numbers be contained=
java.lang.Exception
- Description of Exceptionpublic static org.openscience.cdk.interfaces.IMolecule saturate(org.openscience.cdk.interfaces.IMolecule cdkmol) throws java.lang.Exception
cdkmol
- The molecule to saturate.
java.lang.Exception
- Description of Exceptionpublic static void zipDir(java.io.File zipDir, java.util.zip.ZipOutputStream zos, java.io.File rawdatadir) throws java.io.IOException
zipDir
- The directory.zos
- The stream
java.io.IOException
- Description of Exceptionprivate static java.util.List getPathList(java.io.File f)
f
- input file
private static java.lang.String matchPathLists(java.util.List r, java.util.List f)
r
- home pathf
- path of filepublic static java.lang.String getRelativePath(java.io.File home, java.io.File f)
home
- base path, should be a directory, not a file, or it doesn't make sensef
- file to generate path for
private static org.openscience.cdk.io.IChemObjectReader getChemObjectReader(java.lang.String file) throws java.io.IOException
file
- The file.
java.io.IOException
- Description of Exceptionprivate static void processChemFile(org.openscience.cdk.interfaces.IChemFile chemFile, java.lang.StringBuffer messages, org.apache.turbine.util.RunData data, java.lang.String attributename)
chemFile
- The chemfile.messages
- Error messages get appended here.data
- The current runDataattributename
- The key for the session.private static void processChemModel(org.openscience.cdk.interfaces.IChemModel chemModel, java.lang.StringBuffer messages, org.apache.turbine.util.RunData data, java.lang.String attributename)
chemModel
- The chemModel to read.messages
- Error messages get appended here.data
- The current runDataattributename
- The key for the session.public static java.lang.String readToMol(java.lang.String input) throws java.lang.Exception
java.lang.Exception
private static java.lang.String processChemFile(org.openscience.cdk.interfaces.IChemFile chemFile) throws java.lang.Exception
java.lang.Exception
private static java.lang.String processChemModel(org.openscience.cdk.interfaces.IChemModel chemModel) throws java.lang.Exception
java.lang.Exception
public static java.util.Properties getJetspeedprops()
public static void setJetspeedprops(java.util.Properties jetspeedprops)
public static void serializeSubdata(SubmittingData subData, javax.servlet.ServletConfig servcon) throws java.io.IOException
java.io.IOException
public static org.xmlcml.cml.element.CMLCml assignCML(org.xmlcml.cml.element.CMLCml cmlcml) throws java.lang.Exception
cmlcml
- The input
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |