Class SapRevenueCloudSubscriptionPricePlanPostPersistenceHook
- java.lang.Object
-
- com.sap.hybris.saprevenuecloudproduct.inbound.SapRevenueCloudSubscriptionPricePlanPostPersistenceHook
-
- All Implemented Interfaces:
PostPersistHook
public class SapRevenueCloudSubscriptionPricePlanPostPersistenceHook extends java.lang.Object implements PostPersistHook
-
-
Constructor Summary
Constructors Constructor Description SapRevenueCloudSubscriptionPricePlanPostPersistenceHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ItemModel item)Executes this hook after persisting the given item.ModelServicegetModelService()voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
execute
public void execute(ItemModel item)
Description copied from interface:PostPersistHookExecutes this hook after persisting the given item.- Specified by:
executein interfacePostPersistHook- Parameters:
item- an item to execute this hook with
-
getModelService
public ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
-