Class CreateBulkPricingPackageCommand

All Implemented Interfaces:
Command

public final class CreateBulkPricingPackageCommand extends MutatingCommand
Command to create a BulkPricingPackage
  • Constructor Details

    • CreateBulkPricingPackageCommand

      public CreateBulkPricingPackageCommand()
  • Method Details

    • init

      protected final void init() throws Exception
      Description copied from class: MutatingCommand
      Initializes the command.

      Subclasses override this method to populate MutatingCommand.changedEntitiesMap with updated entities. The old entity is the key and the new entity is the value; the key is null for newly created entities and the value is null for deleted entities.

      Specified by:
      init in class MutatingCommand
      Throws:
      Exception