Uses of Interface
org.kuali.rice.kns.document.MaintenanceDocument
Packages that use MaintenanceDocument
Package
Description
-
Uses of MaintenanceDocument in org.kuali.rice.kns.document
Classes in org.kuali.rice.kns.document that implement MaintenanceDocument -
Uses of MaintenanceDocument in org.kuali.rice.kns.document.authorization
Methods in org.kuali.rice.kns.document.authorization with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionMaintenanceDocumentPresentationController.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document) Deprecated.MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document) Deprecated.MaintenanceDocumentPresentationController.getConditionallyReadOnlySectionIds(MaintenanceDocument document) Deprecated.MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlySectionIds(MaintenanceDocument document) Deprecated.MaintenanceDocumentPresentationController.getConditionallyRequiredPropertyNames(MaintenanceDocument document) Deprecated.MaintenanceDocumentPresentationControllerBase.getConditionallyRequiredPropertyNames(MaintenanceDocument document) Deprecated. -
Uses of MaintenanceDocument in org.kuali.rice.kns.maintenance
Methods in org.kuali.rice.kns.maintenance with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionvoidKualiMaintainableImpl.addMultipleValueLookupResults(MaintenanceDocument document, String collectionName, Collection<PersistableBusinessObject> rawValues, boolean needsBlank, PersistableBusinessObject bo) Deprecated.voidMaintainable.addMultipleValueLookupResults(MaintenanceDocument document, String collectionName, Collection<PersistableBusinessObject> rawValues, boolean needsBlank, PersistableBusinessObject bo) Deprecated.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.KualiMaintainableImpl.getCoreSections(MaintenanceDocument document, Maintainable oldMaintainable) Deprecated.Gets list of maintenance sections built from the data dictionary.KualiMaintainableImpl.getDocumentTitle(MaintenanceDocument document) Deprecated.Maintainable.getDocumentTitle(MaintenanceDocument document) Deprecated.KualiMaintainableImpl.getSections(MaintenanceDocument document, Maintainable oldMaintainable) Deprecated.Calls method to get all the core sections for the business object defined in the data dictionary.Maintainable.getSections(MaintenanceDocument maintenanceDocument, Maintainable oldMaintainable) Deprecated.KualiMaintainableImpl.populateBusinessObject(Map<String, String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall) Deprecated.Maintainable.populateBusinessObject(Map<String, String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall) Deprecated.KualiMaintainableImpl.populateNewCollectionLines(Map<String, String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall) Deprecated.Maintainable.populateNewCollectionLines(Map<String, String> fieldValues, MaintenanceDocument maintenanceDocument, String methodToCall) Deprecated.voidKualiMaintainableImpl.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)voidMaintainable.processAfterCopy(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidKualiMaintainableImpl.processAfterEdit(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidMaintainable.processAfterEdit(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidKualiMaintainableImpl.processAfterNew(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidMaintainable.processAfterNew(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidKualiMaintainableImpl.processAfterPost(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidMaintainable.processAfterPost(MaintenanceDocument document, Map<String, String[]> requestParameters) Deprecated.voidKualiMaintainableImpl.refresh(String refreshCaller, Map fieldValues, MaintenanceDocument document) Deprecated.Impls will be needed if custom action is needed on refresh.voidMaintainable.refresh(String refreshCaller, Map fieldValues, MaintenanceDocument document) Deprecated.KualiMaintainableImpl.retrieveObjectForEditOrCopy(MaintenanceDocument document, Map<String, String> businessObjectKeys) Deprecated.Maintainable.retrieveObjectForEditOrCopy(MaintenanceDocument document, Map<String, String> businessObjectKeys) Deprecated.voidKualiMaintainableImpl.setupNewFromExisting(MaintenanceDocument document, Map<String, String[]> parameters) Deprecated.voidMaintainable.setupNewFromExisting(MaintenanceDocument document, Map<String, String[]> parameters) Deprecated.protected booleanKualiMaintainableImpl.shouldFieldBeEncrypted(MaintenanceDocument maintenanceDocument, String fieldName, MaintenanceDocumentRestrictions auths, String methodToCall) Deprecated.Determines whether the field in a request should be encrypted. -
Uses of MaintenanceDocument in org.kuali.rice.kns.maintenance.rules
Methods in org.kuali.rice.kns.maintenance.rules with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionprotected booleanMaintenanceDocumentRuleBase.dataDictionaryValidate(MaintenanceDocument document) Deprecated.This method executes the DataDictionary Validation against the document.protected booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.isDocumentInactivatingBusinessObject(MaintenanceDocument maintenanceDocument) Deprecated.Determines whether a document is inactivating the record being maintainedprotected booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.primaryKeyCheck(MaintenanceDocument document) Deprecated.This method checks the two major cases that may violate primary key integrity. 1.booleanMaintenanceDocumentRuleBase.processAddCollectionLineBusinessRules(MaintenanceDocument document, String collectionName, PersistableBusinessObject bo) Deprecated.booleanMaintenanceDocumentRuleBase.processCustomAddCollectionLineBusinessRules(MaintenanceDocument document, String collectionName, PersistableBusinessObject line) Deprecated.protected booleanMaintenanceDocumentRuleBase.processCustomApproveDocumentBusinessRules(MaintenanceDocument document) Deprecated.This method should be overridden to provide custom rules for processing document approval.protected booleanMaintenanceDocumentRuleBase.processCustomRouteDocumentBusinessRules(MaintenanceDocument document) Deprecated.This method should be overridden to provide custom rules for processing document routingprotected booleanMaintenanceDocumentRuleBase.processCustomSaveDocumentBusinessRules(MaintenanceDocument document) Deprecated.This method should be overridden to provide custom rules for processing document savingprotected booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.processInactivationBlockChecking(MaintenanceDocument maintenanceDocument) Deprecated.Determines whether this document has been inactivation blockedprotected booleanMaintenanceDocumentRuleBase.processInactivationBlockChecking(MaintenanceDocument maintenanceDocument, org.kuali.rice.krad.datadictionary.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 definitionprotected voidMaintenanceDocumentRuleBase.putInactivationBlockingErrorOnPage(MaintenanceDocument document, org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata inactivationBlockingMetadata) Deprecated.If there is a violation of an InactivationBlockingMetadata, it prints out an appropriate error into the error mapvoidMaintenanceDocumentRuleBase.setupBaseConvenienceObjects(MaintenanceDocument document) Deprecated.protected booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.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 booleanMaintenanceDocumentRuleBase.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. -
Uses of MaintenanceDocument in org.kuali.rice.kns.rule
Methods in org.kuali.rice.kns.rule with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionbooleanAddCollectionLineRule.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. -
Uses of MaintenanceDocument in org.kuali.rice.kns.rules
Methods in org.kuali.rice.kns.rules with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionvoidMaintenanceDocumentRule.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. -
Uses of MaintenanceDocument in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.getAllowsCopy(MaintenanceDocument document) Deprecated.Returns whether or not this document's data dictionary file has flagged it to allow document copiesMaintenanceDocumentDictionaryService.getAllowsRecordDeletion(MaintenanceDocument document) Deprecated.Indicates whether the given maintenance document is configured to allow record deletionsBusinessObjectAuthorizationService.getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument, org.kuali.rice.kim.api.identity.Person user) Deprecated.voidMaintenanceDocumentDictionaryService.validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName) Deprecated.voidMaintenanceDocumentDictionaryService.validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document) Deprecated.validates the collections of the maintenance document checking to see if duplicate entries in the collection existvoidMaintenanceDocumentDictionaryService.validateMaintenanceRequiredFields(MaintenanceDocument document) Deprecated. -
Uses of MaintenanceDocument in org.kuali.rice.kns.web.struts.action
Methods in org.kuali.rice.kns.web.struts.action with parameters of type MaintenanceDocumentModifier and TypeMethodDescriptionprotected voidKualiMaintenanceDocumentAction.clearPrimaryKeyFields(MaintenanceDocument document) Deprecated.This method clears the value of the primary key fields on a Business Object.protected voidKualiMaintenanceDocumentAction.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.
MaintenanceDocumentBase.