org.broadleafcommerce.admin.client.service
Interface AdminExporterService

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

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

Author:
Phillip Verheyden

Method Summary
 List<AdminExporterDTO> getExporters(AdminExporterType type)
           
 

Method Detail

getExporters

@Secured(value="PERMISSION_OTHER_DEFAULT")
List<AdminExporterDTO> getExporters(AdminExporterType type)
                                    throws com.gwtincubator.security.exception.ApplicationSecurityException
Throws:
com.gwtincubator.security.exception.ApplicationSecurityException


Copyright © 2012. All Rights Reserved.