@RemoteServiceRelativePath(value="Workspace")
public interface OKMWorkspaceService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
void |
deleteMailAccount(long id) |
Double |
getUserDocumentsSize() |
GWTWorkspace |
getUserWorkspace() |
String |
isValidPassword(String password) |
void |
updateUserWorkspace(GWTWorkspace workspace) |
GWTWorkspace getUserWorkspace() throws OKMException
OKMException
Double getUserDocumentsSize() throws OKMException
OKMException
void updateUserWorkspace(GWTWorkspace workspace) throws OKMException
OKMException
void deleteMailAccount(long id) throws OKMException
OKMException
String isValidPassword(String password) throws OKMException
OKMException
Copyright © 2016. All rights reserved.