Class UserGroupDaoImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractDao<UserGroup>
ubic.gemma.persistence.service.common.auditAndSecurity.UserGroupDaoImpl
- All Implemented Interfaces:
BaseDao<UserGroup>
,UserGroupDao
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an object.Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property).findByName
(String name) findGroupsForUser
(User user) void
Remove a persistent instancevoid
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, streamQuery, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, save, save, streamAll, streamAll, update
-
Constructor Details
-
UserGroupDaoImpl
-
-
Method Details
-
find
Description copied from interface:BaseDao
Does a look up for the given entity in the persistent storage, usually looking for a specific identifier ( either id or a string property). -
findByName
- Specified by:
findByName
in interfaceUserGroupDao
-
findGroupsForUser
- Specified by:
findGroupsForUser
in interfaceUserGroupDao
-
create
Description copied from interface:BaseDao
Create an object. If the entity type is immutable, this may also remove any existing entities identified by an appropriate 'find' method. -
remove
Description copied from interface:BaseDao
Remove a persistent instance -
update
-