Interface InquiryOrMaintenanceDocumentRestrictions
- All Superinterfaces:
BusinessObjectRestrictions,Serializable
- All Known Subinterfaces:
InquiryRestrictions,MaintenanceDocumentRestrictions
- All Known Implementing Classes:
InquiryOrMaintenanceDocumentRestrictionsBase,MaintenanceDocumentRestrictionsBase
@Deprecated
public interface InquiryOrMaintenanceDocumentRestrictions
extends BusinessObjectRestrictions
Deprecated.
Only used in KNS classes, use KRAD.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddHiddenField(String fieldName) Deprecated.voidaddHiddenSectionId(String sectionId) Deprecated.booleanisHiddenSectionId(String sectionId) Deprecated.Methods inherited from interface org.kuali.rice.kns.document.authorization.BusinessObjectRestrictions
addFullyMaskedField, addPartiallyMaskedField, getFieldRestriction, hasAnyFieldRestrictions, hasRestriction
-
Method Details
-
addHiddenField
Deprecated. -
addHiddenSectionId
Deprecated. -
isHiddenSectionId
Deprecated.
-