Uses of Class
org.saidone.model.dto.NodeWrapperDto
Packages that use NodeWrapperDto
-
Uses of NodeWrapperDto in org.saidone.model.mapper
Methods in org.saidone.model.mapper that return NodeWrapperDtoModifier and TypeMethodDescriptionNodeMapper.toDto(NodeEntity entity) NodeMapperImpl.toDto(NodeEntity entity) Methods in org.saidone.model.mapper that return types with arguments of type NodeWrapperDtoModifier and TypeMethodDescriptionNodeMapper.toDtoList(List<NodeEntity> entities) NodeMapperImpl.toDtoList(List<NodeEntity> entities) Methods in org.saidone.model.mapper with parameters of type NodeWrapperDtoModifier and TypeMethodDescriptionNodeMapper.toEntity(NodeWrapperDto dto) NodeMapperImpl.toEntity(NodeWrapperDto dto) -
Uses of NodeWrapperDto in org.saidone.service
Methods in org.saidone.service that return NodeWrapperDtoModifier and TypeMethodDescriptionRetrieves the stored node wrapper by its identifier.Retrieves a node wrapper by its identifier.Methods in org.saidone.service that return types with arguments of type NodeWrapperDtoModifier and TypeMethodDescriptionMongoNodeService.findAll()Retrieves all stored node wrappers.NodeService.findAll()Retrieves all stored node wrappers.org.springframework.data.domain.Page<NodeWrapperDto> MongoNodeService.findByArchiveDateRange(Instant from, Instant to, org.springframework.data.domain.Pageable pageable) Retrieves node wrappers archived within the specified date range using pagination.org.springframework.data.domain.Page<NodeWrapperDto> NodeService.findByArchiveDateRange(Instant from, Instant to, org.springframework.data.domain.Pageable pageable) Retrieves node wrappers archived within the specified date range using pagination.MongoNodeService.findByKv(int kv) Retrieves all node wrappers associated with the specified encryption key version.NodeService.findByKv(int kv) Retrieves all node wrappers associated with the specified encryption key version.Retrieves all node wrappers having the given notarization transaction ID.Retrieves all node wrappers having the given notarization transaction ID.org.springframework.data.domain.Page<NodeWrapperDto> MongoNodeService.findNotarized(org.springframework.data.domain.Pageable pageable) Retrieves notarized node wrappers using pagination.org.springframework.data.domain.Page<NodeWrapperDto> NodeService.findNotarized(org.springframework.data.domain.Pageable pageable) Retrieves notarized node wrappers using pagination.MongoNodeService.findNotarizedRandom(int size) NodeService.findNotarizedRandom(int size) Retrieves a random sample of notarized nodes.Methods in org.saidone.service with parameters of type NodeWrapperDtoModifier and TypeMethodDescriptionvoidMongoNodeService.save(NodeWrapperDto nodeWrapper) Persists the given wrapped node metadata.voidNodeService.save(NodeWrapperDto node) Persists the given wrapped node metadata.