| 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.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.util |
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.form |
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 | Class and Description |
|---|---|
class |
MaintenanceDocumentRestrictionsBase
Deprecated.
Only used in KNS classes, use KRAD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Maintainable.clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
Deprecated.
|
void |
KualiMaintainableImpl.clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
Deprecated.
|
protected void |
KualiMaintainableImpl.clearCollectionRestrictedValues(String fieldNamePrefix,
BusinessObject businessObject,
MaintainableCollectionDefinition collectionDefinition,
MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
Deprecated.
|
protected void |
KualiMaintainableImpl.clearFieldRestrictedValues(String fieldNamePrefix,
BusinessObject businessObject,
MaintainableFieldDefinition fieldDefinition,
MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
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 |
|---|---|
MaintenanceDocumentRestrictions |
BusinessObjectAuthorizationService.getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument,
Person user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FieldUtils.applyAuthorization(Field field,
String maintenanceAction,
MaintenanceDocumentRestrictions auths,
String documentStatus,
String documentInitiatorPrincipalId)
Deprecated.
|
static Field |
FieldUtils.fixFieldForForm(Field field,
List keyFieldNames,
String namePrefix,
String maintenanceAction,
boolean readOnly,
MaintenanceDocumentRestrictions auths,
String documentStatus,
String documentInitiatorPrincipalId)
Deprecated.
Does prefixing and read only settings of a Field UI for display in a maintenance document.
|
static List |
FieldUtils.meshFields(List oldFields,
List newFields,
List keyFieldNames,
String maintenanceAction,
boolean readOnly,
MaintenanceDocumentRestrictions auths,
String documentStatus,
String documentInitiatorPrincipalId)
Deprecated.
Merges together fields and an old maintainble row and new maintainable row, for each field call fixFieldForForm.
|
static List |
FieldUtils.meshRows(List oldRows,
List newRows,
List keyFieldNames,
String maintenanceAction,
boolean readOnly,
MaintenanceDocumentRestrictions auths,
String documentStatus,
String documentInitiatorPrincipalId)
Deprecated.
Merges together rows of an old maintainable section and new maintainable section.
|
static List |
FieldUtils.meshSections(List oldSections,
List newSections,
List keyFieldNames,
String maintenanceAction,
boolean readOnly,
MaintenanceDocumentRestrictions auths,
String documentStatus,
String documentInitiatorPrincipalId)
Deprecated.
Merges together sections of the old maintainable and new maintainable.
|
| Modifier and Type | Field and Description |
|---|---|
protected MaintenanceDocumentRestrictions |
KualiMaintenanceForm.authorizations
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceDocumentRestrictions |
KualiMaintenanceForm.getAuthorizations()
Deprecated.
Gets the authorizations attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KualiMaintenanceForm.setAuthorizations(MaintenanceDocumentRestrictions authorizations)
Deprecated.
Sets the authorizations attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.