Interface SiteServiceExtensionHandler
- All Superinterfaces:
ExtensionHandler
- All Known Implementing Classes:
AbstractSiteServiceExtensionHandler
ExtensionHandler for methods within SiteServiceImpl
Rather than implementing this interface directly you should extend your implementation from
AbstractSiteServiceExtensionHandler
.
- Author:
- Phillip Verheyden (phillipuniverse)
-
Method Summary
Modifier and TypeMethodDescriptioncontributeNonPersitentSiteProperties
(Site from, Site to) Invoked viaSiteServiceImpl.getNonPersistentSite(Site)
after the initial framework clone.Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
contributeNonPersitentSiteProperties
Invoked viaSiteServiceImpl.getNonPersistentSite(Site)
after the initial framework clone. If more properties are dynamically weaved intoSiteImpl
then they should be cloned here.- Parameters:
from
- theSite
being copied from, usually just looked up from the databaseto
- the
-