public class WebEntries extends Object
Constructor and Description |
---|
WebEntries() |
Modifier and Type | Method and Description |
---|---|
PartData |
getPart(String recordId)
Checks the local database for the entry with id
recordId
If it exists locally and is public, it returns it. |
FeaturedDNASequence |
getSequence(String entryId) |
public PartData getPart(String recordId)
recordId
If it exists locally and is public, it returns it. Otherwise it checks the
other ICE instances that it partners with, in turn, to see if it exists on thererecordId
- unique record identifier for the desired entryPermissionException
- if the entry exists locally but is not a public entrypublic FeaturedDNASequence getSequence(String entryId)
Copyright © 2017. All rights reserved.