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.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-2013 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-2013 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-2013 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-2013 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.identity   
org.kuali.rice.kim.impl.services   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.lookup Copyright 2005-2013 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.service   
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.parameter
 

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

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.
 class DocumentRouteHeaderValueActionListExtension
          An extension of DocumentRouteHeaderValue which is mapped to OJB to help with optimization of the loading of a user's Action List.
 

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 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.identity
 

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

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)
          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
 

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
 

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.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.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-2013 The Kuali Foundation. All Rights Reserved.