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 Object
implements UploadProgressService

Author:
jfischer

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

Field Detail

exploitProtectionService

protected ExploitProtectionService exploitProtectionService
Constructor Detail

UploadProgressRemoteService

public UploadProgressRemoteService()
Method Detail

getPercentUploadComplete

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


Copyright © 2013. All Rights Reserved.