Uses of Class
ubic.gemma.model.common.auditAndSecurity.curation.TicketValueObject
Packages that use TicketValueObject
Package
Description
-
Uses of TicketValueObject in ubic.gemma.model.common.auditAndSecurity.curation
Methods in ubic.gemma.model.common.auditAndSecurity.curation that return TicketValueObjectModifier and TypeMethodDescriptionstatic TicketValueObjectProject the ticket WITHOUT its event log (cheap, for list views).static TicketValueObjectProject the ticket; include events iffincludeEvents. -
Uses of TicketValueObject in ubic.gemma.persistence.service.common.auditAndSecurity.curation
Methods in ubic.gemma.persistence.service.common.auditAndSecurity.curation that return TicketValueObjectModifier and TypeMethodDescriptionTicketService.loadValueObject(Long id, boolean includeEvents) Load a ticket and project it to aTicketValueObjectinside the same transaction, force-initializing thereporter+assignee+targets(andevents+ each event'sactorwhenincludeEvents=true) so the projection doesn't raiseLazyInitializationExceptiononce the transaction ends and the JAX-RS handler reads the returned VO.TicketServiceImpl.loadValueObject(Long id, boolean includeEvents) -
Uses of TicketValueObject in ubic.gemma.rest
Subclasses with type arguments of type TicketValueObject in ubic.gemma.restModifier and TypeClassDescriptionstatic classCursor shape forDatasetsWebService.getDatasetTickets(DatasetArg, CursorArg, LimitArg).static classLegacy shape forDatasetsWebService.getDatasetTickets(DatasetArg, CursorArg, LimitArg).static classFields in ubic.gemma.rest with type parameters of type TicketValueObjectModifier and TypeFieldDescriptionTicketsWebService.MyQueueResponse.openTicketsWebService.MyQueueResponse.recentlyResolvedMethods in ubic.gemma.rest that return TicketValueObjectModifier and TypeMethodDescriptionTicketsWebService.AddTargetsResult.getTicket()TicketsWebService.RemovedTargetResult.getTicket()Methods in ubic.gemma.rest that return types with arguments of type TicketValueObjectModifier and TypeMethodDescriptionTicketsWebService.getScratchpad()The calling curator's scratchpad, provisioned on first access.Retrieve a single ticket, including its full event log.TicketsWebService.openTicketsForArrayDesign(Long adId) Public hook forPlatformsWebServiceso the platform-tickets route can delegate here without duplicating the Ticket→VO mapping logic.TicketsWebService.openTicketsForArrayDesignByCursor(Long adId, Cursor cursor, int limit) Cursor-mode counterpart toTicketsWebService.openTicketsForArrayDesign(Long)(step 1s ofCURSOR_PAGINATION_STEP1_PLAN.md).TicketsWebService.openTicketsForExpressionExperiment(Long eeId) Public hook forDatasetsWebServiceso the dataset-tickets route can delegate here without duplicating the Ticket→VO mapping logic.TicketsWebService.openTicketsForExpressionExperimentByCursor(Long eeId, Cursor cursor, int limit) Cursor-mode counterpart toTicketsWebService.openTicketsForExpressionExperiment(Long)(step 1p ofCURSOR_PAGINATION_STEP1_PLAN.md).TicketsWebService.patchTicket(Long id, TicketsWebService.UpdateTicketRequest req) PATCH alias forTicketsWebService.updateTicket(Long, UpdateTicketRequest).TicketsWebService.updateTargetStatus(Long id, Long targetRowId, TicketsWebService.UpdateTargetStatusRequest req) TicketsWebService.updateTicket(Long id, TicketsWebService.UpdateTicketRequest req) Update mutable fields of a ticket.Constructors in ubic.gemma.rest with parameters of type TicketValueObjectModifierConstructorDescriptionAddTargetsResult(List<Long> added, List<Long> alreadyPresent, TicketValueObject ticket) RemovedTargetResult(TicketTargetType targetType, Long targetId, TicketTargetStatus status, TicketValueObject ticket) Constructor parameters in ubic.gemma.rest with type arguments of type TicketValueObjectModifierConstructorDescriptionCursorPaginatedResponseDataObjectTicketValueObject(CursorPage<TicketValueObject> payload, String[] groupBy)