Uses of Class
com.silanis.esl.sdk.NotaryJournalEntry

Packages that use NotaryJournalEntry
com.silanis.esl.sdk.builder Builder classes provide high-level support for creating model objects. 
com.silanis.esl.sdk.examples Examples and helper classes of how to use the eSignLive Java SDK. 
com.silanis.esl.sdk.internal.converter For internal use only. 
com.silanis.esl.sdk.service Service classes provide low-level support for interacting with eSignLive. 
 

Uses of NotaryJournalEntry in com.silanis.esl.sdk.builder
 

Methods in com.silanis.esl.sdk.builder that return NotaryJournalEntry
 NotaryJournalEntry NotaryJournalEntryBuilder.build()
          Builds the Notary Journal object.
 

Uses of NotaryJournalEntry in com.silanis.esl.sdk.examples
 

Fields in com.silanis.esl.sdk.examples with type parameters of type NotaryJournalEntry
 List<NotaryJournalEntry> NotaryJournalExample.sdkJournalEntries
           
 

Uses of NotaryJournalEntry in com.silanis.esl.sdk.internal.converter
 

Methods in com.silanis.esl.sdk.internal.converter that return NotaryJournalEntry
 NotaryJournalEntry NotaryJournalEntryConverter.toSDKNotaryJournalEntry()
          Convert from API to SDK.
 

Constructors in com.silanis.esl.sdk.internal.converter with parameters of type NotaryJournalEntry
NotaryJournalEntryConverter(NotaryJournalEntry sdkNotaryJournalEntry)
          Construct with SDK NotaryJournalEntry object involved in conversion.
 

Uses of NotaryJournalEntry in com.silanis.esl.sdk.service
 

Methods in com.silanis.esl.sdk.service that return types with arguments of type NotaryJournalEntry
 List<NotaryJournalEntry> PackageService.getJournalEntries(String userId)
          Get Journal Entries.
 



Copyright 2014, Silanis Technology, Inc. All rights reserved.