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
 List<URLHandler> findAllURLHandlers()
          Gets all the URL handlers configured in the system
 URLHandler findURLHandlerById(Long id)
           
 URLHandler findURLHandlerByURI(String uri)
           
 URLHandler saveURLHandler(URLHandler handler)
           
 
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

findURLHandlerById

public URLHandler findURLHandlerById(Long id)
Specified by:
findURLHandlerById in interface URLHandlerDao

findAllURLHandlers

public List<URLHandler> findAllURLHandlers()
Description copied from interface: URLHandlerDao
Gets all the URL handlers configured in the system

Specified by:
findAllURLHandlers in interface URLHandlerDao
Returns:

saveURLHandler

public URLHandler saveURLHandler(URLHandler handler)
Specified by:
saveURLHandler in interface URLHandlerDao


Copyright © 2013. All Rights Reserved.