| Methods in com.ca.commons.jndi.beans with parameters of type BeanStoreClassSpec |
static BeanStoreSearchSpec<Object> |
BeanStoreSearchSpec.create(BeanStoreClassSpec<?> clSpec)
|
static
|
BeanStoreSearchSpec.create(BeanStoreClassSpec<?> clSpec,
BeanStoreSearchSpec.ResultFactory<R> resFactory)
|
static
|
BeanStoreSearchSpec.defaultFactory(BeanStoreClassSpec<? extends T> clSpec)
|
String |
JNDIBeanStoreFactory.getBeanClassProperty(BeanStoreClassSpec<?> cl,
String propertyName)
Retrieves a property value for bean class. |
List<com.ca.commons.jndi.beans.xmlbind.BeanType> |
JNDIBeanStoreFactory.getBeanTypeHierarchy(BeanStoreClassSpec<?> cl)
Returns a list of all BeanTypes in the inheritance
hierarchy for the given class. |
String |
JNDIBeanStoreFactory.getDN(BeanStoreClassSpec<?> cl,
String rdn)
|
String |
JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl,
String rdn)
|
String |
JNDIBeanStoreFactory.getDN(BeanStoreClassSpec<?> cl,
String rdn,
String baseDN)
|
String |
JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl,
String rdn,
String baseDN)
|
String |
JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl,
String rdn,
String[] args)
|
String |
JNDIBeanStore.getDN(BeanStoreClassSpec<?> cl,
String rdn,
String[] args,
String baseDN)
|
String |
JNDIBeanStoreFactory.getForceRead(BeanStoreClassSpec<?> aClass,
String propName)
|
int |
JNDIBeanStoreFactory.getLoadLevel(BeanStoreClassSpec<?> aClass,
String propName)
|
Collection<List<com.ca.commons.jndi.beans.xmlbind.MappingType>> |
JNDIBeanStoreFactory.getMappings(BeanStoreClassSpec<?> cl)
Returns a Collection of Lists of MappingTypes,
grouped by ID for this class. |
List<String> |
JNDIBeanStoreFactory.getRequiredProperties(BeanStoreClassSpec<?> cl)
|
List<String> |
JNDIBeanStoreFactory.getSearchableProperties(BeanStoreClassSpec<?> cl)
Returns a List of all searchable properties names for
the given class. |
com.ca.commons.util.LazyIterable<String> |
JNDIBeanStore.propertiesToLoad(BeanStoreClassSpec<?> clSpec,
int previousLevel,
int level)
|