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


Method Summary
 void addFullyMaskedField(String fieldName, MaskFormatter maskFormatter)
           
 void addPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter)
           
 FieldRestriction getFieldRestriction(String fieldName)
           
 boolean hasAnyFieldRestrictions()
           
 boolean hasRestriction(String fieldName)
           
 

Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.