Codota Logo
OverdueStateApplicator.createOverdueEvent
Code IndexAdd Codota to your IDE (free)

How to use
createOverdueEvent
method
in
com.ning.billing.overdue.applicator.OverdueStateApplicator

Best Java code snippets using com.ning.billing.overdue.applicator.OverdueStateApplicator.createOverdueEvent (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: com.ning.billing/killbill-overdue

public void clear(final Account account, final OverdueState previousOverdueState, final OverdueState clearState, final InternalCallContext context) throws OverdueException {
  log.debug("OverdueStateApplicator:clear : time = " + clock.getUTCNow() + ", previousState = " + previousOverdueState.getName());
  storeNewState(account, clearState, context);
  clearFutureNotification(account, context);
  try {
    avoid_extra_credit_by_toggling_AUTO_INVOICE_OFF(account, previousOverdueState, clearState, context);
  } catch (OverdueApiException e) {
    throw new OverdueException(e);
  }
  try {
    bus.post(createOverdueEvent(account, previousOverdueState.getName(), clearState.getName(), isBlockBillingTransition(previousOverdueState, clearState),
                  isUnblockBillingTransition(previousOverdueState, clearState), context));
  } catch (Exception e) {
    log.error("Error posting overdue change event to bus", e);
  }
}
origin: com.ning.billing/killbill-overdue

  bus.post(createOverdueEvent(account, previousOverdueState.getName(), nextOverdueState.getName(), isBlockBillingTransition(previousOverdueState, nextOverdueState),
                isUnblockBillingTransition(previousOverdueState, nextOverdueState), context));
} catch (Exception e) {
com.ning.billing.overdue.applicatorOverdueStateApplicatorcreateOverdueEvent

Popular methods of OverdueStateApplicator

  • apply
  • avoid_extra_credit_by_toggling_AUTO_INVOICE_OFF
  • blockBilling
  • blockChanges
  • blockEntitlement
  • cancelSubscriptionsIfRequired
  • clear
  • clearFutureNotification
  • computeEntitlementsToCancel
  • createFutureNotification
  • isAccountTaggedWith_OVERDUE_ENFORCEMENT_OFF
  • isBlockBillingTransition
  • isAccountTaggedWith_OVERDUE_ENFORCEMENT_OFF,
  • isBlockBillingTransition,
  • isUnblockBillingTransition,
  • remove_AUTO_INVOICE_OFF_on_clear,
  • sendEmailIfRequired,
  • set_AUTO_INVOICE_OFF_on_blockedBilling,
  • storeNewState

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Path (java.nio.file)
  • MessageFormat (java.text)
    MessageFormat provides a means to produce concatenated messages in language-neutral way. Use this to
  • Reference (javax.naming)
  • JFrame (javax.swing)
  • JOptionPane (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now