Uses of Enum Class
edu.suffolk.litlab.efspserver.services.EfmFilingInterface.ApiChoice
Packages that use EfmFilingInterface.ApiChoice
Package
Description
-
Uses of EfmFilingInterface.ApiChoice in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.ecf4 with parameters of type EfmFilingInterface.ApiChoiceModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<FilingResult, FilingError> Ecf4Filer.submitFilingIfReady
(FilingInformation info, InfoCollector collector, String apiToken, EfmFilingInterface.ApiChoice choice) -
Uses of EfmFilingInterface.ApiChoice in edu.suffolk.litlab.efspserver.jeffnet
Methods in edu.suffolk.litlab.efspserver.jeffnet with parameters of type EfmFilingInterface.ApiChoiceModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<FilingResult, FilingError> JeffNetFiler.sendFiling
(FilingInformation info, String apiToken, EfmFilingInterface.ApiChoice choice) -
Uses of EfmFilingInterface.ApiChoice in edu.suffolk.litlab.efspserver.services
Methods in edu.suffolk.litlab.efspserver.services that return EfmFilingInterface.ApiChoiceModifier and TypeMethodDescriptionstatic EfmFilingInterface.ApiChoice
Returns the enum constant of this class with the specified name.static EfmFilingInterface.ApiChoice[]
EfmFilingInterface.ApiChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.suffolk.litlab.efspserver.services with parameters of type EfmFilingInterface.ApiChoiceModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<FilingResult, FilingError> EfmCheckableFilingInterface.sendFiling
(FilingInformation info, String apiToken, EfmFilingInterface.ApiChoice choice) com.hubspot.algebra.Result
<FilingResult, FilingError> EfmFilingInterface.sendFiling
(FilingInformation info, String apiToken, EfmFilingInterface.ApiChoice choice) Actually sends the filing information to the EFM if it can.abstract com.hubspot.algebra.Result
<FilingResult, FilingError> EfmCheckableFilingInterface.submitFilingIfReady
(FilingInformation info, InfoCollector collector, String apiToken, EfmFilingInterface.ApiChoice choice) Core logic behindEfmCheckableFilingInterface.sendFiling(edu.suffolk.litlab.efspserver.FilingInformation,java.lang.String,edu.suffolk.litlab.efspserver.services.EfmFilingInterface.ApiChoice)
andEfmCheckableFilingInterface.checkFiling(edu.suffolk.litlab.efspserver.FilingInformation,java.lang.String,edu.suffolk.litlab.efspserver.services.InfoCollector)
.