Package | Description |
---|---|
org.gcube.portlets.user.workspace.client.rpc | |
org.gcube.portlets.user.workspace.client.view.smartfolder | |
org.gcube.portlets.user.workspace.server |
Modifier and Type | Method and Description |
---|---|
SmartFolderModel |
GWTWorkspaceService.createSmartFolder(String name,
String description,
String query,
String parentId)
Creates the smart folder.
|
Modifier and Type | Method and Description |
---|---|
List<SmartFolderModel> |
GWTWorkspaceService.getAllSmartFolders()
Gets the all smart folders.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.createSmartFolder(String name,
String description,
String query,
String parentId,
com.google.gwt.user.client.rpc.AsyncCallback<SmartFolderModel> callback)
Creates the smart folder.
|
void |
GWTWorkspaceServiceAsync.getAllSmartFolders(com.google.gwt.user.client.rpc.AsyncCallback<List<SmartFolderModel>> callback)
Gets the all smart folders.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartFolderPanel.loadSmartFolder(SmartFolderModel smart) |
Modifier and Type | Method and Description |
---|---|
void |
SmartFolderPanel.loadSmartFolders(List<SmartFolderModel> result) |
Modifier and Type | Method and Description |
---|---|
SmartFolderModel |
GWTWorkspaceBuilder.buildGXTSmartFolderModel(org.gcube.common.homelibrary.home.workspace.WorkspaceSmartFolder wsFolder,
String query)
Builds the gxt smart folder model.
|
SmartFolderModel |
GWTWorkspaceServiceImpl.createSmartFolder(String name,
String description,
String query,
String parentId) |
Modifier and Type | Method and Description |
---|---|
List<SmartFolderModel> |
GWTWorkspaceBuilder.buildGXTListSmartFolderModel(List<org.gcube.common.homelibrary.home.workspace.WorkspaceSmartFolder> listWorkspaceSmartFolder)
Builds the gxt list smart folder model.
|
List<SmartFolderModel> |
GWTWorkspaceServiceImpl.getAllSmartFolders() |
Copyright © 2016. All Rights Reserved.