Class AuditEnablementService

java.lang.Object
de.hybris.platform.persistence.audit.internal.AuditEnablementService

public class AuditEnablementService extends Object
  • Constructor Details

    • AuditEnablementService

      public AuditEnablementService()
  • Method Details

    • refreshConfiguredAuditTypes

      @PostConstruct public void refreshConfiguredAuditTypes()
    • isAuditEnabledGlobally

      public boolean isAuditEnabledGlobally()
    • isAuditEnabledForType

      public boolean isAuditEnabledForType(String typeCode)
    • isAuditEnabledForType

      public boolean isAuditEnabledForType(PK typePk)
    • isAuditEnabledForAllTypes

      public boolean isAuditEnabledForAllTypes()