org.broadleafcommerce.cms.url.dao
Class URlHandlerDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.cms.url.dao.URlHandlerDaoImpl
All Implemented Interfaces:
URLHandlerDao

@Repository(value="blURLHandlerDao")
public class URlHandlerDaoImpl
extends Object
implements URLHandlerDao

Created by ppatel.


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
URlHandlerDaoImpl()
           
 
Method Summary
 URLHandler findURLHandlerByURI(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

URlHandlerDaoImpl

public URlHandlerDaoImpl()
Method Detail

findURLHandlerByURI

public URLHandler findURLHandlerByURI(String uri)
Specified by:
findURLHandlerByURI in interface URLHandlerDao


Copyright © 2013. All Rights Reserved.