Interface MaintenanceDocumentRestrictions
- All Superinterfaces:
BusinessObjectRestrictions,InquiryOrMaintenanceDocumentRestrictions,Serializable
- All Known Implementing Classes:
MaintenanceDocumentRestrictionsBase
@Deprecated
public interface MaintenanceDocumentRestrictions
extends InquiryOrMaintenanceDocumentRestrictions
Deprecated.
Only used in KNS classes, use KRAD.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddReadOnlyField(String fieldName) Deprecated.voidaddReadOnlySectionId(String sectionId) Deprecated.Deprecated.booleanisReadOnlySectionId(String sectionId) Deprecated.Methods inherited from interface org.kuali.rice.kns.document.authorization.BusinessObjectRestrictions
addFullyMaskedField, addPartiallyMaskedField, getFieldRestriction, hasAnyFieldRestrictions, hasRestrictionMethods inherited from interface org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictions
addHiddenField, addHiddenSectionId, isHiddenSectionId
-
Method Details
-
addReadOnlyField
Deprecated. -
addReadOnlySectionId
Deprecated. -
getReadOnlySectionIds
Deprecated. -
isReadOnlySectionId
Deprecated.
-