Uses of Class
net.sf.shineframework.common.dal.dm.Configuration

Packages that use Configuration
net.sf.shineframework.common.facades   
net.sf.shineframework.server.services   
net.sf.shineframework.server.services.impl   
 

Uses of Configuration in net.sf.shineframework.common.facades
 

Methods in net.sf.shineframework.common.facades that return Configuration
 Configuration ConfigurationFacade.addConfiguration(java.lang.String name, java.lang.String value)
           
 Configuration ConfigurationFacade.addConfiguration(java.lang.String name, java.lang.String value, java.lang.String defaultValue)
           
 Configuration ConfigurationFacade.getPropertyAsConfiguration(java.lang.String name)
           
 

Methods in net.sf.shineframework.common.facades that return types with arguments of type Configuration
 java.util.Collection<Configuration> ConfigurationFacade.getAllConfigurations()
           
 

Uses of Configuration in net.sf.shineframework.server.services
 

Methods in net.sf.shineframework.server.services that return Configuration
 Configuration ConfigurationService.addConfiguration(java.lang.String name, java.lang.String value)
           
 Configuration ConfigurationService.addConfiguration(java.lang.String name, java.lang.String value, java.lang.String defaultValue)
           
 Configuration ConfigurationService.getPropertyAsConfiguration(java.lang.String name)
           
 

Methods in net.sf.shineframework.server.services that return types with arguments of type Configuration
 java.util.Collection<Configuration> ConfigurationService.getAllConfigurations()
           
 

Uses of Configuration in net.sf.shineframework.server.services.impl
 

Methods in net.sf.shineframework.server.services.impl that return Configuration
 Configuration ConfigurationServiceImpl.addConfiguration(java.lang.String name, java.lang.String value)
           
 Configuration ConfigurationServiceImpl.addConfiguration(java.lang.String name, java.lang.String value, java.lang.String defaultValue)
           
 Configuration ConfigurationServiceImpl.getPropertyAsConfiguration(java.lang.String name)
           
 

Methods in net.sf.shineframework.server.services.impl that return types with arguments of type Configuration
 java.util.Collection<Configuration> ConfigurationServiceImpl.getAllConfigurations()
           
 

Method parameters in net.sf.shineframework.server.services.impl with type arguments of type Configuration
 void ConfigurationServiceImpl.setConfigurationDao(NamedDao<Configuration> configurationDao)
           
 



Copyright © 2007 sourceforge.net. All Rights Reserved.