org.kuali.rice.kns.document.authorization
Interface MaintenanceDocumentRestrictions

All Superinterfaces:
BusinessObjectRestrictions, InquiryOrMaintenanceDocumentRestrictions, Serializable
All Known Implementing Classes:
MaintenanceDocumentRestrictionsBase

Deprecated. Only used in KNS classes, use KRAD.

@Deprecated
public interface MaintenanceDocumentRestrictions
extends InquiryOrMaintenanceDocumentRestrictions


Method Summary
 void addReadOnlyField(String fieldName)
          Deprecated.  
 void addReadOnlySectionId(String sectionId)
          Deprecated.  
 Set<String> getReadOnlySectionIds()
          Deprecated.  
 boolean isReadOnlySectionId(String sectionId)
          Deprecated.  
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.InquiryOrMaintenanceDocumentRestrictions
addHiddenField, addHiddenSectionId, isHiddenSectionId
 
Methods inherited from interface org.kuali.rice.kns.document.authorization.BusinessObjectRestrictions
addFullyMaskedField, addPartiallyMaskedField, getFieldRestriction, hasAnyFieldRestrictions, hasRestriction
 

Method Detail

addReadOnlyField

void addReadOnlyField(String fieldName)
Deprecated. 

addReadOnlySectionId

void addReadOnlySectionId(String sectionId)
Deprecated. 

getReadOnlySectionIds

Set<String> getReadOnlySectionIds()
Deprecated. 

isReadOnlySectionId

boolean isReadOnlySectionId(String sectionId)
Deprecated. 


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.