|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintenanceDocument | |
---|---|
org.kuali.rice.coreservice.web.parameter | |
org.kuali.rice.kew.document | |
org.kuali.rice.kim.document | |
org.kuali.rice.kim.document.rule | |
org.kuali.rice.kim.impl.responsibility | |
org.kuali.rice.kns.document.authorization | 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.kns.maintenance | 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.kns.maintenance.rules | 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.kns.rule | 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.kns.rules | 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.kns.service | 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.kns.service.impl | |
org.kuali.rice.kns.web.struts.action | 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.kns.workflow.attribute |
Uses of MaintenanceDocument in org.kuali.rice.coreservice.web.parameter |
---|
Methods in org.kuali.rice.coreservice.web.parameter with parameters of type MaintenanceDocument | |
---|---|
protected boolean |
ParameterRule.processCustomRouteDocumentBusinessRules(MaintenanceDocument document)
This overridden method ... |
Uses of MaintenanceDocument in org.kuali.rice.kew.document |
---|
Methods in org.kuali.rice.kew.document with parameters of type MaintenanceDocument | |
---|---|
boolean |
DocumentTypeMaintainableBusRule.checkDoctypeLabel(MaintenanceDocument document)
Checks that the doctype label is specified. |
boolean |
DocumentTypeMaintainableBusRule.checkDoctypeName(MaintenanceDocument document)
Checks if the doctype name already exist. |
protected RuleDelegationBo |
RoutingRuleDelegationMaintainableBusRule.getBusObject(MaintenanceDocument document)
|
String |
RoutingRuleMaintainable.getDocumentTitle(MaintenanceDocument document)
|
String |
RoutingRuleDelegationMaintainable.getDocumentTitle(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleMaintainable.getNewRule(MaintenanceDocument document)
Returns the new RuleBaseValues business object. |
protected RuleBaseValues |
RoutingRuleDelegationMaintainable.getNewRule(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainable.getNewRuleDelegation(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainableBusRule.getOldBusObject(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleMaintainable.getOldRule(MaintenanceDocument document)
Returns the old RuleBaseValues business object. |
protected RuleBaseValues |
RoutingRuleDelegationMaintainable.getOldRule(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleMaintainableBusRule.getOldRuleBaseValues(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleDelegationMaintainableBusRule.getOldRuleBaseValues(MaintenanceDocument document)
Returns the old RuleBaseValues business object. |
protected RuleDelegationBo |
RoutingRuleDelegationMaintainable.getOldRuleDelegation(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleMaintainableBusRule.getRuleBaseValues(MaintenanceDocument document)
|
protected RuleBaseValues |
RoutingRuleDelegationMaintainableBusRule.getRuleBaseValues(MaintenanceDocument document)
Returns the new RuleBaseValues business object. |
List |
RoutingRuleMaintainable.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Override the getSections method on this maintainable so that the Section Containing the various Rule Attributes can be dynamically generated based on the RuleTemplate which is selected. |
List |
DocumentTypeMaintainable.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Override the getSections method on this maintainable so that the document type name field can be set to read-only for |
List |
RoutingRuleDelegationMaintainable.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Override the getSections method on this maintainable so that the Section Containing the various Rule Attributes can be dynamically generated based on the RuleTemplate which is selected. |
void |
RoutingRuleMaintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
DocumentTypeMaintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
This overridden method resets the name |
void |
RoutingRuleDelegationMaintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
RoutingRuleMaintainable.processAfterEdit(MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
RoutingRuleDelegationMaintainable.processAfterEdit(MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
RoutingRuleMaintainable.processAfterNew(MaintenanceDocument document,
Map<String,String[]> parameters)
On creation of a new rule document, we must validate that a rule template and document type are set. |
void |
RoutingRuleDelegationMaintainable.processAfterNew(MaintenanceDocument document,
Map<String,String[]> parameters)
On creation of a new rule document, we must validate that a rule template and document type are set. |
boolean |
RoutingRuleMaintainableBusRule.processCustomAddCollectionLineBusinessRules(MaintenanceDocument document,
String collectionName,
PersistableBusinessObject line)
This overridden method ... |
protected boolean |
DocumentTypeMaintainableBusRule.processCustomRouteDocumentBusinessRules(MaintenanceDocument document)
|
protected boolean |
DocumentTypeMaintainableBusRule.processCustomSaveDocumentBusinessRules(MaintenanceDocument document)
|
protected boolean |
RoutingRuleMaintainableBusRule.processCustomSaveDocumentBusinessRules(MaintenanceDocument document)
This overridden method ... |
Uses of MaintenanceDocument in org.kuali.rice.kim.document |
---|
Methods in org.kuali.rice.kim.document with parameters of type MaintenanceDocument | |
---|---|
void |
GenericPermissionMaintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
Pre-populates the ID field of the new PermissionBo to be created. |
void |
GenericPermissionMaintainable.processAfterNew(MaintenanceDocument document,
Map<String,String[]> parameters)
Pre-populates the ID field of the new PermissionBo to be created. |
void |
GenericPermissionMaintainable.setupNewFromExisting(MaintenanceDocument document,
Map<String,String[]> parameters)
|
Uses of MaintenanceDocument in org.kuali.rice.kim.document.rule |
---|
Methods in org.kuali.rice.kim.document.rule with parameters of type MaintenanceDocument | |
---|---|
protected boolean |
GenericPermissionMaintenanceDocumentRule.processCustomRouteDocumentBusinessRules(MaintenanceDocument document)
|
Uses of MaintenanceDocument in org.kuali.rice.kim.impl.responsibility |
---|
Methods in org.kuali.rice.kim.impl.responsibility with parameters of type MaintenanceDocument | |
---|---|
List |
ReviewResponsibilityMaintainable.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
|
void |
ReviewResponsibilityMaintainable.processAfterCopy(MaintenanceDocument document,
Map<String,String[]> parameters)
|
void |
ReviewResponsibilityMaintainable.processAfterNew(MaintenanceDocument document,
Map<String,String[]> requestParameters)
|
void |
ReviewResponsibilityMaintainable.setupNewFromExisting(MaintenanceDocument document,
Map<String,String[]> parameters)
|
Uses of MaintenanceDocument in org.kuali.rice.kns.document.authorization |
---|
Methods in org.kuali.rice.kns.document.authorization with parameters of type MaintenanceDocument | |
---|---|
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated. |
Set<String> |
MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated. |
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated. |
Set<String> |
MaintenanceDocumentPresentationControllerBase.getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated. |
Set<String> |
MaintenanceDocumentPresentationController.getConditionallyRequiredPropertyNames(MaintenanceDocument document)
Deprecated. |
Set<String> |
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 MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.maintenance.rules |
---|
Methods in org.kuali.rice.kns.maintenance.rules with parameters of type MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.rule |
---|
Methods in org.kuali.rice.kns.rule with parameters of type MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.rules |
---|
Methods in org.kuali.rice.kns.rules with parameters of type MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.service |
---|
Methods in org.kuali.rice.kns.service with parameters of type MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.service.impl |
---|
Methods in org.kuali.rice.kns.service.impl with parameters of type MaintenanceDocument | |
---|---|
protected void |
BusinessObjectAuthorizationServiceImpl.addMaintainableItemRestrictions(List<? extends MaintainableItemDefinition> itemDefinitions,
MaintenanceDocumentAuthorizer authorizer,
MaintenanceDocumentRestrictions restrictions,
MaintenanceDocument maintenanceDocument,
BusinessObject businessObject,
String propertyPrefix,
Person user)
Deprecated. |
protected void |
BusinessObjectAuthorizationServiceImpl.considerMaintenanceDocumentAuthorizer(MaintenanceDocumentAuthorizer authorizer,
MaintenanceDocument document,
Person user,
MaintenanceDocumentRestrictions restrictions)
Deprecated. |
protected void |
BusinessObjectAuthorizationServiceImpl.considerMaintenanceDocumentPresentationController(MaintenanceDocumentPresentationController presentationController,
MaintenanceDocument document,
MaintenanceDocumentRestrictions restrictions)
Deprecated. |
Boolean |
MaintenanceDocumentDictionaryServiceImpl.getAllowsCopy(MaintenanceDocument document)
Deprecated. |
Boolean |
MaintenanceDocumentDictionaryServiceImpl.getAllowsRecordDeletion(MaintenanceDocument document)
Deprecated. for issue KULRice3070, see if need delete button |
MaintenanceDocumentRestrictions |
BusinessObjectAuthorizationServiceImpl.getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument,
Person user)
Deprecated. |
void |
MaintenanceDocumentDictionaryServiceImpl.validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document,
PersistableBusinessObject businessObject,
String collectionName)
Deprecated. |
void |
MaintenanceDocumentDictionaryServiceImpl.validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)
Deprecated. default implementation checks for duplicats based on keys of objects only |
void |
MaintenanceDocumentDictionaryServiceImpl.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 MaintenanceDocument | |
---|---|
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. |
Uses of MaintenanceDocument in org.kuali.rice.kns.workflow.attribute |
---|
Methods in org.kuali.rice.kns.workflow.attribute with parameters of type MaintenanceDocument | |
---|---|
protected List<DocumentAttribute> |
DataDictionarySearchableAttribute.parsePrimaryKeyValuesFromDocument(Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
Deprecated. |
protected DocumentAttribute |
DataDictionarySearchableAttribute.parseSearchableAttributeValueForPrimaryKey(String propertyName,
Class<? extends BusinessObject> businessObjectClass,
MaintenanceDocument document)
Deprecated. Creates a searchable attribute value for the given property name out of the document XML |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |