Class MenuCopier

java.lang.Object
org.broadleafcommerce.common.copy.MultiTenantCopier
org.broadleafcommerce.menu.copy.MenuCopier
All Implemented Interfaces:
org.springframework.core.Ordered

public class MenuCopier extends org.broadleafcommerce.common.copy.MultiTenantCopier
Clone menu entities
Author:
Jeff Fischer
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.copy.MultiTenantCopier

    catalogCopierOptimizationEnabled, classExcludeRegexPatternList, extensionManager, genericEntityService, LOG, order, transUtil

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyEntities(org.broadleafcommerce.common.copy.MultiTenantCopyContext context)
     

    Methods inherited from class org.broadleafcommerce.common.copy.MultiTenantCopier

    addPattern, copyEntitiesOfType, dontTraversThroughEntityFromTheDB, excludeFromCopyRegexPattern, getOrder, needToAdd, persistCopyObjectTree, persistCopyObjectTreeInternal, persistNode, readAll, readAll, readAllIds, readCount, save, setOrder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MenuCopier

      public MenuCopier()
  • Method Details

    • copyEntities

      public void copyEntities(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws Exception
      Specified by:
      copyEntities in class org.broadleafcommerce.common.copy.MultiTenantCopier
      Throws:
      Exception