org.broadleafcommerce.cms.url.dao
Interface URLHandlerDao

All Known Implementing Classes:
URlHandlerDaoImpl

public interface URLHandlerDao

Created by ppatel.


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)
           
 

Method Detail

findURLHandlerByURI

URLHandler findURLHandlerByURI(String uri)

findAllURLHandlers

List<URLHandler> findAllURLHandlers()
Gets all the URL handlers configured in the system

Returns:

saveURLHandler

URLHandler saveURLHandler(URLHandler handler)

findURLHandlerById

URLHandler findURLHandlerById(Long id)


Copyright © 2013. All Rights Reserved.