Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.TicketSearchHitValueObject
Packages that use TicketSearchHitValueObject
Package
Description
-
Uses of TicketSearchHitValueObject in ubic.gemma.model.common.auditAndSecurity.curation
Modifier and TypeClassDescriptionclassOne open ticket as it bears on ONE target — the per-ticket summary plus that target's ownTicketTargetStatus.Methods in ubic.gemma.model.common.auditAndSecurity.curation that return TicketSearchHitValueObjectModifier and TypeMethodDescriptionstatic TicketSearchHitValueObjectProject one row of the/tickets/searchHQL projection. -
Uses of TicketSearchHitValueObject in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return TicketSearchHitValueObjectModifier and TypeMethodDescriptionTicketDao.findSearchHitById(Long id, boolean openOnly, Long scratchpadOwnerId) Look one ticket up by id and project it to aTicketSearchHitValueObject, honouring the same visibility rules asTicketDao.findSearchHitsByTitle(String, boolean, Long, int).TicketDaoImpl.findSearchHitById(Long id, boolean openOnly, Long scratchpadOwnerId) Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return types with arguments of type TicketSearchHitValueObjectModifier and TypeMethodDescriptionTicketDao.findSearchHitsByTitle(String titleFragment, boolean openOnly, Long scratchpadOwnerId, int limit) Find tickets whose title containstitleFragment, case-insensitively, projected toTicketSearchHitValueObjectand ordered byupdatedAtdescending.TicketDaoImpl.findSearchHitsByTitle(String titleFragment, boolean openOnly, Long scratchpadOwnerId, int limit) TicketService.searchTickets(String query, boolean openOnly, Long callerContactId, int limit) Find tickets a curator could be meaning when they type into a ticket picker — backsGET /tickets/search.TicketServiceImpl.searchTickets(String query, boolean openOnly, Long callerContactId, int limit) -
Uses of TicketSearchHitValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type TicketSearchHitValueObjectModifier and TypeMethodDescriptionTicketsWebService.searchTickets(String query, boolean openOnly, LimitArg limitArg) Ticket picker: "choose a ticket by typing".