Guvnor - Services Backend 6.0.0.Final

org.guvnor.common.services.backend.metadata
Class CategoryServiceImpl

java.lang.Object
  extended by org.guvnor.common.services.backend.metadata.CategoryServiceImpl
All Implemented Interfaces:
CategoriesService

@ApplicationScoped
public class CategoryServiceImpl
extends Object
implements CategoriesService


Constructor Summary
CategoryServiceImpl()
           
 
Method Summary
 Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
           
 Categories getContent(org.uberfire.backend.vfs.Path path)
           
 CategoriesModelContent getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot)
           
 void save(org.uberfire.backend.vfs.Path path, Categories content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryServiceImpl

public CategoryServiceImpl()
Method Detail

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

Guvnor - Services Backend 6.0.0.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.