Skip to content

Instantly share code, notes, and snippets.

View malcolmjc's full-sized avatar

Malcolm Craney malcolmjc

View GitHub Profile
class ExternalAccountLinkHelper {
SyncStatus createLink(...)
SyncStatus lockForSync(...)
List<ExternalAccountLinkStatusView> getExternalAccountLinkStatus(...)
LinkActionableState getLinkActionableState()
boolean isSyncInProcess(...)
VendorSpecificHelper getSpecificHelper(...)
Option<Class<? extends VendorSpecificHelper>> getSpecificHelperClass(...)
ExternalAccountLinkFormFactory getFormFactoryForVendor(...)