org.broadleafcommerce.openadmin.server.service
Class AppConfigurationRemoteService

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.AppConfigurationRemoteService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, AppConfigurationService

@Service(value="blAppConfigurationRemoteService")
public class AppConfigurationRemoteService
extends Object
implements AppConfigurationService

Author:
jfischer

Field Summary
protected  Map<String,String> propertyConfigurations
           
 
Constructor Summary
AppConfigurationRemoteService()
           
 
Method Summary
 Boolean getBooleanPropertyValue(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyConfigurations

protected Map<String,String> propertyConfigurations
Constructor Detail

AppConfigurationRemoteService

public AppConfigurationRemoteService()
Method Detail

getBooleanPropertyValue

public Boolean getBooleanPropertyValue(String propertyName)
Specified by:
getBooleanPropertyValue in interface AppConfigurationService


Copyright © 2013. All Rights Reserved.