congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AuditLog.getAuditedObjectType
Code IndexAdd Tabnine to your IDE (free)

How to use
getAuditedObjectType
method
in
org.killbill.billing.util.audit.AuditLog

Best Java code snippets using org.killbill.billing.util.audit.AuditLog.getAuditedObjectType (Showing top 3 results out of 315)

origin: killbill/killbill

  @Override
  public boolean apply(final AuditLog auditLog) {
    return objectType.equals(auditLog.getAuditedObjectType());
  }
};
origin: org.kill-bill.billing/killbill-util

  @Override
  public boolean apply(final AuditLog auditLog) {
    return objectType.equals(auditLog.getAuditedObjectType());
  }
};
origin: org.kill-bill.billing/killbill-jaxrs

public AuditLogJson(final AuditLog auditLog) {
  this(auditLog.getChangeType().toString(), auditLog.getCreatedDate(), auditLog.getAuditedObjectType(), auditLog.getAuditedEntityId(), auditLog.getUserName(), auditLog.getReasonCode(),
     auditLog.getComment(), auditLog.getUserToken(), null);
}
org.killbill.billing.util.auditAuditLoggetAuditedObjectType

Javadoc

Get the original Entity object type for this log entry

Popular methods of AuditLog

  • getChangeType
    Get the type of change for this log entry
  • getComment
    Get the comment for this change
  • getUserName
    Get the name of the requestor
  • getUserToken
    Get the user token of this change requestor
  • getAuditedEntityId
    Get the original Entity id for this log entry
  • getCreatedDate
    Get the time when this change was effective
  • getReasonCode
    Get the reason code for this change
  • getId

Popular in Java

  • Finding current android device location
  • getSupportFragmentManager (FragmentActivity)
  • addToBackStack (FragmentTransaction)
  • notifyDataSetChanged (ArrayAdapter)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now