Class AuditEnablementService


  • public class AuditEnablementService
    extends java.lang.Object
    • Constructor Detail

      • AuditEnablementService

        public AuditEnablementService()
    • Method Detail

      • refreshConfiguredAuditTypes

        @PostConstruct
        public void refreshConfiguredAuditTypes()
      • isAuditEnabledGlobally

        public boolean isAuditEnabledGlobally()
      • isAuditEnabledForType

        public boolean isAuditEnabledForType​(java.lang.String typeCode)
      • isAuditEnabledForType

        public boolean isAuditEnabledForType​(PK typePk)
      • isAuditEnabledForAllTypes

        public boolean isAuditEnabledForAllTypes()
      • setTypeService

        public void setTypeService​(TypeService typeService)
      • setModelService

        public void setModelService​(ModelService modelService)