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

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

public interface MaintenanceDocumentRestrictions
extends InquiryOrMaintenanceDocumentRestrictions


Method Summary
 void addReadOnlyField(String fieldName)
           
 void addReadOnlySectionId(String sectionId)
           
 Set<String> getReadOnlySectionIds()
           
 boolean isReadOnlySectionId(String sectionId)
           
 
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)

addReadOnlySectionId

void addReadOnlySectionId(String sectionId)

getReadOnlySectionIds

Set<String> getReadOnlySectionIds()

isReadOnlySectionId

boolean isReadOnlySectionId(String sectionId)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.