Uses of Class
overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment.DTOAccountAttachment
Packages that use DTOAccountAttachment
-
Uses of DTOAccountAttachment in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment that return types with arguments of type DTOAccountAttachmentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountAttachment> OrchestratorAccountAttachmentByAccountService.get(Long accountId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a asset.org.springframework.http.ResponseEntity<DTOAccountAttachment> OrchestratorAccountAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentLoadEvent, considering only attachments related to an account.org.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentByAccountService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause.