public interface ExperimentalFactorService extends BaseVoEnabledService<ExperimentalFactor,ExperimentalFactorValueObject>
| Modifier and Type | Field and Description |
|---|---|
static String |
BATCH_FACTOR_CATEGORY_NAME |
static String |
BATCH_FACTOR_CATEGORY_URI |
static String |
BATCH_FACTOR_NAME |
static String |
BATCH_FACTOR_NAME_PREFIX |
static String |
FACTOR_VALUE_RNAME_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ExperimentalFactor experimentalFactor)
Delete the factor, its associated factor values and all differential expression analyses in which it is used.
|
ExperimentalFactor |
find(ExperimentalFactor experimentalFactor)
Does a search for the entity in the persistent storage
|
ExperimentalFactor |
findOrCreate(ExperimentalFactor experimentalFactor)
Does a search for the entity in the persistent storage, and if not found, creates it.
|
Collection<ExperimentalFactor> |
load(Collection<Long> ids)
Loads objects with given ids.
|
ExperimentalFactor |
load(Long id)
Loads object with given ID.
|
Collection<ExperimentalFactor> |
loadAll()
Loads all the entities of specific type.
|
ExperimentalFactor |
thaw(ExperimentalFactor ef) |
void |
update(ExperimentalFactor experimentalFactor)
Updates the given entity in the persistent storage.
|
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdscountAll, create, create, findOrFail, loadOrFail, remove, remove, remove, removeAll, save, save, updatestatic final String BATCH_FACTOR_NAME_PREFIX
static final String BATCH_FACTOR_CATEGORY_URI
static final String BATCH_FACTOR_CATEGORY_NAME
static final String BATCH_FACTOR_NAME
static final String FACTOR_VALUE_RNAME_PREFIX
@Secured(value={"GROUP_USER","ACL_SECURABLE_EDIT"})
void delete(ExperimentalFactor experimentalFactor)
experimentalFactor - the factor to be deleted@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_READ"})
ExperimentalFactor find(ExperimentalFactor experimentalFactor)
BaseServicefind in interface BaseService<ExperimentalFactor>experimentalFactor - the entity to be searched for@Secured(value={"GROUP_USER","AFTER_ACL_READ"})
ExperimentalFactor findOrCreate(ExperimentalFactor experimentalFactor)
BaseServicefindOrCreate in interface BaseService<ExperimentalFactor>experimentalFactor - the entity to look for, and create if not found.@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_COLLECTION_READ"})
Collection<ExperimentalFactor> load(Collection<Long> ids)
BaseServiceload in interface BaseService<ExperimentalFactor>ids - the ids of objects to be loaded.@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_READ"})
ExperimentalFactor load(Long id)
BaseServiceload in interface BaseService<ExperimentalFactor>id - the ID of entity to be loaded.@Secured(value={"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_COLLECTION_READ"})
Collection<ExperimentalFactor> loadAll()
BaseServiceloadAll in interface BaseService<ExperimentalFactor>@Secured(value={"GROUP_USER","ACL_SECURABLE_EDIT"})
void update(ExperimentalFactor experimentalFactor)
BaseServiceupdate in interface BaseService<ExperimentalFactor>experimentalFactor - the entity to be updated.ExperimentalFactor thaw(ExperimentalFactor ef)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.