@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
InvalidSessionExceptionGUIShare save(String sid, GUIShare share) throws InvalidSessionException
InvalidSessionExceptionGUIShare getShare(String sid, long id) throws InvalidSessionException
InvalidSessionExceptionboolean test(String sid, long id) throws InvalidSessionException
InvalidSessionExceptionvoid changeStatus(String sid, long id, boolean enabled) throws InvalidSessionException
InvalidSessionExceptionvoid resetCache(String sid, long id) throws InvalidSessionException
InvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.