org.broadleafcommerce.common.service
Class GenericEntityServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.common.service.GenericEntityServiceImpl
All Implemented Interfaces:
GenericEntityService

@Service(value="blGenericEntityService")
public class GenericEntityServiceImpl
extends Object
implements GenericEntityService


Field Summary
protected  GenericEntityDao genericEntityDao
           
 
Constructor Summary
GenericEntityServiceImpl()
           
 
Method Summary
 Object readGenericEntity(String className, Object id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

genericEntityDao

protected GenericEntityDao genericEntityDao
Constructor Detail

GenericEntityServiceImpl

public GenericEntityServiceImpl()
Method Detail

readGenericEntity

public Object readGenericEntity(String className,
                                Object id)
Specified by:
readGenericEntity in interface GenericEntityService


Copyright © 2013. All Rights Reserved.