Uses of Class
org.dspace.xmlworkflow.storedcomponents.CollectionRole
-
-
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents with type parameters of type CollectionRole Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CollectionRole,Collection>CollectionRole_. collectionstatic javax.persistence.metamodel.SingularAttribute<CollectionRole,Group>CollectionRole_. groupstatic javax.persistence.metamodel.SingularAttribute<CollectionRole,Integer>CollectionRole_. idstatic javax.persistence.metamodel.SingularAttribute<CollectionRole,String>CollectionRole_. roleIdMethods in org.dspace.xmlworkflow.storedcomponents that return CollectionRole Modifier and Type Method Description CollectionRoleCollectionRoleServiceImpl. create(Context context, Collection collection, String roleId, Group group)CollectionRoleCollectionRoleServiceImpl. find(Context context, int id)CollectionRoleCollectionRoleServiceImpl. find(Context context, Collection collection, String role)Methods in org.dspace.xmlworkflow.storedcomponents that return types with arguments of type CollectionRole Modifier and Type Method Description List<CollectionRole>CollectionRoleServiceImpl. findByCollection(Context context, Collection collection)List<CollectionRole>CollectionRoleServiceImpl. findByGroup(Context context, Group group)Methods in org.dspace.xmlworkflow.storedcomponents with parameters of type CollectionRole Modifier and Type Method Description voidCollectionRoleServiceImpl. delete(Context context, CollectionRole collectionRole)voidCollectionRoleServiceImpl. update(Context context, CollectionRole collectionRole) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.dao
Methods in org.dspace.xmlworkflow.storedcomponents.dao that return CollectionRole Modifier and Type Method Description CollectionRoleCollectionRoleDAO. findByCollectionAndRole(Context context, Collection collection, String role)Methods in org.dspace.xmlworkflow.storedcomponents.dao that return types with arguments of type CollectionRole Modifier and Type Method Description List<CollectionRole>CollectionRoleDAO. findByCollection(Context context, Collection collection)List<CollectionRole>CollectionRoleDAO. findByGroup(Context context, Group group) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.dao.impl
Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return CollectionRole Modifier and Type Method Description CollectionRoleCollectionRoleDAOImpl. findByCollectionAndRole(Context context, Collection collection, String role)Methods in org.dspace.xmlworkflow.storedcomponents.dao.impl that return types with arguments of type CollectionRole Modifier and Type Method Description List<CollectionRole>CollectionRoleDAOImpl. findByCollection(Context context, Collection collection)List<CollectionRole>CollectionRoleDAOImpl. findByGroup(Context context, Group group) -
Uses of CollectionRole in org.dspace.xmlworkflow.storedcomponents.service
Methods in org.dspace.xmlworkflow.storedcomponents.service that return CollectionRole Modifier and Type Method Description CollectionRoleCollectionRoleService. create(Context context, Collection collection, String roleId, Group group)CollectionRoleCollectionRoleService. find(Context context, int id)CollectionRoleCollectionRoleService. find(Context context, Collection collection, String role)Methods in org.dspace.xmlworkflow.storedcomponents.service that return types with arguments of type CollectionRole Modifier and Type Method Description List<CollectionRole>CollectionRoleService. findByCollection(Context context, Collection collection)List<CollectionRole>CollectionRoleService. findByGroup(Context context, Group group)Methods in org.dspace.xmlworkflow.storedcomponents.service with parameters of type CollectionRole Modifier and Type Method Description voidCollectionRoleService. delete(Context context, CollectionRole collectionRole)voidCollectionRoleService. update(Context context, CollectionRole collectionRole)
-