org.opennms.web.svclayer.support
Class DefaultChooseResourceService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultChooseResourceService
All Implemented Interfaces:
ChooseResourceService, org.springframework.beans.factory.InitializingBean

public class DefaultChooseResourceService
extends Object
implements ChooseResourceService, org.springframework.beans.factory.InitializingBean

Author:
DJ Gregor

Field Summary
 ResourceDao m_resourceDao
           
 
Constructor Summary
DefaultChooseResourceService()
           
 
Method Summary
 void afterPropertiesSet()
           
 ChooseResourceModel findChildResources(String resourceId, String endUrl)
           
 ResourceDao getResourceDao()
           
 void setResourceDao(ResourceDao resourceDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_resourceDao

public ResourceDao m_resourceDao
Constructor Detail

DefaultChooseResourceService

public DefaultChooseResourceService()
Method Detail

findChildResources

public ChooseResourceModel findChildResources(String resourceId,
                                              String endUrl)
Specified by:
findChildResources in interface ChooseResourceService

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean

getResourceDao

public ResourceDao getResourceDao()

setResourceDao

public void setResourceDao(ResourceDao resourceDao)


Copyright © 2009. All Rights Reserved.