|
|||||||||
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.apache.jetspeed.om.security.turbine.BaseTurbineUser
org.apache.jetspeed.om.security.turbine.TurbineUser
org.openscience.nmrshiftdb.om.BaseNmrshiftdbUser
public abstract class BaseNmrshiftdbUser
This class was autogenerated by Torque on: [Tue Nov 21 23:53:10 CET 2006] You should not use this class directly. It should not even be extended all references should be to NmrshiftdbUser
Field Summary | |
---|---|
protected java.util.List |
collDBBookmarks
Collection to store aggregation of collDBBookmarks |
protected java.util.List |
collDBConditions
Collection to store aggregation of collDBConditions |
protected java.util.List |
collDBGuestbooks
Collection to store aggregation of collDBGuestbooks |
protected java.util.List |
collDBLabGroups
Collection to store aggregation of collDBLabGroups |
protected java.util.List |
collDBMolecules
Collection to store aggregation of collDBMolecules |
protected java.util.List |
collDBReviewGroupDBUsers
Collection to store aggregation of collDBReviewGroupDBUsers |
protected java.util.List |
collDBSamples
Collection to store aggregation of collDBSamples |
protected java.util.List |
collDBSpectrums
Collection to store aggregation of collDBSpectrums |
protected java.util.List |
collDBSpectrumTypes
Collection to store aggregation of collDBSpectrumTypes |
protected java.util.List |
collDBUserDBSpectrumEdits
Collection to store aggregation of collDBUserDBSpectrumEdits |
protected java.util.List |
collDBUserDBSpectrumMarks
Collection to store aggregation of collDBUserDBSpectrumMarks |
protected java.util.List |
collDBUserDBSpectrums
Collection to store aggregation of collDBUserDBSpectrums |
protected java.util.List |
collDBWishlists
Collection to store aggregation of collDBWishlists |
private org.apache.torque.util.Criteria |
lastDBBookmarksCriteria
The criteria used to select the current contents of collDBBookmarks |
private org.apache.torque.util.Criteria |
lastDBConditionsCriteria
The criteria used to select the current contents of collDBConditions |
private org.apache.torque.util.Criteria |
lastDBGuestbooksCriteria
The criteria used to select the current contents of collDBGuestbooks |
private org.apache.torque.util.Criteria |
lastDBLabGroupsCriteria
The criteria used to select the current contents of collDBLabGroups |
private org.apache.torque.util.Criteria |
lastDBMoleculesCriteria
The criteria used to select the current contents of collDBMolecules |
private org.apache.torque.util.Criteria |
lastDBReviewGroupDBUsersCriteria
The criteria used to select the current contents of collDBReviewGroupDBUsers |
private org.apache.torque.util.Criteria |
lastDBSamplesCriteria
The criteria used to select the current contents of collDBSamples |
private org.apache.torque.util.Criteria |
lastDBSpectrumsCriteria
The criteria used to select the current contents of collDBSpectrums |
private org.apache.torque.util.Criteria |
lastDBSpectrumTypesCriteria
The criteria used to select the current contents of collDBSpectrumTypes |
private org.apache.torque.util.Criteria |
lastDBUserDBSpectrumEditsCriteria
The criteria used to select the current contents of collDBUserDBSpectrumEdits |
private org.apache.torque.util.Criteria |
lastDBUserDBSpectrumMarksCriteria
The criteria used to select the current contents of collDBUserDBSpectrumMarks |
private org.apache.torque.util.Criteria |
lastDBUserDBSpectrumsCriteria
The criteria used to select the current contents of collDBUserDBSpectrums |
private org.apache.torque.util.Criteria |
lastDBWishlistsCriteria
The criteria used to select the current contents of collDBWishlists |
private static NmrshiftdbUserPeer |
peer
The Peer class |
Fields inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineUser |
---|
collTurbineUserGroupRoles |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseNmrshiftdbUser()
|
Method Summary | |
---|---|
void |
addDBBookmark(DBBookmark l)
Method called to associate a DBBookmark object to this object through the DBBookmark foreign key attribute |
void |
addDBCondition(DBCondition l)
Method called to associate a DBCondition object to this object through the DBCondition foreign key attribute |
void |
addDBGuestbook(DBGuestbook l)
Method called to associate a DBGuestbook object to this object through the DBGuestbook foreign key attribute |
void |
addDBLabGroup(DBLabGroup l)
Method called to associate a DBLabGroup object to this object through the DBLabGroup foreign key attribute |
void |
addDBMolecule(DBMolecule l)
Method called to associate a DBMolecule object to this object through the DBMolecule foreign key attribute |
void |
addDBReviewGroupDBUser(DBReviewGroupDBUser l)
Method called to associate a DBReviewGroupDBUser object to this object through the DBReviewGroupDBUser foreign key attribute |
void |
addDBSample(DBSample l)
Method called to associate a DBSample object to this object through the DBSample foreign key attribute |
void |
addDBSpectrum(DBSpectrum l)
Method called to associate a DBSpectrum object to this object through the DBSpectrum foreign key attribute |
void |
addDBSpectrumType(DBSpectrumType l)
Method called to associate a DBSpectrumType object to this object through the DBSpectrumType foreign key attribute |
void |
addDBUserDBSpectrum(DBUserDBSpectrum l)
Method called to associate a DBUserDBSpectrum object to this object through the DBUserDBSpectrum foreign key attribute |
void |
addDBUserDBSpectrumEdit(DBUserDBSpectrumEdit l)
Method called to associate a DBUserDBSpectrumEdit object to this object through the DBUserDBSpectrumEdit foreign key attribute |
void |
addDBUserDBSpectrumMark(DBUserDBSpectrumMark l)
Method called to associate a DBUserDBSpectrumMark object to this object through the DBUserDBSpectrumMark foreign key attribute |
void |
addDBWishlist(DBWishlist l)
Method called to associate a DBWishlist object to this object through the DBWishlist foreign key attribute |
java.util.List |
getDBBookmarks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookmarks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookmarks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBookmarks(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBBookmarksJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBBookmarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBConditions()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBConditions(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBConditions(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBConditions(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBConditionsJoinDBConditionType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBConditionsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBGuestbooks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBGuestbooks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBGuestbooks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBGuestbooks(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBGuestbooksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBLabGroups()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBLabGroups(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBLabGroups(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBLabGroups(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBLabGroupsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBMolecules()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMolecules(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMolecules(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBMolecules(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBMoleculesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBReviewGroupDBUsers()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBReviewGroupDBUsers(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBReviewGroupDBUsers(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBReviewGroupDBUsers(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBReviewGroupDBUsersJoinDBReviewGroup(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBReviewGroupDBUsersJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSamples()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSamples(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSamples(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSamples(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSamplesJoinDBCondition(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSamplesJoinDBMachine(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSamplesJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSamplesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrums()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrums(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrums(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrums(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumsJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrumTypes()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrumTypes(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrumTypes(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrumTypes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumTypesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrumEdits()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrumEdits(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrumEdits(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrumEdits(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumEditsJoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumEditsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrumMarks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrumMarks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrumMarks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrumMarks(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumMarksJoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumMarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrums()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrums(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBUserDBSpectrums(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBUserDBSpectrums(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumsJoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBUserDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBWishlists()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBWishlists(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBWishlists(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBWishlists(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBWishlistsJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBWishlistsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBWishlistsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected void |
initDBBookmarks()
Temporary storage of collDBBookmarks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBConditions()
Temporary storage of collDBConditions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBGuestbooks()
Temporary storage of collDBGuestbooks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBLabGroups()
Temporary storage of collDBLabGroups to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBMolecules()
Temporary storage of collDBMolecules to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBReviewGroupDBUsers()
Temporary storage of collDBReviewGroupDBUsers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBSamples()
Temporary storage of collDBSamples to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBSpectrums()
Temporary storage of collDBSpectrums to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBSpectrumTypes()
Temporary storage of collDBSpectrumTypes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBUserDBSpectrumEdits()
Temporary storage of collDBUserDBSpectrumEdits to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBUserDBSpectrumMarks()
Temporary storage of collDBUserDBSpectrumMarks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBUserDBSpectrums()
Temporary storage of collDBUserDBSpectrums to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBWishlists()
Temporary storage of collDBWishlists to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.jetspeed.om.security.turbine.TurbineUser |
---|
getContributions, getDBLabGroup, getLiteratureOldSubmit, getMyMissingReviews, getMyUnreviewedContributions, getReviewGroups, isAssignReviews, isContributor, isLabgroupLeader, isLabgroupUser, isLabgroupWorker, isReviewer, setContributions, setLiteratureOldSubmit |
Methods inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineUser |
---|
addTurbineUserGroupRole, copy, copyInto, getAddress, getAffiliation1, getAffiliation2, getBrokenEdit, getBrokensubmit, getByName, getByPeerName, getByPosition, getCity, getConfirmValue, getCountry, getCreated, getDisabled, getEmail, getFieldNames, getFirstName, getHallOfFame, getLabgroupId, getLabgroupKey, getLastDownloadDate, getLastLogin, getLastName, getLoginName, getModified, getObjectdata, getOldLiterature, getPasswordChanged, getPasswordValue, getPeer, getPrimaryKey, getSearchhistory, getState, getStructureshistory, getTitle, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRoles, getTurbineUserGroupRolesJoinTurbineGroup, getTurbineUserGroupRolesJoinTurbineRole, getTurbineUserGroupRolesJoinTurbineUser, getUserId, getWebPage, getZipCode, initTurbineUserGroupRoles, save, save, save, setAddress, setAffiliation1, setAffiliation2, setBrokenEdit, setBrokensubmit, setCity, setConfirmValue, setCountry, setCreated, setDisabled, setEmail, setFirstName, setHallOfFame, setLabgroupId, setLabgroupKey, setLastDownloadDate, setLastLogin, setLastName, setLoginName, setModified, setObjectdata, setOldLiterature, setPasswordChanged, setPasswordValue, setPrimaryKey, setPrimaryKey, setSearchhistory, setState, setStructureshistory, setTitle, setUserId, setWebPage, setZipCode |
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, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
Field Detail |
---|
private static final NmrshiftdbUserPeer peer
protected java.util.List collDBGuestbooks
private org.apache.torque.util.Criteria lastDBGuestbooksCriteria
protected java.util.List collDBConditions
private org.apache.torque.util.Criteria lastDBConditionsCriteria
protected java.util.List collDBSpectrumTypes
private org.apache.torque.util.Criteria lastDBSpectrumTypesCriteria
protected java.util.List collDBMolecules
private org.apache.torque.util.Criteria lastDBMoleculesCriteria
protected java.util.List collDBBookmarks
private org.apache.torque.util.Criteria lastDBBookmarksCriteria
protected java.util.List collDBWishlists
private org.apache.torque.util.Criteria lastDBWishlistsCriteria
protected java.util.List collDBSpectrums
private org.apache.torque.util.Criteria lastDBSpectrumsCriteria
protected java.util.List collDBUserDBSpectrums
private org.apache.torque.util.Criteria lastDBUserDBSpectrumsCriteria
protected java.util.List collDBUserDBSpectrumEdits
private org.apache.torque.util.Criteria lastDBUserDBSpectrumEditsCriteria
protected java.util.List collDBUserDBSpectrumMarks
private org.apache.torque.util.Criteria lastDBUserDBSpectrumMarksCriteria
protected java.util.List collDBReviewGroupDBUsers
private org.apache.torque.util.Criteria lastDBReviewGroupDBUsersCriteria
protected java.util.List collDBLabGroups
private org.apache.torque.util.Criteria lastDBLabGroupsCriteria
protected java.util.List collDBSamples
private org.apache.torque.util.Criteria lastDBSamplesCriteria
Constructor Detail |
---|
public BaseNmrshiftdbUser()
Method Detail |
---|
protected void initDBGuestbooks()
public void addDBGuestbook(DBGuestbook l) throws org.apache.torque.TorqueException
l
- DBGuestbook
org.apache.torque.TorqueException
public java.util.List getDBGuestbooks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBGuestbooks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBGuestbooks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBGuestbooks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBGuestbooksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBConditions()
public void addDBCondition(DBCondition l) throws org.apache.torque.TorqueException
l
- DBCondition
org.apache.torque.TorqueException
public java.util.List getDBConditions() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBConditions(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBConditions(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBConditions(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBConditionsJoinDBConditionType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBConditionsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBSpectrumTypes()
public void addDBSpectrumType(DBSpectrumType l) throws org.apache.torque.TorqueException
l
- DBSpectrumType
org.apache.torque.TorqueException
public java.util.List getDBSpectrumTypes() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumTypes(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumTypes(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumTypes(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumTypesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBMolecules()
public void addDBMolecule(DBMolecule l) throws org.apache.torque.TorqueException
l
- DBMolecule
org.apache.torque.TorqueException
public java.util.List getDBMolecules() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMolecules(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMolecules(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMolecules(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBMoleculesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBBookmarks()
public void addDBBookmark(DBBookmark l) throws org.apache.torque.TorqueException
l
- DBBookmark
org.apache.torque.TorqueException
public java.util.List getDBBookmarks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookmarksJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookmarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBWishlists()
public void addDBWishlist(DBWishlist l) throws org.apache.torque.TorqueException
l
- DBWishlist
org.apache.torque.TorqueException
public java.util.List getDBWishlists() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBSpectrums()
public void addDBSpectrum(DBSpectrum l) throws org.apache.torque.TorqueException
l
- DBSpectrum
org.apache.torque.TorqueException
public java.util.List getDBSpectrums() throws org.apache.torque.TorqueException
getDBSpectrums
in class org.apache.jetspeed.om.security.turbine.TurbineUser
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBUserDBSpectrums()
public void addDBUserDBSpectrum(DBUserDBSpectrum l) throws org.apache.torque.TorqueException
l
- DBUserDBSpectrum
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrums() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrums(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrums(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrums(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumsJoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBUserDBSpectrumEdits()
public void addDBUserDBSpectrumEdit(DBUserDBSpectrumEdit l) throws org.apache.torque.TorqueException
l
- DBUserDBSpectrumEdit
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumEdits() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumEdits(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumEdits(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumEdits(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumEditsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumEditsJoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBUserDBSpectrumMarks()
public void addDBUserDBSpectrumMark(DBUserDBSpectrumMark l) throws org.apache.torque.TorqueException
l
- DBUserDBSpectrumMark
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumMarks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumMarks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumMarks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBUserDBSpectrumMarks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumMarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBUserDBSpectrumMarksJoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBReviewGroupDBUsers()
public void addDBReviewGroupDBUser(DBReviewGroupDBUser l) throws org.apache.torque.TorqueException
l
- DBReviewGroupDBUser
org.apache.torque.TorqueException
public java.util.List getDBReviewGroupDBUsers() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBReviewGroupDBUsers(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBReviewGroupDBUsers(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBReviewGroupDBUsers(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBReviewGroupDBUsersJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBReviewGroupDBUsersJoinDBReviewGroup(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBLabGroups()
public void addDBLabGroup(DBLabGroup l) throws org.apache.torque.TorqueException
l
- DBLabGroup
org.apache.torque.TorqueException
public java.util.List getDBLabGroups() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBLabGroups(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBLabGroups(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBLabGroups(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBLabGroupsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBSamples()
public void addDBSample(DBSample l) throws org.apache.torque.TorqueException
l
- DBSample
org.apache.torque.TorqueException
public java.util.List getDBSamples() throws org.apache.torque.TorqueException
getDBSamples
in class org.apache.jetspeed.om.security.turbine.TurbineUser
org.apache.torque.TorqueException
public java.util.List getDBSamples(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSamples(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSamples(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBCondition(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBMachine(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.lang.String toString()
toString
in class org.apache.jetspeed.om.security.turbine.BaseTurbineUser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |