@RemoteServiceRelativePath(value="importfolders")
public interface ImportFoldersService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
changeStatus(String sid,
long id,
boolean enabled)
Changes a share enabled/disabled status
|
void |
delete(String sid,
long id)
Deletes a given folder
|
GUIShare |
getShare(String sid,
long id)
Loads a given import folder from the database
|
void |
resetCache(String sid,
long id)
Cleans the cache
|
GUIShare |
save(String sid,
GUIShare share)
Creates or updates an import folder
|
boolean |
test(String sid,
long id)
Test the connection to the given import folder
|
void delete(String sid, long id) throws InvalidSessionException
InvalidSessionException
GUIShare save(String sid, GUIShare share) throws InvalidSessionException
InvalidSessionException
GUIShare getShare(String sid, long id) throws InvalidSessionException
InvalidSessionException
boolean test(String sid, long id) throws InvalidSessionException
InvalidSessionException
void changeStatus(String sid, long id, boolean enabled) throws InvalidSessionException
InvalidSessionException
void resetCache(String sid, long id) throws InvalidSessionException
InvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.