org.broadleafcommerce.openadmin.client.service
Interface UtilityService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
UtilityRemoteService

public interface UtilityService
extends com.google.gwt.user.client.rpc.RemoteService

Author:
jfischer

Method Summary
 java.lang.String getStoreFrontWebAppContext()
           
 java.lang.String getWebAppContext()
           
 

Method Detail

getWebAppContext

java.lang.String getWebAppContext()
                                  throws ServiceException,
                                         com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException

getStoreFrontWebAppContext

java.lang.String getStoreFrontWebAppContext()
                                            throws ServiceException,
                                                   com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException


Copyright © 2011. All Rights Reserved.