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(java.lang.String entityName,
java.lang.String key)
|
java.lang.Object |
find(java.lang.Class type,
java.lang.Object key)
|
java.lang.Object |
findDeep(java.lang.String typeName,
java.lang.Object key)
|
java.util.List |
getAll(java.lang.String type)
|
java.util.List |
getAllDeep(java.lang.String type)
|
java.util.List |
getAllFetching(java.lang.String type,
java.lang.String... properties)
|
java.util.List<java.lang.String> |
getKnownTypes()
|
getKnownTypes
java.util.List<java.lang.String> getKnownTypes()
getAll
java.util.List getAll(java.lang.String type)
find
java.lang.Object find(java.lang.Class type,
java.lang.Object key)
getAllFetching
java.util.List getAllFetching(java.lang.String type,
java.lang.String... properties)
throws java.beans.IntrospectionException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.beans.IntrospectionException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
getAllDeep
java.util.List getAllDeep(java.lang.String type)
throws java.beans.IntrospectionException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.beans.IntrospectionException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
findDeep
java.lang.Object findDeep(java.lang.String typeName,
java.lang.Object key)
throws java.lang.IllegalAccessException,
java.beans.IntrospectionException,
java.lang.reflect.InvocationTargetException,
java.lang.ClassNotFoundException
- Throws:
java.lang.IllegalAccessException
java.beans.IntrospectionException
java.lang.reflect.InvocationTargetException
java.lang.ClassNotFoundException
delete
void delete(java.lang.String entityName,
java.lang.String key)
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.