@ApplicationScoped public class CategoryServiceImpl extends Object implements CategoriesService
| Constructor and Description |
|---|
CategoryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Categories |
getCategoriesFromResource(org.uberfire.backend.vfs.Path resource) |
CategoriesModelContent |
getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot) |
protected org.uberfire.rpc.SessionInfo |
getSessionInfo() |
Categories |
load(org.uberfire.backend.vfs.Path path) |
protected Overview |
loadOverview(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
save(org.uberfire.backend.vfs.Path path,
Categories content,
Metadata metadata,
String comment) |
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
Categories content,
Metadata metadata,
String comment)
save in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate<Categories,Metadata>public Categories load(org.uberfire.backend.vfs.Path path)
load in interface org.uberfire.ext.editor.commons.service.support.SupportsRead<Categories>public CategoriesModelContent getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot)
getContentByRoot in interface CategoriesServiceprotected Overview loadOverview(org.uberfire.backend.vfs.Path path)
public Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
getCategoriesFromResource in interface CategoriesServiceprotected org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.