Class AuditReportConfig
- java.lang.Object
-
- de.hybris.platform.audit.internal.config.AuditReportConfig
-
public class AuditReportConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditReportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditReportConfig.Builderbuilder()java.util.List<Type>getAllTypes()java.lang.StringgetAuditRecordsProvider()java.lang.StringgetCombineMode()TypegetGivenRootType()java.lang.StringgetName()TypegetType(java.lang.String code)TypegetTypeInAll(java.lang.String code)java.util.List<Type>getTypes()
-
-
-
Method Detail
-
builder
public static AuditReportConfig.Builder builder()
-
getGivenRootType
public Type getGivenRootType()
-
getName
public java.lang.String getName()
-
getAuditRecordsProvider
public java.lang.String getAuditRecordsProvider()
-
getTypes
public java.util.List<Type> getTypes()
-
getAllTypes
public java.util.List<Type> getAllTypes()
-
getType
public Type getType(java.lang.String code)
-
getTypeInAll
public Type getTypeInAll(java.lang.String code)
-
getCombineMode
public java.lang.String getCombineMode()
-
-