Class Operation
- java.lang.Object
-
- de.hybris.platform.persistence.audit.Operation
-
public final class Operation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Operationcreate(PK itemPk, PK itemTypePk)static Operationcreate(PK itemPk, java.lang.String typeCode)static Operationdelete(PK itemPk, PK itemTypePk)static Operationdelete(PK itemPk, java.lang.String typeCode)PKgetItemPk()java.lang.StringgetItemTypeCode()PKgetItemTypePk()booleanisCreation()booleanisDeletion()booleanisTypeIdentifiedByPk()java.lang.StringtoString()static Operationupdate(PK itemPk, PK itemTypePk)static Operationupdate(PK itemPk, java.lang.String typeCode)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isCreation
public boolean isCreation()
-
isDeletion
public boolean isDeletion()
-
getItemPk
public PK getItemPk()
-
getItemTypePk
public PK getItemTypePk()
-
isTypeIdentifiedByPk
public boolean isTypeIdentifiedByPk()
-
getItemTypeCode
public java.lang.String getItemTypeCode()
-
-