org.kuali.rice.kns.document.authorization
Interface BusinessObjectRestrictions
- All Superinterfaces: 
- Serializable
- All Known Subinterfaces: 
- InquiryOrMaintenanceDocumentRestrictions, InquiryRestrictions, MaintenanceDocumentRestrictions
- All Known Implementing Classes: 
- BusinessObjectRestrictionsBase, InquiryOrMaintenanceDocumentRestrictionsBase, MaintenanceDocumentRestrictionsBase
- public interface BusinessObjectRestrictions 
- extends Serializable
 
hasAnyFieldRestrictions
boolean hasAnyFieldRestrictions()
- 
 
- 
 
hasRestriction
boolean hasRestriction(String fieldName)
- 
 
- 
 
addFullyMaskedField
void addFullyMaskedField(String fieldName,
                         MaskFormatter maskFormatter)
- 
 
- 
 
addPartiallyMaskedField
void addPartiallyMaskedField(String fieldName,
                             MaskFormatter maskFormatter)
- 
 
- 
 
getFieldRestriction
FieldRestriction getFieldRestriction(String fieldName)
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.