org.broadleafcommerce.openadmin.server.service
Class UtilityRemoteService

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.UtilityRemoteService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, UtilityService, org.springframework.context.ApplicationContextAware

@Service(value="blUtilityRemoteService")
public class UtilityRemoteService
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware, UtilityService

Author:
jfischer

Field Summary
protected  java.lang.String storeFrontWebAppContext
           
 
Constructor Summary
UtilityRemoteService()
           
 
Method Summary
 java.lang.String getStoreFrontWebAppContext()
           
 java.lang.String getWebAppContext()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setStoreFrontWebAppContext(java.lang.String storeFrontWebAppContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storeFrontWebAppContext

protected java.lang.String storeFrontWebAppContext
Constructor Detail

UtilityRemoteService

public UtilityRemoteService()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getWebAppContext

public java.lang.String getWebAppContext()
                                  throws ServiceException
Specified by:
getWebAppContext in interface UtilityService
Throws:
ServiceException

getStoreFrontWebAppContext

public java.lang.String getStoreFrontWebAppContext()
Specified by:
getStoreFrontWebAppContext in interface UtilityService

setStoreFrontWebAppContext

public void setStoreFrontWebAppContext(java.lang.String storeFrontWebAppContext)


Copyright © 2011. All Rights Reserved.