org.rhq.enterprise.server.test
Interface AccessLocal

All Known Implementing Classes:
AccessBean

public interface AccessLocal

This is the business interface for Access enterprise bean.

Author:
Greg Hinkle

Method Summary
 void delete(String entityName, String key)
           
 Object find(Class type, Object key)
           
 Object findDeep(String typeName, Object key)
           
 List getAll(String type)
           
 List getAllDeep(String type)
           
 List getAllFetching(String type, String... properties)
           
 List<String> getKnownTypes()
           
 

Method Detail

getKnownTypes

List<String> getKnownTypes()

getAll

List getAll(String type)

find

Object find(Class type,
            Object key)

getAllFetching

List getAllFetching(String type,
                    String... properties)
                    throws IntrospectionException,
                           IllegalAccessException,
                           InvocationTargetException
Throws:
IntrospectionException
IllegalAccessException
InvocationTargetException

getAllDeep

List getAllDeep(String type)
                throws IntrospectionException,
                       IllegalAccessException,
                       InvocationTargetException
Throws:
IntrospectionException
IllegalAccessException
InvocationTargetException

findDeep

Object findDeep(String typeName,
                Object key)
                throws IllegalAccessException,
                       IntrospectionException,
                       InvocationTargetException,
                       ClassNotFoundException
Throws:
IllegalAccessException
IntrospectionException
InvocationTargetException
ClassNotFoundException

delete

void delete(String entityName,
            String key)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.