|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.openscience.nmrshiftdb.om.BaseDBMolecule
org.openscience.nmrshiftdb.om.DBMolecule
public class DBMolecule
You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
Field Summary | |
---|---|
(package private) org.openscience.cdk.interfaces.IRingSet |
allrings
|
(package private) java.lang.String |
autonomeName
|
(package private) org.openscience.cdk.interfaces.IMolecule |
cdkMolecule
|
(package private) org.openscience.cdk.interfaces.IMolecule |
cdkMoleculeWithoutHs
|
(package private) org.openscience.cdk.interfaces.IMolecule |
cdkMoleculeWithoutHsAndCount
|
(package private) DBAtom[] |
dbatoms
|
(package private) java.lang.String |
filename
|
(package private) long[] |
fppro
|
(package private) java.util.List |
keywordsVector
|
double |
maxsimilarity
Description of the Field |
(package private) int |
setid
|
Fields inherited from class org.openscience.nmrshiftdb.om.BaseDBMolecule |
---|
collDBAtoms, collDBBookmarks, collDBCanonicalNames, collDBChemicalNames, collDBMoleculeDBKeywords, collDBMoleculeHyperlinks, collDBSamples, collDBSpectrums, collDBWishlists |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBMolecule()
Constructor for the DBMolecule object |
|
DBMolecule(org.openscience.cdk.interfaces.IMolecule mol,
org.openscience.cdk.interfaces.IMolecule molWithH,
java.util.Date now,
java.lang.String casNumber,
int userKey,
java.lang.String smilesNonChiral,
java.lang.String smilesChiral,
boolean isChiral,
int numberOfAtomsInMdl,
org.openscience.cdk.tools.MFAnalyser mfa,
org.openscience.cdk.interfaces.IRingSet allrings,
int sssr)
Constructor for the DBMolecule object |
Method Summary | |
---|---|
org.openscience.cdk.interfaces.IMolecule |
addCdkCoords(java.sql.Connection conn,
org.openscience.cdk.interfaces.IMolecule mol,
int[] atoms)
Adds 3d coords from cdk modelbuilder3d to this molecule. |
private java.lang.String |
addSymbolToFormula(java.util.SortedMap sm,
java.lang.String symbol,
java.lang.String formula,
boolean withFormat)
Adds an element to a chemical formual string |
void |
addValuesToSubmittingData(SubmittingData subData,
DBSpectrum spectrum,
boolean no3d)
Adds values of an existing molecule to a SubmittingData object. |
java.util.List |
containsDoubleBondsSpecified()
Tells if any double bond is specified in this molecule |
void |
delete(java.sql.Connection dbconn)
Deletes this molecule plus all associated rows (including spectra, independent of review flag). |
org.openscience.cdk.interfaces.IMolecule |
getAsCDKMolecule(int setid)
Gets this molecule as a CDK Molecule object, with all Hs. |
static org.openscience.cdk.interfaces.IMolecule |
getAsCDKMolecule(int molid,
int coordinateSetId)
Gets a molecule with a certain ID a CDK Molecule object, with all Hs. |
org.openscience.cdk.interfaces.IMolecule |
getAsCDKMoleculeAsEntered(int setid,
boolean setImplicitHydrogens)
Gets this molecule as a cdk molecule with explicit hs as painted by user. |
static org.openscience.cdk.interfaces.IMolecule |
getAsCDKMoleculeFromId(int molid)
Gets a molecule as a cdk molecule with the user input coordinates, with all Hs. |
org.openscience.cdk.interfaces.IMolecule |
getAsCDKMoleculeWithAny3d()
Gets this molecule as a CDK Molecule object, with 3d coordinates, if any, or null. |
org.openscience.cdk.interfaces.IMolecule |
getAsCDKMoleculeWithoutH()
Gets this molecule as a CDK Molecule object without the Hs |
org.openscience.cdk.interfaces.IMolecule |
getAsCDKMoleculeWithoutHAndCount()
Gets this molecule as a CDK Molecule object without the Hs and h counts. |
DBAtom |
getAtomAt(int i)
Gets the atom with mdl number i. |
DBAtom |
getAtomByHoseCode(java.lang.String hc)
Gets an atom of this molecule with a HOSE code starting with hc. |
DBAtom[] |
getAtomsAsArrayInMdlOrder()
Gets the atoms of this molecule as Array In Order of mdl numbers. |
static DBAtom[] |
getAtomsAsArrayInMdlOrder(int molid,
java.util.HashMap map)
Gets the atoms of a molecule as Array In Order of mdl numbers. |
DBAtom[] |
getAtomsAsArrayInMdlOrderWithoutHs()
Gets the atoms of this molecule as Array In Order of mdl numbers without Hs. |
static DBAtom[] |
getAtomsAsArrayInMdlOrderWithoutHs(int molid,
java.util.HashMap map)
Gets the atoms of a molecule as Array In Order of mdl numbers without the Hs. |
java.lang.String |
getAutonomeName()
Gets the autonomeName attribute of the DBMolecule object |
java.util.List |
getBonds()
Gets all DBBond objects connected with this DBMolecule |
java.lang.String |
getCanonicalName()
Gets the canonicalName of the DBMolecule object as a string, the names shortened and with a link to complete name. |
java.lang.String |
getCanonicalNameNormal()
Gets the canonicalName of the DBMolecule object as a string |
java.lang.String |
getChemicalNamesAsOneString(boolean escapeForHtml)
Gets the chemical names of the DBMolecule object as one string with ; seperation |
java.lang.String |
getChemicalNamesAsOneString(boolean escapeForHtml,
boolean cr)
Gets the chemical names of the DBMolecule object as one string with either ; or \n\r seperation. |
java.lang.String |
getChemicalNamesAsOneStringWithCR(boolean escapeForHtml)
Gets the chemical names of the DBMolecule object as one string mit /n/r seperation |
java.lang.String |
getChemicalNamesAsOneStringWithFallback()
Gets the chemical names of the DBMolecule object as one string with either ; seperation and fallback to canonicalname/smiles. |
java.lang.String |
getChemicalNamesMaxChars()
Gets the chemicalNamesMaxChars attribute of the DBMolecule object |
java.lang.String |
getChemicalNamesOrId()
Gets the chemicalNames or, if empty, the id attribute of the DBMolecule object. |
nu.xom.Element |
getCML(int setid)
Gets this molecule as CML, with Hs as entered. |
nu.xom.Element |
getCML(int setid,
boolean withh)
Gets this molecule as CML. |
java.lang.String |
getCMLString(int setid)
Gets this molecule as CML as a string. |
java.lang.String |
getCommentAsOneString()
Gets the comments of all spectra of this molecule as one string with ; seperation |
java.lang.String |
getCondition(java.lang.String conditionName)
Gets the conditions of a certain type of the spectra of this molecule. |
java.util.List |
getCoordinateSetNames()
Gets the coordinateSetNames attribute of the DBMolecule object |
DBWishlist |
getDBWishlist(int pk)
|
java.lang.String |
getEasylink(javax.servlet.http.HttpServletRequest req)
Gets a link for imediate display of this molecule. |
java.lang.String |
getFilename()
Gets the filename attribute of the DBMolecule object |
int |
getIdOfUnreviewedSpectrum(NmrshiftdbUser user)
Gets the id of an unreviewed spectrum of this molecule assigned to a certain user. |
java.lang.String |
getInchi()
Gets the inchi (from db, not generatad) for this molecule. |
java.lang.String |
getIsomerLinks(java.lang.String lastaction,
java.lang.String molnumber,
java.lang.String startmolecule,
javax.servlet.http.HttpSession session)
Builds a link to isomers of this molecule. |
java.lang.String |
getKeywords()
Gets the keywords of the DBMolecule object as one string with ; seperation |
java.lang.String |
getKeywords(boolean separatedByNewline)
Gets the keywords of the DBMolecule object as one string with ; or \n\r seperation. |
java.util.List |
getLinks()
Gets the links of the DBMolecule object |
java.lang.String |
getLinksAsString()
Gets the links+their descriptoin of the DBMolecule object as one string with one links+description in one line |
java.lang.String |
getLiteratureAsOneString()
Gets the literature attributes of all spectra of the DBMolecule object as one string with ; seperation |
java.lang.String |
getMolecularFormula(boolean withFormat)
Gets the molecular formula of the DBMolecule object. |
float |
getMolecularWeightFloat()
Get the MolecularWeight |
java.lang.String |
getMoleculeKeywordsAsOneString()
Gets the keywords of the DBMolecule object as one string with ; seperation |
java.lang.String |
getMoleculeKeywordsAsOneString(java.lang.String separator)
Gets the keywords of the DBMolecule object as one string with a given seperation |
java.lang.String |
getMoleculeLinksAsOneString()
Gets the description of the links of the DBMolecule object as one string with ; seperation |
java.lang.String |
getMySpectraInscription(org.apache.turbine.om.security.User user)
Gets the inscription of the result field if a user wants to see his spectra |
java.util.List<java.util.List<java.lang.Integer>> |
getNewMoleculeIdsOfOldSpectra()
Gets the current moleculeIds of all spectra, which were once assigned to this molecule and have been edited and are now assigned to another spectrum. |
int |
getNumberOfNonHAtoms()
Gets the number of non-H atoms of the DBMolecule object |
java.lang.String |
getSmilesStringChiralStr()
Gets the smilesStringChiral attribute of the DBMolecule object as a string. |
java.lang.String |
getSmilesStringStr()
Gets the smilesString attribute of the DBMolecule object as a string. |
java.lang.String |
getSpectrumIds()
Gets a string with the ids of all valid spectra of this molecule |
java.lang.String |
getSpectrumKeywordsAsOneString()
Gets the keywords of all spectra of the DBMolecule object as one string with ; seperation |
java.lang.String |
getSpectrumLinksAsOneString()
Gets the links of all spectra of the DBMolecule object as one string with ; seperation |
java.lang.String |
getStructureFile(int setid,
boolean fallback)
Gets this molecule as an MDL mol file, with Hs entered by user as explicit Hs, with no sdfields. |
java.lang.String |
getStructureFile(int setid,
java.util.Map map,
boolean fallback)
Gets this molecule as an MDL mol file, with Hs entered by user as explicit Hs. |
void |
handleFingerprints1()
Sets fingerprints to 0 and saves old values. |
void |
handleFingerprints2(java.sql.Connection dbconn)
Inserts fingerprint values from handleFingerprints1 via a prepared statement. |
boolean |
hasAny3d()
|
boolean |
hasCoordinates(int setid)
Tells if a coordinateset with setid exists. |
boolean |
isChiral()
Tells if this molecule contains any valid chirality (i. |
void |
save()
A save which handles fingerprints via prepared statements, avoiding sql problems. |
void |
save(java.sql.Connection dbconn)
A save which handles fingerprints via prepared statements, avoiding sql problems. |
java.util.List |
selectNonHAtoms()
Gets the non-H atoms of the DBMolecule |
java.util.List |
selectSpectra()
Gets the DBSpectra associated with this DBMolecule (reviewed as true) |
java.util.List |
selectSpectra(int editSpectrum)
Gets the DBSpectra associated with this DBMolecule (reviewed as true) except one given by editSpectrum. |
java.util.Vector |
selectSpectra(long fingerprint)
Gets the DBSpectra associated with this DBMolecule and matching a fingerprint |
java.util.List |
selectSpectraByUser(org.apache.jetspeed.om.security.turbine.TurbineUser turbineUser,
boolean trueOnly)
Gets the DBSpectra of a certain user associated with this DBMolecule (reviewed as true, false, rejected) |
void |
setFingerprint()
Sets the fingerprint values of the DBMolecule object, taking the molecule from db. |
void |
setFingerprint(org.openscience.cdk.interfaces.IMolecule mol)
Sets the fingerprint values of the DBMolecule object. |
Methods inherited from class org.apache.torque.om.BaseObject |
---|
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.torque.om.Persistent |
---|
getPrimaryKey, isModified, isNew, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
Field Detail |
---|
public double maxsimilarity
org.openscience.cdk.interfaces.IMolecule cdkMolecule
int setid
org.openscience.cdk.interfaces.IMolecule cdkMoleculeWithoutHs
org.openscience.cdk.interfaces.IMolecule cdkMoleculeWithoutHsAndCount
java.lang.String filename
DBAtom[] dbatoms
long[] fppro
java.util.List keywordsVector
java.lang.String autonomeName
org.openscience.cdk.interfaces.IRingSet allrings
Constructor Detail |
---|
public DBMolecule()
public DBMolecule(org.openscience.cdk.interfaces.IMolecule mol, org.openscience.cdk.interfaces.IMolecule molWithH, java.util.Date now, java.lang.String casNumber, int userKey, java.lang.String smilesNonChiral, java.lang.String smilesChiral, boolean isChiral, int numberOfAtomsInMdl, org.openscience.cdk.tools.MFAnalyser mfa, org.openscience.cdk.interfaces.IRingSet allrings, int sssr) throws java.lang.Exception
mol
- The molecule without Hs.molWithH
- The molecule with Hs.now
- Save time.casNumber
- cas number.nmrshiftdbnr
- nmrshiftdb number.userKey
- UserId of submitting user.smilesNonChiral
- The non chiral smiles.smilesChiral
- The chiral smiles.isChiral
- Is the molecule chiral.numberOfAtomsInMdl
- atom count of molecule.mfa
- an mfa of this molecule.
java.lang.Exception
- Description of Exception.Method Detail |
---|
public static org.openscience.cdk.interfaces.IMolecule getAsCDKMoleculeFromId(int molid) throws java.lang.Exception
molid
- The id of the molecule to return.
java.lang.Exception
- Database problems.public static org.openscience.cdk.interfaces.IMolecule getAsCDKMolecule(int molid, int coordinateSetId) throws org.apache.torque.TorqueException, java.io.OptionalDataException, java.io.IOException, com.workingdogs.village.DataSetException
molid
- The id of the molecule to be build.coordinateSetId
- The coordinate set type id of the coordinate to include.
org.apache.torque.TorqueException
- Database problems.
java.io.IOException
java.io.OptionalDataException
com.workingdogs.village.DataSetException
public static DBAtom[] getAtomsAsArrayInMdlOrder(int molid, java.util.HashMap map) throws org.apache.torque.TorqueException
molid
- The molecule of which the atoms are wished.map
- This map gets filled with (atomId, mdl number) pairs if !=null.
org.apache.torque.TorqueException
- Database problems.public static DBAtom[] getAtomsAsArrayInMdlOrderWithoutHs(int molid, java.util.HashMap map) throws java.lang.Exception
molid
- The molecule of which the atoms are wished.map
- This map gets filled with (atomId, mdl number) pairs if !=null.
java.lang.Exception
- Database problems.public DBAtom getAtomAt(int i) throws java.lang.Exception
i
- atom number to find
java.lang.Exception
public void setFingerprint() throws org.apache.torque.TorqueException, org.openscience.cdk.exception.CDKException
java.lang.Exception
- Description of Exception,
org.apache.torque.TorqueException
org.openscience.cdk.exception.CDKException
public void setFingerprint(org.openscience.cdk.interfaces.IMolecule mol) throws org.apache.torque.TorqueException
mol
- The cdk molecule of this molecule
java.lang.Exception
- Description of Exception.
org.apache.torque.TorqueException
public java.lang.String getAutonomeName() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic int getNumberOfNonHAtoms() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.util.List getLinks() throws java.lang.Exception
java.lang.Exception
- Database problemspublic java.lang.String getChemicalNamesAsOneString(boolean escapeForHtml) throws java.lang.Exception
escapeForHtml
- true=make html code of ' and ", false=esacpe them with \
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getChemicalNamesAsOneString(boolean escapeForHtml, boolean cr) throws org.apache.torque.TorqueException
escapeForHtml
- true=make html code of ' and ", false=esacpe them with \.cr
- true=use \n\r, false=use ;.
org.apache.torque.TorqueException
- Something wrong with reading database.public java.lang.String getChemicalNamesAsOneStringWithFallback() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Something wrong with reading databasepublic java.lang.String getChemicalNamesMaxChars() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic java.lang.String getMoleculeLinksAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getMoleculeKeywordsAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getMoleculeKeywordsAsOneString(java.lang.String separator) throws java.lang.Exception
separator
- The separation character
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getSpectrumKeywordsAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getLiteratureAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getCommentAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getSpectrumLinksAsOneString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getChemicalNamesAsOneStringWithCR(boolean escapeForHtml) throws java.lang.Exception
escapeForHtml
- true=make html code of ' and ", false=esacpe them with \
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getLinksAsString() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getKeywords() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getKeywords(boolean separatedByNewline) throws java.lang.Exception
separatedByNewline
- true=use \n\r, false=use ;.
java.lang.Exception
- Something wrong with reading database.public java.lang.String getCanonicalNameNormal() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Description of Exceptionpublic java.lang.String getCanonicalName() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic java.util.List getBonds() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.lang.String getMySpectraInscription(org.apache.turbine.om.security.User user) throws java.lang.Exception
user
- The user logged in
java.lang.Exception
- Database problemspublic org.openscience.cdk.interfaces.IMolecule getAsCDKMolecule(int setid) throws org.apache.torque.TorqueException, java.io.OptionalDataException, java.io.IOException, com.workingdogs.village.DataSetException
setid
- The coordinate set id of coordinate set to use..
org.apache.torque.TorqueException
- Database problems.
java.io.IOException
java.io.OptionalDataException
com.workingdogs.village.DataSetException
public org.openscience.cdk.interfaces.IMolecule getAsCDKMoleculeWithAny3d() throws org.apache.torque.TorqueException, java.io.OptionalDataException, java.io.IOException, com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
- Database problems.
com.workingdogs.village.DataSetException
java.io.IOException
java.io.OptionalDataException
public java.lang.String getStructureFile(int setid, boolean fallback) throws org.apache.torque.TorqueException
setid
- The coordinate set id of coordinate set to use.fallbak
- true=use coord set 1 if coord setid do not exist, false=fail.
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public java.lang.String getStructureFile(int setid, java.util.Map map, boolean fallback) throws org.apache.torque.TorqueException
setid
- The coordinate set id of coordinate set to use.map
- Data to put in the file as sd fields.fallbak
- true=use coord set 1 if coord setid do not exist, false=fail.
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public boolean hasCoordinates(int setid) throws org.apache.torque.TorqueException
setid
- The coordinate set id of coordinate set to look for.
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public nu.xom.Element getCML(int setid, boolean withh) throws org.xmlcml.cml.base.CMLException, java.lang.Exception
setid
- The coordinate set to usewithh
- Shall implicit hs be reported?
java.lang.Exception
- Database problems.
org.xmlcml.cml.base.CMLException
- Description of Exceptionpublic nu.xom.Element getCML(int setid) throws org.xmlcml.cml.base.CMLException, java.lang.Exception
java.lang.Exception
- Database problems.
org.xmlcml.cml.base.CMLException
- Description of Exceptionpublic java.lang.String getCMLString(int setid) throws javax.xml.transform.TransformerConfigurationException, javax.xml.transform.TransformerException, org.xmlcml.cml.base.CMLException, java.lang.Exception
java.lang.Exception
- Database problems.
javax.xml.transform.TransformerConfigurationException
- Description of Exception
javax.xml.transform.TransformerException
- Description of Exception
org.xmlcml.cml.base.CMLException
- Description of Exceptionpublic org.openscience.cdk.interfaces.IMolecule getAsCDKMoleculeWithoutHAndCount() throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.Exception
java.io.IOException
- Description of Exception
java.lang.ClassNotFoundException
- Description of Exception
java.lang.Exception
- Description of Exceptionpublic org.openscience.cdk.interfaces.IMolecule getAsCDKMoleculeWithoutH() throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.Exception
java.io.IOException
- Description of Exception
java.lang.ClassNotFoundException
- Description of Exception
java.lang.Exception
- Description of Exceptionpublic java.lang.String getCondition(java.lang.String conditionName) throws java.lang.Exception
conditionName
- The condition type the conditions should be of.
java.lang.Exception
- Database problems.public java.lang.String getChemicalNamesOrId() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic DBAtom[] getAtomsAsArrayInMdlOrder() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Database problems.public DBAtom[] getAtomsAsArrayInMdlOrderWithoutHs() throws java.lang.Exception
java.lang.Exception
- Database problems.public java.lang.String getMolecularFormula(boolean withFormat) throws java.lang.Exception
withFormat
- true=formula gets formatted with html, false=plain text.
java.lang.Exception
- Description of Exceptionpublic java.lang.String getFilename()
public int getIdOfUnreviewedSpectrum(NmrshiftdbUser user) throws java.lang.Exception
user
- The user the spectrum should be assigned to.
java.lang.Exception
- Database problems.public java.lang.String getIsomerLinks(java.lang.String lastaction, java.lang.String molnumber, java.lang.String startmolecule, javax.servlet.http.HttpSession session) throws java.lang.Exception
lastaction
- The current action parameter.molnumber
- The current molnumber parameter, used for display of resultsPortlet.startmolecule
- The current startmolecule parameter, used for display of resultsPortlet.
java.lang.Exception
- Database problems.public java.lang.String getSmilesStringStr()
public java.lang.String getSmilesStringChiralStr()
public boolean isChiral()
public java.lang.String getEasylink(javax.servlet.http.HttpServletRequest req)
req
- The current requst.
public DBAtom getAtomByHoseCode(java.lang.String hc) throws java.lang.Exception
hc
- The HOSE code start wished.
java.lang.Exception
- Description of Exception.public java.util.List getCoordinateSetNames() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic java.util.List selectSpectra() throws org.apache.torque.TorqueException
java.lang.Exception
- Something wrong with reading database
org.apache.torque.TorqueException
public java.util.List selectSpectra(int editSpectrum) throws org.apache.torque.TorqueException
editSpectrum
- The spectrum to be ignored, null if nothing to ignore.
java.lang.Exception
- Something wrong with reading database.
org.apache.torque.TorqueException
public java.util.List selectSpectraByUser(org.apache.jetspeed.om.security.turbine.TurbineUser turbineUser, boolean trueOnly) throws org.apache.torque.TorqueException
turbineUser
- The user of whom the spectra are to be selectedtrueOnly
- Select only spectra reviewed as true.
org.apache.torque.TorqueException
- Something wrong with reading databasepublic java.util.Vector selectSpectra(long fingerprint) throws org.apache.torque.TorqueException
fingerprint
- The fingerprint to search by
java.lang.Exception
- Something wrong with reading database
org.apache.torque.TorqueException
public java.util.List selectNonHAtoms() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.util.List containsDoubleBondsSpecified() throws java.lang.Exception
java.lang.Exception
- Database problemspublic void delete(java.sql.Connection dbconn) throws java.lang.Exception
dbconn
- The connection to use.
java.lang.Exception
- Database problems.public void addValuesToSubmittingData(SubmittingData subData, DBSpectrum spectrum, boolean no3d) throws java.io.IOException, java.lang.Exception
subData
- The SubmittingData object.spectrum
- The feature to be added to the ValuesToSubmittingData attributeno3d
- The feature to be added to the ValuesToSubmittingData attribute
java.io.IOException
- Problems deserializing molecule.
java.lang.Exception
- Database problems.public void save() throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class BaseDBMolecule
java.lang.Exception
- Description of Exception
org.apache.torque.TorqueException
public void save(java.sql.Connection dbconn) throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class BaseDBMolecule
dbconn
- Description of Parameter
java.lang.Exception
- Description of Exception
org.apache.torque.TorqueException
public void handleFingerprints1()
public void handleFingerprints2(java.sql.Connection dbconn) throws org.apache.torque.TorqueException, java.sql.SQLException
dbconn
- Description of Parameter
java.lang.Exception
- Description of Exception
org.apache.torque.TorqueException
java.sql.SQLException
public org.openscience.cdk.interfaces.IMolecule getAsCDKMoleculeAsEntered(int setid, boolean setImplicitHydrogens) throws org.apache.torque.TorqueException, java.io.OptionalDataException, java.io.IOException, com.workingdogs.village.DataSetException
setid
- The coordinate set type id of coordinate set to use.
org.apache.torque.TorqueException
- Database problems.
java.io.IOException
java.io.OptionalDataException
com.workingdogs.village.DataSetException
private java.lang.String addSymbolToFormula(java.util.SortedMap sm, java.lang.String symbol, java.lang.String formula, boolean withFormat)
sm
- The map containing the elementssymbol
- The symbol to addformula
- The chemical formulawithFormat
- The feature to be added to the SymbolToFormula attribute
public float getMolecularWeightFloat()
public org.openscience.cdk.interfaces.IMolecule addCdkCoords(java.sql.Connection conn, org.openscience.cdk.interfaces.IMolecule mol, int[] atoms) throws java.lang.Exception
conn
- DBConnection to use.mol
- This molecule as cdk molecule.atoms
- DBAtoms of this molecule.
java.lang.Exception
- Database problems.public DBWishlist getDBWishlist(int pk) throws java.lang.Exception
java.lang.Exception
public boolean hasAny3d() throws java.lang.Exception
java.lang.Exception
public java.lang.String getInchi() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Database problems.public java.lang.String getSpectrumIds() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Database problemspublic java.util.List<java.util.List<java.lang.Integer>> getNewMoleculeIdsOfOldSpectra() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Database problems.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |