Interface EntityParentIdServiceExtensionHandler
- All Superinterfaces:
ExtensionHandler
Allow other modules to provide a parent id for a given entity/id combination
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfindEntityParentId
(String id, String className, ExtensionResultHolder<String> resultHolder) Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Field Details
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
findEntityParentId
ExtensionResultStatusType findEntityParentId(String id, String className, ExtensionResultHolder<String> resultHolder)
-