Uses of Interface
org.kuali.rice.kns.document.authorization.MaintenanceDocumentRestrictions
Packages that use MaintenanceDocumentRestrictions
Package
Description
-
Uses of MaintenanceDocumentRestrictions in org.kuali.rice.kns.document.authorization
Classes in org.kuali.rice.kns.document.authorization that implement MaintenanceDocumentRestrictionsModifier and TypeClassDescriptionclassDeprecated.Only used in KNS classes, use KRAD. -
Uses of MaintenanceDocumentRestrictions in org.kuali.rice.kns.maintenance
Methods in org.kuali.rice.kns.maintenance with parameters of type MaintenanceDocumentRestrictionsModifier and TypeMethodDescriptionvoidKualiMaintainableImpl.clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) Deprecated.voidMaintainable.clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) Deprecated.protected voidKualiMaintainableImpl.clearCollectionRestrictedValues(String fieldNamePrefix, org.kuali.rice.krad.bo.BusinessObject businessObject, MaintainableCollectionDefinition collectionDefinition, MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) Deprecated.protected voidKualiMaintainableImpl.clearFieldRestrictedValues(String fieldNamePrefix, org.kuali.rice.krad.bo.BusinessObject businessObject, MaintainableFieldDefinition fieldDefinition, MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) 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 MaintenanceDocumentRestrictions in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service that return MaintenanceDocumentRestrictionsModifier and TypeMethodDescriptionBusinessObjectAuthorizationService.getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument, org.kuali.rice.kim.api.identity.Person user) Deprecated. -
Uses of MaintenanceDocumentRestrictions in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util with parameters of type MaintenanceDocumentRestrictionsModifier and TypeMethodDescriptionstatic voidFieldUtils.applyAuthorization(Field field, String maintenanceAction, MaintenanceDocumentRestrictions auths, String documentStatus, String documentInitiatorPrincipalId) Deprecated.static FieldFieldUtils.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 ListFieldUtils.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 ListFieldUtils.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 ListFieldUtils.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. -
Uses of MaintenanceDocumentRestrictions in org.kuali.rice.kns.web.struts.form
Fields in org.kuali.rice.kns.web.struts.form declared as MaintenanceDocumentRestrictionsModifier and TypeFieldDescriptionprotected MaintenanceDocumentRestrictionsKualiMaintenanceForm.authorizationsDeprecated.Methods in org.kuali.rice.kns.web.struts.form that return MaintenanceDocumentRestrictionsMethods in org.kuali.rice.kns.web.struts.form with parameters of type MaintenanceDocumentRestrictionsModifier and TypeMethodDescriptionvoidKualiMaintenanceForm.setAuthorizations(MaintenanceDocumentRestrictions authorizations) Deprecated.