Uses of Interface
org.kuali.rice.krad.bo.ExternalizableBusinessObject

Packages that use ExternalizableBusinessObject
org.kuali.rice.coreservice.framework.component   
org.kuali.rice.coreservice.framework.namespace   
org.kuali.rice.coreservice.framework.parameter   
org.kuali.rice.coreservice.impl.component   
org.kuali.rice.coreservice.impl.namespace   
org.kuali.rice.coreservice.impl.parameter   
org.kuali.rice.coreservice.impl.service   
org.kuali.rice.kew.docsearch   
org.kuali.rice.kew.doctype.bo   
org.kuali.rice.kew.impl.service   
org.kuali.rice.kew.routeheader   
org.kuali.rice.kew.service.impl Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.framework.group Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.framework.identity   
org.kuali.rice.kim.framework.identity.address   
org.kuali.rice.kim.framework.identity.affiliation   
org.kuali.rice.kim.framework.identity.citizenship   
org.kuali.rice.kim.framework.identity.email   
org.kuali.rice.kim.framework.identity.employment   
org.kuali.rice.kim.framework.identity.external   
org.kuali.rice.kim.framework.identity.name   
org.kuali.rice.kim.framework.identity.phone   
org.kuali.rice.kim.framework.role Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.impl.group   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.impl.identity.address   
org.kuali.rice.kim.impl.identity.affiliation   
org.kuali.rice.kim.impl.identity.citizenship   
org.kuali.rice.kim.impl.identity.email   
org.kuali.rice.kim.impl.identity.employment   
org.kuali.rice.kim.impl.identity.external   
org.kuali.rice.kim.impl.identity.name   
org.kuali.rice.kim.impl.identity.phone   
org.kuali.rice.kim.impl.role   
org.kuali.rice.kim.impl.services   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.lookup Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.lookup   
org.kuali.rice.krad.service   
org.kuali.rice.krad.service.impl   
org.kuali.rice.location.framework.campus   
org.kuali.rice.location.framework.country   
org.kuali.rice.location.framework.county   
org.kuali.rice.location.framework.postalcode   
org.kuali.rice.location.framework.state   
org.kuali.rice.location.impl.campus   
org.kuali.rice.location.impl.country   
org.kuali.rice.location.impl.county   
org.kuali.rice.location.impl.postalcode   
org.kuali.rice.location.impl.service   
org.kuali.rice.location.impl.state   
org.kuali.rice.location.service.impl   
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.component
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.component
 interface ComponentEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.namespace
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.namespace
 interface NamespaceEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.parameter
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.coreservice.framework.parameter
 interface ParameterEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 interface ParameterTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.impl.component
 

Classes in org.kuali.rice.coreservice.impl.component that implement ExternalizableBusinessObject
 class ComponentBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.impl.namespace
 

Classes in org.kuali.rice.coreservice.impl.namespace that implement ExternalizableBusinessObject
 class NamespaceBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.impl.parameter
 

Classes in org.kuali.rice.coreservice.impl.parameter that implement ExternalizableBusinessObject
 class ParameterBo
           
 class ParameterTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.coreservice.impl.service
 

Methods in org.kuali.rice.coreservice.impl.service with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
CoreServiceRemoteModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
CoreServiceRemoteModuleService.getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kew.docsearch
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kew.docsearch
 interface DocumentSearchCriteriaEbo
          Defines an externalizable business object interface for workflow documents.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kew.doctype.bo
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kew.doctype.bo
 interface DocumentTypeEBO
          This is a description of what this class does - Garey don't forget to fill this in.
 

Classes in org.kuali.rice.kew.doctype.bo that implement ExternalizableBusinessObject
 class DocumentType
          Model bean mapped to ojb representing a document type.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kew.impl.service
 

Methods in org.kuali.rice.kew.impl.service with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
KewRemoteModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
          This overridden method calls the DocumentTypeService instead of the underlying KNS service.
<T extends ExternalizableBusinessObject>
List<T>
KewRemoteModuleService.getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kew.routeheader
 

Classes in org.kuali.rice.kew.routeheader that implement ExternalizableBusinessObject
 class DocumentRouteHeaderValue
          A document within KEW.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kew.service.impl
 

