| Package | Description |
|---|---|
| org.kuali.rice.kns.bo | |
| org.kuali.rice.kns.lookup |
Copyright 2005-2018 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.kns.maintenance |
Copyright 2005-2018 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.kns.maintenance.rules |
Copyright 2005-2018 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.kns.rule |
Copyright 2005-2018 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.kns.rule.event |
Copyright 2005-2018 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.kns.service |
Copyright 2005-2018 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.kns.web.struts.action |
Copyright 2005-2018 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.bo | |
| org.kuali.rice.krad.dao | |
| org.kuali.rice.krad.dao.impl | |
| org.kuali.rice.krad.dao.proxy | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl | |
| org.kuali.rice.krad.service.util | |
| org.kuali.rice.krad.util |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalBusinessObjectDetailBase
Deprecated.
use BulkUpdate instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
LookupResults
Deprecated.
Only used in KNS classes, use KRAD.
|
class |
MultipleValueLookupMetadata
Deprecated.
Only used in KNS classes, use KRAD.
|
class |
SelectedObjectIds
Deprecated.
Only used in KNS classes, use KRAD.
|
| Modifier and Type | Field and Description |
|---|---|
protected PersistableBusinessObject |
KualiMaintainableImpl.businessObject
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PersistableBusinessObject> |
KualiMaintainableImpl.newCollectionLines
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
Maintainable.getBusinessObject()
Deprecated.
|
PersistableBusinessObject |
KualiMaintainableImpl.getBusinessObject()
Deprecated.
|
PersistableBusinessObject |
Maintainable.getNewCollectionLine(String collectionName)
Deprecated.
|
PersistableBusinessObject |
KualiMaintainableImpl.getNewCollectionLine(String collectionName)
Deprecated.
|
PersistableBusinessObject |
KualiMaintainableImpl.initNewCollectionLine(String collectionName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends PersistableBusinessObject> |
KualiGlobalMaintainableImpl.getPrimaryEditedBusinessObjectClass()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Maintainable.addMultipleValueLookupResults(MaintenanceDocument document,
String collectionName,
Collection<PersistableBusinessObject> rawValues,
boolean needsBlank,
PersistableBusinessObject bo)
Deprecated.
|
void |
KualiMaintainableImpl.addMultipleValueLookupResults(MaintenanceDocument document,
String collectionName,
Collection<PersistableBusinessObject> rawValues,
boolean needsBlank,
PersistableBusinessObject bo)
Deprecated.
|
void |
Maintainable.setBusinessObject(PersistableBusinessObject object)
Deprecated.
|
void |
KualiMaintainableImpl.setBusinessObject(PersistableBusinessObject businessObject)
Deprecated.
|
protected void |
KualiMaintainableImpl.setNewCollectionLineDefaultValues(String collectionName,
PersistableBusinessObject addLine)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Maintainable.addMultipleValueLookupResults(MaintenanceDocument document,
String collectionName,
Collection<PersistableBusinessObject> rawValues,
boolean needsBlank,
PersistableBusinessObject bo)
Deprecated.
|
void |
KualiMaintainableImpl.addMultipleValueLookupResults(MaintenanceDocument document,
String collectionName,
Collection<PersistableBusinessObject> rawValues,
boolean needsBlank,
PersistableBusinessObject bo)
Deprecated.
|
| Constructor and Description |
|---|
KualiMaintainableImpl(PersistableBusinessObject businessObject)
Deprecated.
Constructor which initializes the business object to be maintained.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MaintenanceDocumentRuleBase.processAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject bo)
Deprecated.
|
boolean |
MaintenanceDocumentRuleBase.processCustomAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject line)
Deprecated.
|
protected boolean |
MaintenanceDocumentRuleBase.validateDuplicateIdentifierInDataDictionary(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject bo)
Deprecated.
This method validates that there should only exist one entry in the collection whose
fields match the fields specified within the duplicateIdentificationFields in the
maintenance document data dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddCollectionLineRule.processAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject line)
Deprecated.
This method allows business rules to be called whenever a new object is added to a maintainable collection in
the UI layer.
|
| Constructor and Description |
|---|
KualiAddLineEvent(Document document,
String collectionName,
PersistableBusinessObject addLine)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentDictionaryService.validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document,
PersistableBusinessObject businessObject,
String collectionName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KualiMaintenanceDocumentAction.copyParametersToBO(Map<String,String> parameters,
PersistableBusinessObject newBO)
Deprecated.
|
protected void |
KualiMaintenanceDocumentAction.populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request,
PersistableBusinessObject oldBusinessObject,
Maintainable oldMaintainableObject)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistableBusinessObjectExtension
Deprecated.
use a plain old Object property on your class and use
data.provider.annotation.ExtensionFor annotation on the actual extension class. |
| Modifier and Type | Class and Description |
|---|---|
class |
InactivatableFromToImpl |
class |
KualiCodeBase |
class |
PersistableBusinessObjectBase
Deprecated.
use new KRAD Data framework
DataObjectService.
In this framework, data objects are not required to have a superclass and can
be POJO's but they can optionally use DataObjectBase
to emulate previous functionality. |
class |
PersistableBusinessObjectExtensionBase
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Collection<PersistableBusinessObject>> |
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
Deprecated.
|
List<Collection<PersistableBusinessObject>> |
PersistableBusinessObject.buildListOfDeletionAwareLists()
Deprecated.
If this method is not implemented appropriately for PersistableBusinessObject with collections, then PersistableBusinessObject with collections will not persist deletions correctly.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDao.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
Merges the given business object, but tells the ORM that the object is to be treated as Read Only,
and even if it has changes, it will not be persisted to the database
|
PersistableBusinessObject |
BusinessObjectDao.save(PersistableBusinessObject bo)
Deprecated.
Saves any object that implements the BusinessObject interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PersistableBusinessObject> |
BusinessObjectDao.save(List businessObjects)
Deprecated.
Saves a List of BusinessObjects.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDao.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
Merges the given business object, but tells the ORM that the object is to be treated as Read Only,
and even if it has changes, it will not be persisted to the database
|
PersistableBusinessObject |
BusinessObjectDao.save(PersistableBusinessObject bo)
Deprecated.
Saves any object that implements the BusinessObject interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDao.delete(List<? extends PersistableBusinessObject> boList)
Deprecated.
Deletes each business object in the given List from the database.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDaoOjb.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
No need to do anything - avoid saving and OJB will "manage read only"
|
PersistableBusinessObject |
BusinessObjectDaoOjb.save(PersistableBusinessObject bo)
Deprecated.
Saves a business object.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PersistableBusinessObject> |
BusinessObjectDaoOjb.save(List businessObjects)
Deprecated.
Saves a business object.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDaoOjb.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
No need to do anything - avoid saving and OJB will "manage read only"
|
PersistableBusinessObject |
BusinessObjectDaoOjb.save(PersistableBusinessObject bo)
Deprecated.
Saves a business object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDaoOjb.delete(List<? extends PersistableBusinessObject> boList)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDaoProxy.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
|
PersistableBusinessObject |
BusinessObjectDaoProxy.save(PersistableBusinessObject bo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PersistableBusinessObject> |
BusinessObjectDaoProxy.save(List businessObjects)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectDaoProxy.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
|
PersistableBusinessObject |
BusinessObjectDaoProxy.save(PersistableBusinessObject bo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDaoProxy.delete(List<? extends PersistableBusinessObject> boList)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistableBusinessObject> |
BusinessObjectService.save(T bo)
Deprecated.
Saves the passed in object via the persistence layer.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectService.linkAndSave(PersistableBusinessObject bo)
Deprecated.
Links up any contained objects, and then Saves the passed in object via the persistence layer.
|
PersistableBusinessObject |
BusinessObjectService.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
Merges the given business object, but tells the ORM that the object is to be treated as Read Only,
and even if it has changes, it will not be persisted to the database
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PersistableBusinessObject> |
BusinessObjectService.linkAndSave(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
Links up any contained objects, and Saves the businessObjects on the list via the persistence layer.
|
List<? extends PersistableBusinessObject> |
BusinessObjectService.save(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
Saves the businessObjects on the list via the persistence layer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistenceService.allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
ForeignKeyFieldsPopulationState |
PersistenceStructureService.getForeignKeyFieldsPopulationState(PersistableBusinessObject bo,
String referenceName)
Deprecated.
This method checks the foreign keys for a reference on a given BO, and tests that all fk fields are populated if any are
populated.
|
PersistableBusinessObject |
BusinessObjectService.linkAndSave(PersistableBusinessObject bo)
Deprecated.
Links up any contained objects, and then Saves the passed in object via the persistence layer.
|
Map<String,Class> |
PersistenceStructureService.listCollectionObjectTypes(PersistableBusinessObject bo)
Deprecated.
|
Map<String,Class> |
PersistenceStructureService.listReferenceObjectFields(PersistableBusinessObject bo)
Deprecated.
This method uses the persistence layer to determine the list of reference objects contained within this parent object.
|
PersistableBusinessObject |
BusinessObjectService.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
Merges the given business object, but tells the ORM that the object is to be treated as Read Only,
and even if it has changes, it will not be persisted to the database
|
void |
PersistenceService.refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
Deprecated.
|
void |
LegacyAppFrameworkAdapterService.refreshReferenceObject(PersistableBusinessObject businessObject,
String referenceObjectName)
Deprecated.
Refreshes the specified reference object on the given business object.
|
void |
LegacyAppFrameworkAdapterService.retrieveReferenceObject(PersistableBusinessObject persistableBusinessObject,
String referenceObjectName)
Deprecated.
Retrieve reference object for persistable business object
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectService.delete(List<? extends PersistableBusinessObject> boList)
Deprecated.
Deletes each business object in the given List.
|
Class<? extends PersistableBusinessObjectExtension> |
PersistenceStructureService.getBusinessObjectAttributeClass(Class<? extends PersistableBusinessObject> clazz,
String attributeName)
Deprecated.
This method is a PersistableBusinessObject specifific utility method.
|
PersistableBusinessObjectExtension |
LegacyAppFrameworkAdapterService.getExtension(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated.
Creates an instance of the extension for the given business object class.
|
String |
PersistenceStructureService.getTableName(Class<? extends PersistableBusinessObject> boClass)
Deprecated.
Returns the name of the table underlying the business object class
|
List<? extends PersistableBusinessObject> |
BusinessObjectService.linkAndSave(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
Links up any contained objects, and Saves the businessObjects on the list via the persistence layer.
|
List<? extends PersistableBusinessObject> |
BusinessObjectService.save(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
Saves the businessObjects on the list via the persistence layer.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistableBusinessObject> |
BusinessObjectServiceImpl.save(T bo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PersistableBusinessObject |
BusinessObjectServiceImpl.linkAndSave(PersistableBusinessObject bo)
Deprecated.
|
PersistableBusinessObject |
BusinessObjectServiceImpl.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PersistableBusinessObject> |
BusinessObjectServiceImpl.linkAndSave(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
|
List<? extends PersistableBusinessObject> |
BusinessObjectServiceImpl.save(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistenceServiceOjbImpl.allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
boolean |
PersistenceServiceImpl.allForeignKeyValuesPopulatedForReference(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
ForeignKeyFieldsPopulationState |
PersistenceStructureServiceOjbImpl.getForeignKeyFieldsPopulationState(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
ForeignKeyFieldsPopulationState |
PersistenceStructureServiceImpl.getForeignKeyFieldsPopulationState(PersistableBusinessObject bo,
String referenceName)
Deprecated.
|
protected boolean |
BusinessObjectServiceImpl.isBusinessObjectAllowedForSave(PersistableBusinessObject bo)
Deprecated.
Returns true if the BusinessObjectService should be permitted to save instances of the given PersistableBusinessObject.
|
PersistableBusinessObject |
BusinessObjectServiceImpl.linkAndSave(PersistableBusinessObject bo)
Deprecated.
|
Map<String,Class> |
PersistenceStructureServiceOjbImpl.listCollectionObjectTypes(PersistableBusinessObject bo)
Deprecated.
|
Map<String,Class> |
PersistenceStructureServiceImpl.listCollectionObjectTypes(PersistableBusinessObject bo)
Deprecated.
|
Map<String,Class> |
PersistenceStructureServiceOjbImpl.listReferenceObjectFields(PersistableBusinessObject bo)
Deprecated.
|
Map<String,Class> |
PersistenceStructureServiceImpl.listReferenceObjectFields(PersistableBusinessObject bo)
Deprecated.
|
PersistableBusinessObject |
BusinessObjectServiceImpl.manageReadOnly(PersistableBusinessObject bo)
Deprecated.
|
void |
PersistenceServiceOjbImpl.refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
Deprecated.
|
void |
PersistenceServiceImpl.refreshAllNonUpdatingReferences(PersistableBusinessObject bo)
Deprecated.
|
protected void |
BusinessObjectServiceImpl.validateBusinessObjectForSave(PersistableBusinessObject bo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectServiceImpl.delete(List<? extends PersistableBusinessObject> boList)
Deprecated.
|
Class<? extends PersistableBusinessObjectExtension> |
PersistenceServiceStructureImplBase.getBusinessObjectAttributeClass(Class<? extends PersistableBusinessObject> clazz,
String attributeName)
Deprecated.
|
String |
PersistenceStructureServiceOjbImpl.getTableName(Class<? extends PersistableBusinessObject> boClass)
Deprecated.
This overridden method ...
|
String |
PersistenceStructureServiceImpl.getTableName(Class<? extends PersistableBusinessObject> boClass)
Deprecated.
This overridden method ...
|
List<? extends PersistableBusinessObject> |
BusinessObjectServiceImpl.linkAndSave(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
|
protected void |
BusinessObjectServiceImpl.linkUserFieldsInBoList(List<PersistableBusinessObject> list)
Deprecated.
|
List<? extends PersistableBusinessObject> |
BusinessObjectServiceImpl.save(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
|
protected void |
BusinessObjectServiceImpl.validateBusinessObjectForSave(List<? extends PersistableBusinessObject> businessObjects)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OjbCollectionHelper.processCollections(OjbCollectionAware template,
PersistableBusinessObject orig,
PersistableBusinessObject copy)
Deprecated.
OJB RemovalAwareLists do not survive through the response/request lifecycle.
|
void |
OjbCollectionHelper.processCollections2(OjbCollectionAware template,
PersistableBusinessObject orig,
PersistableBusinessObject copy)
Deprecated.
OJB RemovalAwareLists do not survive through the response/request lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ObjectUtils.collectionContainsObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
|
static int |
ObjectUtils.countObjectsWithIdentitcalKey(Collection<? extends PersistableBusinessObject> collection,
PersistableBusinessObject bo)
Deprecated.
Compares a business object with a Collection of
PersistableBusinessObjects to count how many have the
same key as the BO. |
static boolean |
ObjectUtils.equalByKeys(PersistableBusinessObject bo1,
PersistableBusinessObject bo2)
Deprecated.
use
DataObjectWrapper.equalsByPrimaryKey(Object) |
static void |
ObjectUtils.materializeAllSubObjects(PersistableBusinessObject bo)
Deprecated.
Replaced by
DataObjectWrapper.materializeReferencedObjectsToDepth(int, org.kuali.rice.krad.data.MaterializeOption...) |
static void |
ObjectUtils.materializeSubObjectsToDepth(PersistableBusinessObject bo,
int depth)
Deprecated.
Replaced by
DataObjectWrapper.materializeReferencedObjectsToDepth(int, org.kuali.rice.krad.data.MaterializeOption...) |
static void |
ObjectUtils.removeObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
there is no replacement for this method
|
static BusinessObject |
ObjectUtils.retrieveObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
there is no replacement for this method
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ObjectUtils.collectionContainsObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
|
static int |
ObjectUtils.countObjectsWithIdentitcalKey(Collection<? extends PersistableBusinessObject> collection,
PersistableBusinessObject bo)
Deprecated.
Compares a business object with a Collection of
PersistableBusinessObjects to count how many have the
same key as the BO. |
static void |
ObjectUtils.removeObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
there is no replacement for this method
|
static BusinessObject |
ObjectUtils.retrieveObjectWithIdentitcalKey(Collection<? extends PersistableBusinessObject> controlList,
PersistableBusinessObject bo)
Deprecated.
there is no replacement for this method
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.