Guvnor - Services Backend 6.2.0.CR2

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

java.lang.Object
  extended by org.guvnor.common.services.backend.metadata.CategoryServiceImpl
All Implemented Interfaces:
SupportsRead<Categories>, SupportsUpdate<Categories>, CategoriesService

@ApplicationScoped
public class CategoryServiceImpl
extends Object
implements CategoriesService


Constructor Summary
CategoryServiceImpl()
           
 
Method Summary
 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)
           
 
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 org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
                                          Categories content,
                                          Metadata metadata,
                                          String comment)
Specified by:
save in interface SupportsUpdate<Categories>

load

public Categories load(org.uberfire.backend.vfs.Path path)
Specified by:
load in interface 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()

Guvnor - Services Backend 6.2.0.CR2

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