Interface CloneCategoryRelationshipsManager<P extends Category,R extends CloneCategoryRequest>
- All Known Implementing Classes:
DefaultCloneCategoryRelationshipsManager
public interface CloneCategoryRelationshipsManager<P extends Category,R extends CloneCategoryRequest>
The service manager that is used to clone the
Category
relationships.- Author:
- Chad Harchar (charchar)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cloneRelationships
(R request, P original, P cloned, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Clone theCategory
relationships.