org.guvnor.common.services.backend.metadata
Class CategoryServiceImpl
java.lang.Object
org.guvnor.common.services.backend.metadata.CategoryServiceImpl
- All Implemented Interfaces:
- CategoriesService, org.uberfire.ext.editor.commons.service.support.SupportsRead<Categories>, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<Categories,Metadata>
@ApplicationScoped
public class CategoryServiceImpl
- extends Object
- implements CategoriesService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryServiceImpl
public CategoryServiceImpl()
save
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
Categories content,
Metadata metadata,
String comment)
- Specified by:
save in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate<Categories,Metadata>
load
public Categories load(org.uberfire.backend.vfs.Path path)
- Specified by:
load in interface org.uberfire.ext.editor.commons.service.support.SupportsRead<Categories>
getContentByRoot
public CategoriesModelContent getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot)
- Specified by:
getContentByRoot in interface CategoriesService
loadOverview
protected Overview loadOverview(org.uberfire.backend.vfs.Path path)
getCategoriesFromResource
public Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
getCategoriesFromResource in interface CategoriesService
getSessionInfo
protected org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.