org.broadleafcommerce.openadmin.server.service.artifact.upload
Class UploadProgressRemoteService

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.artifact.upload.UploadProgressRemoteService
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, UploadProgressService

@Service(value="blUploadRemoteService")
public class UploadProgressRemoteService
extends java.lang.Object
implements UploadProgressService

Author:
jfischer

Constructor Summary
UploadProgressRemoteService()
           
 
Method Summary
 java.lang.Double getPercentUploadComplete(java.lang.String callbackName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadProgressRemoteService

public UploadProgressRemoteService()
Method Detail

getPercentUploadComplete

public java.lang.Double getPercentUploadComplete(java.lang.String callbackName)
                                          throws ServiceException,
                                                 com.gwtincubator.security.exception.ApplicationSecurityException
Specified by:
getPercentUploadComplete in interface UploadProgressService
Throws:
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException


Copyright © 2011. All Rights Reserved.