Class SapRevenueCloudSubscriptionPricePlanPostPersistenceHook

  • All Implemented Interfaces:
    PostPersistHook

    public class SapRevenueCloudSubscriptionPricePlanPostPersistenceHook
    extends java.lang.Object
    implements PostPersistHook
    • Constructor Detail

      • SapRevenueCloudSubscriptionPricePlanPostPersistenceHook

        public SapRevenueCloudSubscriptionPricePlanPostPersistenceHook()
    • Method Detail

      • execute

        public void execute​(ItemModel item)
        Description copied from interface: PostPersistHook
        Executes this hook after persisting the given item.
        Specified by:
        execute in interface PostPersistHook
        Parameters:
        item - an item to execute this hook with
      • setModelService

        public void setModelService​(ModelService modelService)