Uses of Class
org.dspace.eperson.Group2GroupCache
Packages that use Group2GroupCache
Package
Description
Provides classes representing e-people and groups of e-people.
-
Uses of Group2GroupCache in org.dspace.eperson
Fields in org.dspace.eperson with type parameters of type Group2GroupCacheModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Group2GroupCache,Group> Group2GroupCache_.childstatic jakarta.persistence.metamodel.EntityType<Group2GroupCache>Group2GroupCache_.class_static jakarta.persistence.metamodel.SingularAttribute<Group2GroupCache,Group> Group2GroupCache_.parent -
Uses of Group2GroupCache in org.dspace.eperson.dao
Methods in org.dspace.eperson.dao that return Group2GroupCacheModifier and TypeMethodDescriptionReturns the cache entity given specific parent and child groups.Group2GroupCacheDAO.findByParentAndChild(Context context, Group parent, Group child) Returns the cache entity given specific parent and child groups.Methods in org.dspace.eperson.dao that return types with arguments of type Group2GroupCacheModifier and TypeMethodDescriptionGroup2GroupCacheDAO.findByChildren(Context context, Iterable<Group> groups) Returns all cache entities that are parents of at least one group from a children groups list.Group2GroupCacheDAO.findByParent(Context context, Group group) Returns all cache entities that are children of a given parent Group entity. -
Uses of Group2GroupCache in org.dspace.eperson.dao.impl
Methods in org.dspace.eperson.dao.impl that return Group2GroupCacheModifier and TypeMethodDescriptionGroup2GroupCacheDAOImpl.findByParentAndChild(Context context, Group parent, Group child) Methods in org.dspace.eperson.dao.impl that return types with arguments of type Group2GroupCacheModifier and TypeMethodDescriptionGroup2GroupCacheDAOImpl.findByChildren(Context context, Iterable<Group> groups) Group2GroupCacheDAOImpl.findByParent(Context context, Group group)