| Package | Description |
|---|---|
| org.kuali.rice.kns.document.authorization |
Copyright 2005-2016 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-2016 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-2016 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-2016 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.rules |
Copyright 2005-2016 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-2016 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-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated.
|
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated.
|
Set<String> |
MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated.
|
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated.
|
Set<String> |
MaintenanceDocumentPresentationControllerBase.getConditionallyRequiredPropertyNames(MaintenanceDocument document)
Deprecated.
|
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyRequiredPropertyNames(MaintenanceDocument document)
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.
|
protected Map<String,String> |
KualiMaintainableImpl.decryptEncryptedData(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
Special hidden parameters are set on the maintenance jsp starting with a
prefix that tells us which fields have been encrypted.
|
List<Section> |
KualiMaintainableImpl.getCoreSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Deprecated.
Gets list of maintenance sections built from the data dictionary.
|
String |
Maintainable.getDocumentTitle(MaintenanceDocument document)
Deprecated.
|
String |
KualiMaintainableImpl.getDocumentTitle(MaintenanceDocument document)
Deprecated.
|
List |
Maintainable.getSections(MaintenanceDocument maintenanceDocument,
Maintainable oldMaintainable)
Deprecated.
|
List |
KualiMaintainableImpl.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Deprecated.
Calls method to get all the core sections for the business object defined
in the data dictionary.
|
Map |
Maintainable.populateBusinessObject(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
Map |
KualiMaintainableImpl.populateBusinessObject(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
Map<String,String> |
Maintainable.populateNewCollectionLines(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
Map<String,String> |
KualiMaintainableImpl.populateNewCollectionLines(Map<String,String> fieldValues,
MaintenanceDocument maintenanceDocument,
String methodToCall)
Deprecated.
|
void |
Maintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
KualiMaintainableImpl.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
Deprecated.
Set the new collection records back to true so they can be deleted (copy
should act like new)
|
void |
Maintainable.processAfterEdit(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
KualiMaintainableImpl.processAfterEdit(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
Maintainable.processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
KualiMaintainableImpl.processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
Maintainable.processAfterPost(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
KualiMaintainableImpl.processAfterPost(MaintenanceDocument document,
Map<String,String[]> requestParameters)
Deprecated.
|
void |
Maintainable.refresh(String refreshCaller,
Map fieldValues,
MaintenanceDocument document)
Deprecated.
|
void |
KualiMaintainableImpl.refresh(String refreshCaller,
Map fieldValues,
MaintenanceDocument document)
Deprecated.
|
void |
Maintainable.setupNewFromExisting(MaintenanceDocument document,
Map<String,String[]> parameters)
Deprecated.
|
void |
KualiMaintainableImpl.setupNewFromExisting(MaintenanceDocument document,
Map<String,String[]> parameters)
Deprecated.
|
protected boolean |
KualiMaintainableImpl.shouldFieldBeEncrypted(MaintenanceDocument maintenanceDocument,
String fieldName,
MaintenanceDocumentRestrictions auths,
String methodToCall)
Deprecated.
Determines whether the field in a request should be encrypted.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MaintenanceDocumentRuleBase.dataDictionaryValidate(MaintenanceDocument document)
Deprecated.
This method executes the DataDictionary Validation against the document.
|
protected boolean |
MaintenanceDocumentRuleBase.isCorrectMaintenanceClass(MaintenanceDocument document,
Class clazz)
Deprecated.
This method tests to make sure the MaintenanceDocument passed in is based on the class you are expecting.
|
protected boolean |
MaintenanceDocumentRuleBase.isDocumentInactivatingBusinessObject(MaintenanceDocument maintenanceDocument)
Deprecated.
Determines whether a document is inactivating the record being maintained
|
protected boolean |
MaintenanceDocumentRuleBase.isDocumentValidForSave(MaintenanceDocument maintenanceDocument)
Deprecated.
This method checks to see if the document is in a state that it can be saved without causing exceptions.
|
protected boolean |
MaintenanceDocumentRuleBase.primaryKeyCheck(MaintenanceDocument document)
Deprecated.
This method checks the two major cases that may violate primary key integrity.
|
boolean |
MaintenanceDocumentRuleBase.processAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject bo)
Deprecated.
|
boolean |
MaintenanceDocumentRuleBase.processCustomAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject line)
Deprecated.
|
protected boolean |
MaintenanceDocumentRuleBase.processCustomApproveDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method should be overridden to provide custom rules for processing document approval.
|
protected boolean |
MaintenanceDocumentRuleBase.processCustomRouteDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method should be overridden to provide custom rules for processing document routing
|
protected boolean |
MaintenanceDocumentRuleBase.processCustomSaveDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method should be overridden to provide custom rules for processing document saving
|
protected boolean |
MaintenanceDocumentRuleBase.processGlobalApproveDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing an
approval.
|
protected boolean |
MaintenanceDocumentRuleBase.processGlobalRouteDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing a
route.
|
protected boolean |
MaintenanceDocumentRuleBase.processGlobalSaveDocumentBusinessRules(MaintenanceDocument document)
Deprecated.
This method enforces all business rules that are common to all maintenance documents which must be tested before
doing a
save.
|
protected boolean |
MaintenanceDocumentRuleBase.processInactivationBlockChecking(MaintenanceDocument maintenanceDocument)
Deprecated.
Determines whether this document has been inactivation blocked
|
protected boolean |
MaintenanceDocumentRuleBase.processInactivationBlockChecking(MaintenanceDocument maintenanceDocument,
InactivationBlockingMetadata inactivationBlockingMetadata)
Deprecated.
Given a InactivationBlockingMetadata, which represents a relationship that may block inactivation of a BO, it
determines whether there
is a record that violates the blocking definition
|
protected void |
MaintenanceDocumentRuleBase.putInactivationBlockingErrorOnPage(MaintenanceDocument document,
InactivationBlockingMetadata inactivationBlockingMetadata)
Deprecated.
If there is a violation of an InactivationBlockingMetadata, it prints out an appropriate error into the error
map
|
void |
MaintenanceDocumentRuleBase.setupBaseConvenienceObjects(MaintenanceDocument document)
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.
|
protected boolean |
MaintenanceDocumentRuleBase.validateGlobalBusinessObjectPersistable(MaintenanceDocument document)
Deprecated.
This method checks whether this maint doc contains Global Business Objects, and if so, whether the GBOs are in a
persistable
state.
|
protected boolean |
MaintenanceDocumentRuleBase.validateMaintenanceDocument(MaintenanceDocument maintenanceDocument)
Deprecated.
This method checks to make sure the document is a valid maintenanceDocument, and has the necessary values
populated such that
it will not cause exceptions in later routing or business rules testing.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceDocumentRule.setupBaseConvenienceObjects(MaintenanceDocument document)
Deprecated.
Sets the convenience objects like newAccount and oldAccount, so you have short and easy handles to the new and
old objects contained in the maintenance document.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
MaintenanceDocumentDictionaryService.getAllowsCopy(MaintenanceDocument document)
Deprecated.
Returns whether or not this document's data dictionary file has flagged it to allow document copies
|
Boolean |
MaintenanceDocumentDictionaryService.getAllowsRecordDeletion(MaintenanceDocument document)
Deprecated.
Indicates whether the given maintenance document is configured to allow record deletions
|
MaintenanceDocumentRestrictions |
BusinessObjectAuthorizationService.getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument,
Person user)
Deprecated.
|
void |
MaintenanceDocumentDictionaryService.validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document,
PersistableBusinessObject businessObject,
String collectionName)
Deprecated.
|
void |
MaintenanceDocumentDictionaryService.validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)
Deprecated.
validates the collections of the maintenance document checking to see if duplicate entries in the collection exist
|
void |
MaintenanceDocumentDictionaryService.validateMaintenanceRequiredFields(MaintenanceDocument document)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KualiMaintenanceDocumentAction.clearPrimaryKeyFields(MaintenanceDocument document)
Deprecated.
This method clears the value of the primary key fields on a Business Object.
|
protected void |
KualiMaintenanceDocumentAction.clearUnauthorizedNewFields(MaintenanceDocument document)
Deprecated.
This method is used as part of the Copy functionality, to clear any field values that the user making the copy does not have
permissions to modify.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.