Methods in org.kuali.rice.kew.service.impl with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
KEWModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
          This overridden method calls the DocumentTypeService instead of the underlying KNS service.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.api.identity
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.api.identity
 interface Person
          Person object for use by the KNS and KNS-based applications.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.group
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.group
 interface GroupEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity
 interface EntityTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.address
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.address
 interface EntityAddressTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.affiliation
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.affiliation
 interface EntityAffiliationTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.citizenship
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.citizenship
 interface EntityCitizenshipChangeTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 interface EntityCitizenshipStatusEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.email
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.email
 interface EntityEmailTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.employment
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.employment
 interface EntityEmploymentStatusEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 interface EntityEmploymentTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.external
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.external
 interface EntityExternalIdentifierTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.name
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.name
 interface EntityNameTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.phone
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.identity.phone
 interface EntityPhoneTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.framework.role
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.kim.framework.role
 interface RoleEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.group
 

Classes in org.kuali.rice.kim.impl.group that implement ExternalizableBusinessObject
 class GroupBase
           
 class GroupBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity
 

Classes in org.kuali.rice.kim.impl.identity that implement ExternalizableBusinessObject
 class EntityTypeBo
           
 class PersonImpl
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.address
 

Classes in org.kuali.rice.kim.impl.identity.address that implement ExternalizableBusinessObject
 class EntityAddressTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.affiliation
 

Classes in org.kuali.rice.kim.impl.identity.affiliation that implement ExternalizableBusinessObject
 class EntityAffiliationTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.citizenship
 

Classes in org.kuali.rice.kim.impl.identity.citizenship that implement ExternalizableBusinessObject
 class EntityCitizenshipChangeTypeBo
           
 class EntityCitizenshipStatusBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.email
 

Classes in org.kuali.rice.kim.impl.identity.email that implement ExternalizableBusinessObject
 class EntityEmailTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.employment
 

Classes in org.kuali.rice.kim.impl.identity.employment that implement ExternalizableBusinessObject
 class EntityEmploymentStatusBo
           
 class EntityEmploymentTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.external
 

Classes in org.kuali.rice.kim.impl.identity.external that implement ExternalizableBusinessObject
 class EntityExternalIdentifierTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.name
 

Classes in org.kuali.rice.kim.impl.identity.name that implement ExternalizableBusinessObject
 class EntityNameTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.identity.phone
 

Classes in org.kuali.rice.kim.impl.identity.phone that implement ExternalizableBusinessObject
 class EntityPhoneTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.role
 

Classes in org.kuali.rice.kim.impl.role that implement ExternalizableBusinessObject
 class RoleBo
           
 class RoleBoLite
          This is a copy of the RoleBo except it doesn't load the member information.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.impl.services
 

Methods in org.kuali.rice.kim.impl.services with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
KimRemoteModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
KimRemoteModuleService.getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
KimModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
          This overridden method ...
<T extends ExternalizableBusinessObject>
List<T>
KimModuleService.getExternalizableBusinessObjectsList(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues)
          This overridden method ...
<T extends ExternalizableBusinessObject>
List<T>
KimModuleService.getExternalizableBusinessObjectsListForLookup(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues, boolean unbounded)
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.kns.lookup
 

Methods in org.kuali.rice.kns.lookup that return types with arguments of type ExternalizableBusinessObject
protected  Class<? extends ExternalizableBusinessObject> KualiLookupableHelperServiceImpl.getExternalizableBusinessObjectClass(Class boClass, String propertyName)
          Deprecated. Given an property on the main BO class, return the defined type of the ExternalizableBusinessObject.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.krad.lookup
 

Methods in org.kuali.rice.krad.lookup that return types with arguments of type ExternalizableBusinessObject
static Class<? extends ExternalizableBusinessObject> LookupUtils.getExternalizableBusinessObjectClass(Class<?> boClass, String propertyName)
          Given an property on the main BO class, return the defined type of the ExternalizableBusinessObject.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
ModuleService.createNewObjectFromExternalizableClass(Class<T> boClass)
           
<T extends ExternalizableBusinessObject>
T
ModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
          This method gets the externalizable business object, given its type and a map of primary keys and values
<E extends ExternalizableBusinessObject>
Class<E>
ModuleService.getExternalizableBusinessObjectImplementation(Class<E> externalizableBusinessObjectInterface)
          For a given ExternalizableBusinessObject interface, return the implementation class provided by this module.
<T extends ExternalizableBusinessObject>
List<T>
ModuleService.getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
          This method gets the list of externalizable business objects, given its type and a map of primary keys and values.
