| Modifier and Type | Method and Description |
|---|---|
List<FileBrowserView> |
FileBrowserController.getViews(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get views model attribute.
|
| Modifier and Type | Field and Description |
|---|---|
static FileBrowserView |
FileBrowserView.DEFAULT
Default view.
|
| Modifier and Type | Method and Description |
|---|---|
static FileBrowserView |
FileBrowserView.fromId(String id)
Get view from identifier.
|
static FileBrowserView |
FileBrowserView.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileBrowserView[] |
FileBrowserView.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileBrowserView |
FileBrowserService.getView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String viewId)
Get view.
|
FileBrowserView |
FileBrowserServiceImpl.getView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String viewId)
Get view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileBrowserService.saveView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
FileBrowserView view)
Save view.
|
void |
FileBrowserServiceImpl.saveView(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
FileBrowserView view)
Save view.
|
Copyright © 2019. All rights reserved.