Package de.hybris.platform.jalo
Interface ConsistencyCheckAction
-
public interface ConsistencyCheckActionBy using theConsistencyCheckActiona user is able to implement business logic, which will be executed before an GenericItem instance will be finally created!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Item.ItemAttributeMap itemAttributeMap)
-
-
-
Method Detail
-
execute
void execute(Item.ItemAttributeMap itemAttributeMap) throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
-