<T extends ExternalizableBusinessObject>
List<T>
ModuleService.getExternalizableBusinessObjectsListForLookup(Class<T> businessObjectClass, Map<String,Object> fieldValues, boolean unbounded)
          This method gets the list of externalizable business objects for lookup, given its type and a map of primary keys and values.
<T extends ExternalizableBusinessObject>
T
ModuleService.retrieveExternalizableBusinessObjectIfNecessary(BusinessObject businessObject, T currentInstanceExternalizableBO, String externalizableRelationshipName)
          This method retrieves the externalizable business object, if it is not already populated with the matching primary key values.
<T extends ExternalizableBusinessObject>
List<T>
ModuleService.retrieveExternalizableBusinessObjectsList(BusinessObject businessObject, String externalizableRelationshipName, Class<T> externalizableClazz)
          This method retrieves a list of externalizable business objects given a business object, name of the relationship between the business object and the externalizable business object, and the externalizable business object class.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
RemoteModuleServiceBase.createNewObjectFromExternalizableClass(Class<T> boClass)
           
<T extends ExternalizableBusinessObject>
T
ModuleServiceBase.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<E extends ExternalizableBusinessObject>
Class<E>
RemoteModuleServiceBase.getExternalizableBusinessObjectImplementation(Class<E> externalizableBusinessObjectInterface)
           
<T extends ExternalizableBusinessObject>
List<T>
ModuleServiceBase.getExternalizableBusinessObjectsList(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
RemoteModuleServiceBase.getExternalizableBusinessObjectsListForLookup(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues, boolean unbounded)
           
<T extends ExternalizableBusinessObject>
T
RemoteModuleServiceBase.retrieveExternalizableBusinessObjectIfNecessary(BusinessObject businessObject, T currentInstanceExternalizableBO, String externalizableRelationshipName)
          This method assumes that the property type for externalizable relationship in the business object is an interface and gets the concrete implementation for it This method retrieves the externalizable business object, if it is not already populated with the matching primary key values.
 

Methods in org.kuali.rice.krad.service.impl that return types with arguments of type ExternalizableBusinessObject
 List<? extends ExternalizableBusinessObject> RemoteModuleServiceBase.retrieveExternalizableBusinessObjectsList(BusinessObject businessObject, String externalizableRelationshipName, Class externalizableClazz)
          This method assumes that the externalizableClazz is an interface and gets the concrete implementation for it This method retrieves a list of externalizable business objects given a business object, name of the relationship between the business object and the externalizable business object, and the externalizable business object class.
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.framework.campus
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.location.framework.campus
 interface CampusEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 interface CampusTypeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.framework.country
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.location.framework.country
 interface CountryEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.framework.county
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.location.framework.county
 interface CountyEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.framework.postalcode
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.location.framework.postalcode
 interface PostalCodeEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.framework.state
 

Subinterfaces of ExternalizableBusinessObject in org.kuali.rice.location.framework.state
 interface StateEbo
          TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.campus
 

Classes in org.kuali.rice.location.impl.campus that implement ExternalizableBusinessObject
 class CampusBo
           
 class CampusTypeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.country
 

Classes in org.kuali.rice.location.impl.country that implement ExternalizableBusinessObject
 class CountryBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.county
 

Classes in org.kuali.rice.location.impl.county that implement ExternalizableBusinessObject
 class CountyBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.postalcode
 

Classes in org.kuali.rice.location.impl.postalcode that implement ExternalizableBusinessObject
 class PostalCodeBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.service
 

Methods in org.kuali.rice.location.impl.service with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
LocationRemoteModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
LocationRemoteModuleService.getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
LocationRemoteModuleService.queryForEbos(Class<T> businessObjectClass, QueryByCriteria query)
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.impl.state
 

Classes in org.kuali.rice.location.impl.state that implement ExternalizableBusinessObject
 class StateBo
           
 

Uses of ExternalizableBusinessObject in org.kuali.rice.location.service.impl
 

Methods in org.kuali.rice.location.service.impl with type parameters of type ExternalizableBusinessObject
<T extends ExternalizableBusinessObject>
T
LocationModuleService.getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
           
<T extends ExternalizableBusinessObject>
List<T>
LocationModuleService.getExternalizableBusinessObjectsList(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues)
          This overridden method ...
<T extends ExternalizableBusinessObject>
List<T>
LocationModuleService.getExternalizableBusinessObjectsListForLookup(Class<T> externalizableBusinessObjectClass, Map<String,Object> fieldValues, boolean unbounded)
           
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.