org.broadleafcommerce.openadmin.server.service.handler
Interface DynamicEntityRetriever
public interface DynamicEntityRetriever
- Author:
- Jeff Fischer
fetchDynamicEntity
Entity fetchDynamicEntity(Serializable root,
List<String> dirtyFields,
boolean includeId)
throws Exception
- Throws:
Exception
fetchEntityBasedOnId
Entity fetchEntityBasedOnId(String themeConfigurationId,
List<String> dirtyFields)
throws Exception
- Throws:
Exception
getFieldContainerClassName
String getFieldContainerClassName()
Copyright © 2013. All Rights Reserved.