Class AuditTypeContext<T extends AuditRecordInternal>
java.lang.Object
de.hybris.platform.audit.provider.internal.resolver.impl.AuditTypeContext<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAuditTypeContext(AuditRecordInternalIndex<T> index, String type, String baseType, PK basePK, Set<String> langIsoCodes) AuditTypeContext(AuditRecordInternalIndex<T> index, String type, String baseType, Set<PK> basePKs, Set<String> langIsoCodes) -
Method Summary
Modifier and TypeMethodDescriptiongetPayloads(PK pk) getPayloads(String type) getPayloads(String type, PK pk) getType()
-
Constructor Details
-
AuditTypeContext
-
AuditTypeContext
-
-
Method Details
-
getPayloads
-
getPayloads
-
getPayloads
-
getPayloadsForBasePKs
-
getType
-
getBaseType
-
getBasePKs
-
getLangIsoCodes
-