Uses of Class
ubic.gemma.model.common.auditAndSecurity.Contact
-
-
Uses of Contact in ubic.gemma.core.loader.expression.simple.model
Methods in ubic.gemma.core.loader.expression.simple.model that return Contact Modifier and Type Method Description Contact
SimpleExpressionExperimentMetaData. getUser()
Methods in ubic.gemma.core.loader.expression.simple.model with parameters of type Contact Modifier and Type Method Description void
SimpleExpressionExperimentMetaData. setUser(Contact user)
-
Uses of Contact in ubic.gemma.model.analysis
Methods in ubic.gemma.model.analysis that return Contact Modifier and Type Method Description Contact
Investigation. getOwner()
Methods in ubic.gemma.model.analysis with parameters of type Contact Modifier and Type Method Description void
Investigation. setOwner(Contact owner)
-
Uses of Contact in ubic.gemma.model.common.auditAndSecurity
Subclasses of Contact in ubic.gemma.model.common.auditAndSecurity Modifier and Type Class Description class
Person
Deprecated.not neededclass
User
A user of the software system, who is authenticated.Methods in ubic.gemma.model.common.auditAndSecurity that return Contact Modifier and Type Method Description static Contact
Contact.Factory. newInstance()
-
Uses of Contact in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return Contact Modifier and Type Method Description Contact
ExternalDatabase. getDatabaseSupplier()
Methods in ubic.gemma.model.common.description with parameters of type Contact Modifier and Type Method Description void
ExternalDatabase. setDatabaseSupplier(Contact databaseSupplier)
-
Uses of Contact in ubic.gemma.model.expression.arrayDesign
Methods in ubic.gemma.model.expression.arrayDesign that return Contact Modifier and Type Method Description Contact
ArrayDesign. getDesignProvider()
Methods in ubic.gemma.model.expression.arrayDesign with parameters of type Contact Modifier and Type Method Description void
ArrayDesign. setDesignProvider(Contact designProvider)
-
Uses of Contact in ubic.gemma.persistence.persister
Methods in ubic.gemma.persistence.persister that return Contact Modifier and Type Method Description protected Contact
CommonPersister. persistContact(Contact contact)
Methods in ubic.gemma.persistence.persister with parameters of type Contact Modifier and Type Method Description protected Contact
CommonPersister. persistContact(Contact contact)
-
Uses of Contact in ubic.gemma.persistence.service.common.auditAndSecurity
Methods in ubic.gemma.persistence.service.common.auditAndSecurity that return Contact Modifier and Type Method Description Contact
ContactDaoImpl. find(Contact contact)
Contact
ContactService. find(Contact contact)
Contact
ContactService. findOrCreate(Contact contact)
Methods in ubic.gemma.persistence.service.common.auditAndSecurity with parameters of type Contact Modifier and Type Method Description Contact
ContactDaoImpl. find(Contact contact)
Contact
ContactService. find(Contact contact)
Contact
ContactService. findOrCreate(Contact contact)
void
ContactService. remove(Contact contact)
void
ContactService. update(Contact contact)
-
Uses of Contact in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type Contact Modifier and Type Method Description static void
BusinessKey. addRestrictions(Criteria queryObject, Contact contact)
static void
BusinessKey. checkKey(Contact contact)
-