org.guvnor.common.services.backend.metadata
Class CategoryServiceImpl
java.lang.Object
org.guvnor.common.services.backend.metadata.CategoryServiceImpl
- All Implemented Interfaces:
- CategoriesService
@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 void save(org.uberfire.backend.vfs.Path path,
Categories content)
- Specified by:
save in interface CategoriesService
getContent
public Categories getContent(org.uberfire.backend.vfs.Path path)
- Specified by:
getContent in interface CategoriesService
getContentByRoot
public CategoriesModelContent getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot)
- Specified by:
getContentByRoot in interface CategoriesService
getCategoriesFromResource
public Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
getCategoriesFromResource in interface CategoriesService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.